Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c481 dst[0]->cat2.condition = IR3_COND_GE; in emit_alu()
596 dst[0]->cat2.condition = IR3_COND_GE; in emit_alu()
612 dst[0]->cat2.condition = IR3_COND_GE; in emit_alu()
677 cmp->cat2.condition = IR3_COND_GE; in emit_alu()
Dir3_parser.y671 | T_GE { instr->cat2.condition = IR3_COND_GE; }
Dir3.h256 IR3_COND_GE = 3, enumerator