Searched refs:nir_umax (Results 1 – 3 of 3) sorted by relevance
552 val->ssa->def = nir_umin(nb, nir_umax(nb, src[0], src[1]), src[2]); in handle_glsl450_alu()
909 nir_umax(nir_builder *build, nir_ssa_def *src0, nir_ssa_def *src1) in nir_umax() function
1770 result = nir_umax(&b, srcs[0], srcs[1]); in visit()