Home | History | Annotate | Download | only in gallivm

Lines Matching refs:swizzle

86       enum pipe_swizzle swizzle;
92 swizzle = format_desc->swizzle[1];
96 swizzle = format_desc->swizzle[0];
102 depth_or_stencil = lp_build_swizzle_soa_channel(bld, unswizzled, swizzle);
110 enum pipe_swizzle swizzle = format_desc->swizzle[chan];
111 swizzled_out[chan] = lp_build_swizzle_soa_channel(bld, unswizzled, swizzle);
326 format_desc->swizzle[3] != chan) {
739 * the swizzle since some results would arrive swizzled, some not.)
789 enum pipe_swizzle swizzle = format_desc->swizzle[chan];
791 swizzle = PIPE_SWIZZLE_W;
793 rgba_out[chan] = lp_build_swizzle_soa_channel(&bld, rgba, swizzle);