Home
last modified time | relevance | path

Searched refs:wrapmode (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_tex.c129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode; in radeonTransformTEX() local
263 is_rect && (!c->is_r500 || wrapmode != RC_WRAP_NONE)) { in radeonTransformTEX()
270 (wrapmode == RC_WRAP_REPEAT || wrapmode == RC_WRAP_MIRRORED_REPEAT || in radeonTransformTEX()
300 wrapmode != RC_WRAP_NONE) { in radeonTransformTEX()
304 if (wrapmode == RC_WRAP_REPEAT) { in radeonTransformTEX()
313 } else if (wrapmode == RC_WRAP_MIRRORED_REPEAT) { in radeonTransformTEX()
375 } else if (wrapmode == RC_WRAP_MIRRORED_CLAMP) { in radeonTransformTEX()
/external/mesa3d/docs/relnotes/
D19.3.0.rst1031 - gitlab-ci: Set the meson wrapmode to disabled