Home | History | Annotate | Download | only in i965

Lines Matching defs:swizzles

1383    /* Note that this is only swizzles in expressions, not those on the left
1537 * swizzles in it and write swizzles using writemask, though.
1662 /* emit_block_move doesn't account for swizzles in the source register.
1687 int swizzles[4];
1710 swizzles[i] = BRW_GET_SWZ(src.swizzle, src_chan++);
1712 swizzles[i] = first_enabled_chan;
1714 src.swizzle = BRW_SWIZZLE4(swizzles[0], swizzles[1],
1715 swizzles[2], swizzles[3]);
2014 int s = c->key.tex.swizzles[sampler];