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

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_tex.c129 rc_wrap_mode wrapmode = compiler->state.unit[inst->U.I.TexSrcUnit].wrap_mode; local
263 is_rect && (!c->is_r500 || wrapmode != RC_WRAP_NONE)) {
270 (wrapmode == RC_WRAP_REPEAT || wrapmode == RC_WRAP_MIRRORED_REPEAT ||
300 wrapmode != RC_WRAP_NONE) {
304 if (wrapmode == RC_WRAP_REPEAT) {
313 } else if (wrapmode == RC_WRAP_MIRRORED_REPEAT) {
375 } else if (wrapmode == RC_WRAP_MIRRORED_CLAMP) {

Completed in 49 milliseconds