Home | History | Annotate | Download | only in program

Lines Matching refs:coord

117       const GLuint coord = GET_SWZ(inst->SrcReg[arg].Swizzle, comp);
118 ASSERT(coord < 4);
119 if (channel_mask & (1 << comp) && coord <= SWIZZLE_W)
120 read_mask |= 1 << coord;