Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c382 dest->def = nir_fclamp(nb, src[0], src[1], src[2]); in handle_glsl450_alu()
386 dest->def = nir_fclamp(nb, src[0], src[1], src[2]); in handle_glsl450_alu()
482 nir_ssa_def *x = nir_fclamp(nb, src[0], in handle_glsl450_alu()
Dvtn_opencl.c505 return nir_fclamp(nb, srcs[0], srcs[1], srcs[2]); in handle_special()
/external/mesa3d/src/compiler/nir/
Dnir_builtin_builder.h129 nir_fclamp(nir_builder *b, in nir_fclamp() function