Home | History | Annotate | Download | only in compiler

Lines Matching refs:swz

137 		unsigned int swz = GET_SWZ(src.Swizzle, j);
138 if (swz < 3)
140 else if (swz < 4)
224 unsigned int swz = GET_SWZ(inst->SrcReg[i].Swizzle, j);
226 if (swz < RC_SWIZZLE_W)
228 else if (swz == RC_SWIZZLE_W)
231 if (swz < RC_SWIZZLE_UNUSED)
250 unsigned int swz;
252 swz = rc_get_scalar_src_swz(inst->SrcReg[i].Swizzle);
254 swz = GET_SWZ(inst->SrcReg[i].Swizzle, 3);
257 if (swz < 3)
259 else if (swz < 4)
269 pair->Alpha.Arg[i].Swizzle = rc_init_swizzle(swz, 1);