Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c477 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
592 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
608 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
811 carry->cat2.condition = IR3_COND_LT; in emit_intrinsic_load_ubo()
2800 cond->cat2.condition = IR3_COND_LT; in emit_stream_out()
Dir3_parser.y668 cond: T_LT { instr->cat2.condition = IR3_COND_LT; }
Dir3.h253 IR3_COND_LT = 0, enumerator