Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h42 struct radeon_compiler { struct
43 struct memory_pool Pool;
44 struct rc_program Program;
45 const struct rc_regalloc_state *regalloc_state;
46 enum rc_program_type type;
47 unsigned Debug:2;
48 unsigned Error:1;
49 char * ErrorMsg;
52 unsigned is_r400:1;
53 unsigned is_r500:1;
[all …]