Home | History | Annotate | Download | only in i965

Lines Matching refs:swz_w

677 		     GLuint swz_w)
702 swz_w == BRW_CHANNEL_W)
706 else if (swz_x == swz_y && swz_x == swz_z && swz_x == swz_w)
717 err |= control (file, "channel select", chan_sel, swz_w, NULL);
729 GLuint swz_w = (inst->bits2.da3src.src0_swizzle >> 6) & 0x3;
751 swz_w == BRW_CHANNEL_W)
755 else if (swz_x == swz_y && swz_x == swz_z && swz_x == swz_w)
766 err |= control (file, "channel select", chan_sel, swz_w, NULL);
777 GLuint swz_w = (inst->bits2.da3src.src1_swizzle >> 6) & 0x3;
803 swz_w == BRW_CHANNEL_W)
807 else if (swz_x == swz_y && swz_x == swz_z && swz_x == swz_w)
818 err |= control (file, "channel select", chan_sel, swz_w, NULL);
830 GLuint swz_w = (inst->bits3.da3src.src2_swizzle >> 6) & 0x3;
854 swz_w == BRW_CHANNEL_W)
858 else if (swz_x == swz_y && swz_x == swz_z && swz_x == swz_w)
869 err |= control (file, "channel select", chan_sel, swz_w, NULL);