Home
last modified time | relevance | path

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

/third_party/mesa3d/src/asahi/compiler/
Dagx_compiler.h213 AGX_ICOND_SLT = 5, enumerator
Dagx_compile.c498 case nir_op_ilt: return agx_icmpsel_to(b, dst, s0, s1, t, f, AGX_ICOND_SLT); in agx_emit_alu_bool()
499 case nir_op_ige: return agx_icmpsel_to(b, dst, s0, s1, f, t, AGX_ICOND_SLT); in agx_emit_alu_bool()
589 case nir_op_imin: return agx_icmpsel_to(b, dst, s0, s1, s0, s1, AGX_ICOND_SLT); in agx_emit_alu()