Searched defs:radeon_compiler (Results 1 – 1 of 1) sorted by relevance
42 struct radeon_compiler { struct43 struct memory_pool Pool;44 struct rc_program Program;45 const struct rc_regalloc_state *regalloc_state;46 struct util_debug_callback *debug;47 enum rc_program_type type;48 unsigned Debug:2;49 unsigned Error:1;50 char * ErrorMsg;53 unsigned is_r400:1;[all …]