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