Home
last modified time | relevance | path

Searched refs:clamp_and_scale_before_fetch (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.h170 unsigned clamp_and_scale_before_fetch : 1; member
Dradeon_program_tex.c270 compiler->state.unit[inst->U.I.TexSrcUnit].clamp_and_scale_before_fetch)) { in radeonTransformTEX()
408 compiler->state.unit[inst->U.I.TexSrcUnit].clamp_and_scale_before_fetch) { in radeonTransformTEX()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c200 state->unit[i].clamp_and_scale_before_fetch = TRUE; in r300_fragment_program_get_external_state()