Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3.c281 cat2->sat = !!(instr->flags & IR3_INSTR_SAT); in emit_cat2()
386 cat3->sat = !!(instr->flags & IR3_INSTR_SAT); in emit_cat3()
434 cat4->sat = !!(instr->flags & IR3_INSTR_SAT); in emit_cat4()
Dir3.h223 IR3_INSTR_SAT = 0x800, enumerator
694 if (instr->flags & IR3_INSTR_SAT) in is_same_type_mov()
Dir3_compiler_nir.c434 src[0]->flags |= IR3_INSTR_SAT; in emit_alu()
441 dst[0]->flags |= IR3_INSTR_SAT; in emit_alu()