Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler.h124 struct radeon_compiler_pass { struct
125 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