Searched refs:nir_fclamp (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 382 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()
|
D | vtn_opencl.c | 505 return nir_fclamp(nb, srcs[0], srcs[1], srcs[2]); in handle_special()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.h | 129 nir_fclamp(nir_builder *b, in nir_fclamp() function
|