Home
last modified time | relevance | path

Searched refs:midgard_alu_op_fle (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard.h164 midgard_alu_op_fle = 0x83, enumerator
Dmidgard_ops.c107 [midgard_alu_op_fle] = {"FCMP.le", UNITS_MOST | OP_TYPE_CONVERT},
Dmidgard_compile.c883 instr->op == nir_op_fge ? midgard_alu_op_fle : in emit_alu()
884 instr->op == nir_op_fge32 ? midgard_alu_op_fle : in emit_alu()