Searched defs:radeon_compiler (Results 1 – 1 of 1) sorted by relevance
25 struct radeon_compiler { struct26 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 …]