Searched refs:this_mask (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 892 nir_ssa_def *this_mask = nir_channel(&b->nb, mask, i); in handle_shuffle2() local 893 …nir_ssa_def *vmask = nir_iand(&b->nb, this_mask, nir_imm_intN_t(&b->nb, half_mask, mask->bit_size)… 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()
|