Home | History | Annotate | Download | only in i965

Lines Matching refs:src0_swizzle

726     GLuint swz_x = (inst->bits2.da3src.src0_swizzle >> 0) & 0x3;
727 GLuint swz_y = (inst->bits2.da3src.src0_swizzle >> 2) & 0x3;
728 GLuint swz_z = (inst->bits2.da3src.src0_swizzle >> 4) & 0x3;
729 GLuint swz_w = (inst->bits2.da3src.src0_swizzle >> 6) & 0x3;