Home | History | Annotate | Download | only in vc4

Lines Matching refs:swiz

95                               uint8_t swiz,
99 &desc->channel[swiz];
102 if (swiz > PIPE_SWIZZLE_W) {
103 return vc4_nir_get_swizzled_channel(b, vpm_reads, swiz);
105 return vc4_nir_get_swizzled_channel(b, vpm_reads, swiz);
109 nir_i2f(b, vpm_reads[swiz]),
113 return nir_i2f(b, vpm_reads[swiz]);
123 vc4_nir_unpack_8f(b, temp, swiz),
130 swiz)),
135 return vc4_nir_unpack_8f(b, vpm, swiz);
137 return nir_i2f(b, vc4_nir_unpack_8i(b, vpm, swiz));
143 nir_ssa_def *vpm = vpm_reads[swiz / 2];
149 temp = nir_i2f(b, vc4_nir_unpack_16i(b, vpm, swiz & 1));
157 temp = nir_i2f(b, vc4_nir_unpack_16u(b, vpm, swiz & 1));
211 uint8_t swiz = desc->swizzle[i];
212 dests[i] = vc4_nir_get_vattr_channel_vpm(c, b, vpm_reads, swiz,