Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_parser.y672 | T_EQ { instr->cat2.condition = IR3_COND_EQ; }
Dir3_compiler_nir.c485 dst[0]->cat2.condition = IR3_COND_EQ; in emit_alu()
600 dst[0]->cat2.condition = IR3_COND_EQ; in emit_alu()
1852 dst[0]->cat2.condition = IR3_COND_EQ; in emit_intrinsic()
Dir3.h257 IR3_COND_EQ = 4, enumerator