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

/external/chromium_org/third_party/mesa/src/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) {
/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 92 milliseconds