Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c576 dst[0]->cat2.condition = IR3_COND_GE; in emit_alu()
708 dst[0]->cat2.condition = IR3_COND_GE; in emit_alu()
724 dst[0]->cat2.condition = IR3_COND_GE; in emit_alu()
803 cmp->cat2.condition = IR3_COND_GE; in emit_alu()
H A Dir3.h350 IR3_COND_GE = 3, enumerator
H A Dir3_parser.y962 | T_GE { instr->cat2.condition = IR3_COND_GE; }

Completed in 17 milliseconds