Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_builtin_builder.h123 nir_bitselect(nir_builder *b, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *s) in nir_bitselect() function
/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c491 return nir_bitselect(nb, srcs[0], srcs[1], srcs[2]); in handle_special()