Home
last modified time | relevance | path

Searched refs:rc_run_compiler (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h168 void rc_run_compiler(struct radeon_compiler *c, struct radeon_compiler_pass *list);
Dr3xx_fragprog.c153 rc_run_compiler(&c->Base, fs_list); in r3xx_compile_fragment_program()
Dradeon_compiler.c479 void rc_run_compiler(struct radeon_compiler *c, struct radeon_compiler_pass *list) in rc_run_compiler() function
Dr3xx_vertprog.c927 rc_run_compiler(&c->Base, vs_list); in r3xx_compile_vertex_program()