Searched refs:AGX_ICOND_SLT (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compiler.h | 213 AGX_ICOND_SLT = 5, enumerator
|
D | agx_compile.c | 498 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()
|