Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_pair.h134 void rc_pair_regalloc(struct radeon_compiler *cc, void *user);
Dr3xx_fragprog.c141 {"register allocation", 1, 1, rc_pair_regalloc, &opt}, in r3xx_compile_fragment_program()
Dradeon_pair_regalloc.c753 void rc_pair_regalloc(struct radeon_compiler *cc, void *user) in rc_pair_regalloc() function
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dradeon_compiler_regalloc_tests.c65 rc_pair_regalloc(c, &do_full_regalloc); in test_runner_rc_regalloc()