Home | History | Annotate | Download | only in program

Lines Matching refs:comp

59    GLuint comp;
116 for (comp = 0; comp < 4; ++comp) {
117 const GLuint coord = GET_SWZ(inst->SrcReg[arg].Swizzle, comp);
119 if (channel_mask & (1 << comp) && coord <= SWIZZLE_W)
135 GLuint comp;
140 for (comp = 0; comp < 4; ++comp) {
142 if ((mask & (1 << comp)) == 0)
144 src_comp = GET_SWZ(mov->SrcReg[0].Swizzle, comp);
147 updated_mask |= 1 << comp;
254 GLuint i, rem = 0, comp;
286 for (comp = 0; comp < 4; comp++) {
287 const GLuint swz = GET_SWZ(inst->SrcReg[j].Swizzle, comp);
539 GLuint comp, read_mask;
553 for (comp = 0; comp < 4; comp++) {
555 GET_SWZ(inst2->SrcReg[arg].Swizzle, comp);
557 inst2->SrcReg[arg].Swizzle &= ~(7 << (3 * comp));
558 inst2->SrcReg[arg].Swizzle |= s << (3 * comp);
560 comp);