Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h140 struct radeon_compiler_pass { struct
141 const char *name; /* Name of the pass. */
142 int dump; /* Dump the program if Debug == 1? */
166 bool rc_run_compiler_passes(struct radeon_compiler *c, struct radeon_compiler_pass *list); argument