Home
last modified time | relevance | path

Searched refs:in_elems (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c864 unsigned in_elems = input->num_components; in handle_shuffle() local
867 mask = nir_iand(&b->nb, mask, nir_imm_intN_t(&b->nb, in_elems - 1, mask->bit_size)); in handle_shuffle()
885 unsigned in_elems = input0->num_components; in handle_shuffle2() local
886 unsigned total_mask = 2 * in_elems - 1; in handle_shuffle2()
887 unsigned half_mask = in_elems - 1; in handle_shuffle2()
896 … nir_ssa_def *sel = nir_ilt(&b->nb, this_mask, nir_imm_intN_t(&b->nb, in_elems, mask->bit_size)); in handle_shuffle2()