Home
last modified time | relevance | path

Searched refs:IR3_COND_NE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_cp.c549 (instr->cat2.condition == IR3_COND_NE)) { in instr_cp()
Dir3_compiler_nir.c375 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()
383 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()
489 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()
604 dst[0]->cat2.condition = IR3_COND_NE; in emit_alu()
1894 cond->cat2.condition = IR3_COND_NE; in emit_intrinsic()
1918 cond->cat2.condition = IR3_COND_NE; in emit_intrinsic()
Dir3_context.c531 cond->cat2.condition = IR3_COND_NE; in ir3_get_predicate()
Dir3_parser.y673 | T_NE { instr->cat2.condition = IR3_COND_NE; }
Dir3.h258 IR3_COND_NE = 5, enumerator