Searched defs:radeon_compiler_pass (Results 1 – 1 of 1) sorted by relevance
124 struct radeon_compiler_pass { struct125 const char *name; /* Name of the pass. */126 int dump; /* Dump the program if Debug == 1? */127 int predicate; /* Run this pass? */151 bool rc_run_compiler_passes(struct radeon_compiler *c, struct radeon_compiler_pass *list); argument