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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c270 unsigned int new_swz; local
274 new_swz = GET_SWZ(conversion_swizzle, swz);
275 if (new_swz != RC_SWIZZLE_UNUSED) {
276 SET_SWZ(out_swizzle, chan, new_swz);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c270 unsigned int new_swz; local
274 new_swz = GET_SWZ(conversion_swizzle, swz);
275 if (new_swz != RC_SWIZZLE_UNUSED) {
276 SET_SWZ(out_swizzle, chan, new_swz);

Completed in 116 milliseconds