Home
last modified time | relevance | path

Searched defs:radeon_compiler (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h44 struct radeon_compiler { struct
45 struct memory_pool Pool;
46 struct rc_program Program;
47 enum rc_program_type type;
48 unsigned Debug:2;
49 unsigned Error:1;
50 char * ErrorMsg;
53 unsigned is_r400:1;
54 unsigned is_r500:1;
55 unsigned has_half_swizzles:1;
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h44 struct radeon_compiler { struct
45 struct memory_pool Pool;
46 struct rc_program Program;
47 enum rc_program_type type;
48 unsigned Debug:2;
49 unsigned Error:1;
50 char * ErrorMsg;
53 unsigned is_r400:1;
54 unsigned is_r500:1;
55 unsigned has_half_swizzles:1;
[all …]