Home
last modified time | relevance | path

Searched refs:rc_run_compiler (Results 1 – 5 of 5) 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()
/external/mesa3d/docs/relnotes/
D7.10.rst2349 - r300/compiler: cleanup rc_run_compiler