Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.h156 unsigned compare_mode_enabled : 1; member
Dradeon_program_tex.c143 (compiler->state.unit[inst->U.I.TexSrcUnit].compare_mode_enabled))) { in radeonTransformTEX()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c165 state->unit[i].compare_mode_enabled = 1; in r300_fragment_program_get_external_state()
172 if (state->unit[i].compare_mode_enabled) { in r300_fragment_program_get_external_state()
Dr300_state.c1068 precompile_state.unit[i].compare_mode_enabled = true; in r300_create_fs_state()