Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c498 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
620 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
636 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
838 carry->cat2.condition = IR3_COND_LT; in emit_intrinsic_load_ubo()
3206 cond->cat2.condition = IR3_COND_LT; in emit_stream_out()
Dir3.h321 IR3_COND_LT = 0, enumerator
Dir3_parser.y902 cond: T_LT { instr->cat2.condition = IR3_COND_LT; }