Lines Matching defs:channels
188 bi_index *channels = ralloc_array(b->shader, bi_index, n);
189 memcpy(channels, s, sizeof(bi_index) * n);
192 bi_index_to_key(dst), channels);
413 unsigned channels[] = { component, component + 1, component + 2 };
416 srcs, channels, nr, nir_dest_bit_size(instr->dest));
917 unsigned channels[4] = { 0, 1, 2, 3 };
919 bi_make_vec_to(b, color, srcs, channels,
1117 bi_index channels[4] = { bi_null() };
1122 channels[i] = bi_fau(BIR_FAU_UNIFORM | (word >> 1), word & 1);
1125 bi_emit_collect_to(b, bi_dest_index(&instr->dest), channels, n);
1927 /* Accumulate all the channels of the constant, as if we did an
2306 unsigned channels[4] = {
2313 bi_make_vec_to(b, dst, unoffset_srcs, channels, srcs, sz);
2376 unsigned channels[4] = {
2383 bi_make_vec_to(b, dst, unoffset_srcs, channels, comps, src_sz);
2394 unsigned channels[2] = {
2399 bi_make_vec_to(b, dst, unoffset_srcs, channels, 2, 16);
4150 * 16 x 16-bit varying channels interpolated/cycle
4219 * 8 x 32-bit varying channels interpolated per cycle
4650 * all of the channels together.
4676 nir_ssa_def *channels[4] = { undef, undef, undef, undef };
4682 channels[i] = nir_channel(b, prev_ssa, i);
4691 channels[component + i] = nir_channel(b, value, i);
4696 nir_vec(b, channels, intr->num_components));