Searched refs:outres (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_opencl.c | 863 nir_ssa_def *outres[NIR_MAX_VEC_COMPONENTS]; in handle_shuffle() local 869 outres[i] = nir_vector_extract(&b->nb, input, nir_channel(&b->nb, mask, i)); in handle_shuffle() 871 return nir_vec(&b->nb, outres, out_elems); in handle_shuffle() 884 nir_ssa_def *outres[NIR_MAX_VEC_COMPONENTS]; in handle_shuffle2() local 897 outres[i] = nir_bcsel(&b->nb, sel, val0, val1); in handle_shuffle2() 899 return nir_vec(&b->nb, outres, out_elems); in handle_shuffle2()
|
Completed in 3 milliseconds