Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c506 dst[0]->cat2.condition = IR3_COND_EQ; in emit_alu()
628 dst[0]->cat2.condition = IR3_COND_EQ; in emit_alu()
1976 dst[0]->cat2.condition = IR3_COND_EQ; in emit_intrinsic()
Dir3_parser.y906 | T_EQ { instr->cat2.condition = IR3_COND_EQ; }
Dir3.h325 IR3_COND_EQ = 4, enumerator