Home
last modified time | relevance | path

Searched refs:AGX_ICOND_ULT (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
Dagx_compile.c605 case nir_op_ult: return agx_icmpsel_to(b, dst, s0, s1, t, f, AGX_ICOND_ULT); in agx_emit_alu_bool()
606 case nir_op_uge: return agx_icmpsel_to(b, dst, s0, s1, f, t, AGX_ICOND_ULT); in agx_emit_alu_bool()
696 case nir_op_umin: return agx_icmpsel_to(b, dst, s0, s1, s0, s1, AGX_ICOND_ULT); in agx_emit_alu()
940 layer = agx_icmpsel(b, layer16, d1, layer16, d1, AGX_ICOND_ULT); in agx_emit_tex()
Dagx_compiler.h216 AGX_ICOND_ULT = 1, enumerator