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/
H A Dir3_compiler_nir.c572 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
704 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
720 dst[0]->cat2.condition = IR3_COND_LT; in emit_alu()
1000 carry->cat2.condition = IR3_COND_LT; in emit_intrinsic_load_ubo()
3801 cond->cat2.condition = IR3_COND_LT; in emit_stream_out()
H A Dir3.h347 IR3_COND_LT = 0, enumerator
H A Dir3_parser.y959 cond: T_LT { instr->cat2.condition = IR3_COND_LT; }

Completed in 13 milliseconds