Home
last modified time | relevance | path

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

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