Home | History | Annotate | Download | only in softpipe

Lines Matching refs:swizzle

1457    unsigned swizzle;
1461 * to TGSI expects, so we need to swizzle,
1482 /* pick which component to use for the swizzle */
1485 swizzle = sp_sview->base.swizzle_r;
1488 swizzle = sp_sview->base.swizzle_g;
1491 swizzle = sp_sview->base.swizzle_b;
1494 swizzle = sp_sview->base.swizzle_a;
1501 /* get correct result using the channel and swizzle */
1502 switch (swizzle) {
1508 return tx[chan][swizzle];
2652 /* not entirely sure we couldn't end up with non-valid swizzle here */
2654 format_desc->swizzle[0] <= PIPE_SWIZZLE_W ?
2655 format_desc->channel[format_desc->swizzle[0]].type :