Home
last modified time | relevance | path

Searched refs:nir_iclamp (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_bit_size.c92 lowered_dst = nir_iclamp(bld, lowered_dst, in lower_alu_instr()
Dnir_builder.h831 nir_iclamp(nir_builder *b, in nir_iclamp() function
/third_party/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c441 dest->def = nir_iclamp(nb, src[0], src[1], src[2]); in handle_glsl450_alu()
Dvtn_opencl.c509 return nir_iclamp(nb, srcs[0], srcs[1], srcs[2]); in handle_special()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_etc_decode.c157 return nir_fmul(b, nir_i2f32(b, nir_iclamp(b, a, low_bound, high_bound)), final_mult); in decode_etc2_alpha()