Searched refs:nir_iclamp (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_bit_size.c | 92 lowered_dst = nir_iclamp(bld, lowered_dst, in lower_alu_instr()
|
D | nir_builder.h | 831 nir_iclamp(nir_builder *b, in nir_iclamp() function
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_glsl450.c | 441 dest->def = nir_iclamp(nb, src[0], src[1], src[2]); in handle_glsl450_alu()
|
D | vtn_opencl.c | 509 return nir_iclamp(nb, srcs[0], srcs[1], srcs[2]); in handle_special()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_etc_decode.c | 157 return nir_fmul(b, nir_i2f32(b, nir_iclamp(b, a, low_bound, high_bound)), final_mult); in decode_etc2_alpha()
|