Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h25 struct radeon_compiler { struct
26 struct memory_pool Pool;
27 struct rc_program Program;
28 const struct rc_regalloc_state *regalloc_state;
29 struct util_debug_callback *debug;
30 enum rc_program_type type;
31 unsigned Debug:2;
32 unsigned Error:1;
33 char * ErrorMsg;
36 unsigned is_r400:1;
[all …]