Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
r600_blit_shaders.c File Reference
#include <linux/bug.h>
#include <linux/types.h>
#include <linux/kernel.h>

Go to the source code of this file.

Variables

const u32 r6xx_default_state []
 
const u32 r7xx_default_state []
 
const u32 r6xx_vs []
 
const u32 r6xx_ps []
 
const u32 r6xx_ps_size = ARRAY_SIZE(r6xx_ps)
 
const u32 r6xx_vs_size = ARRAY_SIZE(r6xx_vs)
 
const u32 r6xx_default_size = ARRAY_SIZE(r6xx_default_state)
 
const u32 r7xx_default_size = ARRAY_SIZE(r7xx_default_state)
 

Variable Documentation

const u32 r6xx_default_size = ARRAY_SIZE(r6xx_default_state)

Definition at line 718 of file r600_blit_shaders.c.

const u32 r6xx_default_state[]

Definition at line 41 of file r600_blit_shaders.c.

const u32 r6xx_ps[]
Initial value:
=
{
0x00000002,
0x80800000,
0x00000000,
0x94200688,
0x00000010,
0x000d1000,
0xb0800000,
0x00000000,
}

Definition at line 704 of file r600_blit_shaders.c.

const u32 r6xx_ps_size = ARRAY_SIZE(r6xx_ps)

Definition at line 716 of file r600_blit_shaders.c.

const u32 r6xx_vs[]
Initial value:
=
{
0x00000004,
0x81000000,
0x0000203c,
0x94000b08,
0x00004000,
0x14200b1a,
0x00000000,
0x00000000,
0x3c000000,
0x68cd1000,
0x00080000,
0x00000000,
}

Definition at line 684 of file r600_blit_shaders.c.

const u32 r6xx_vs_size = ARRAY_SIZE(r6xx_vs)

Definition at line 717 of file r600_blit_shaders.c.

const u32 r7xx_default_size = ARRAY_SIZE(r7xx_default_state)

Definition at line 719 of file r600_blit_shaders.c.

const u32 r7xx_default_state[]

Definition at line 367 of file r600_blit_shaders.c.