Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dradeon_compiler_regalloc_tests.c88 c.AllocateHwInputs = dummy_allocate_hw_inputs; in tex_1d_swizzle()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h122 void (*AllocateHwInputs)( member
Dradeon_pair_regalloc.c774 c->AllocateHwInputs(c, &alloc_input_simple, &s); in rc_pair_regalloc()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c451 compiler.AllocateHwInputs = &allocate_hardware_inputs; in r300_translate_fragment_shader()