Home
last modified time | relevance | path

Searched refs:IR3_INSTR_SS (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_legalize.c100 n->flags |= IR3_INSTR_SS | IR3_INSTR_SY; in legalize_block()
118 n->flags |= IR3_INSTR_SS; in legalize_block()
139 n->flags |= IR3_INSTR_SS; in legalize_block()
154 if ((n->flags & IR3_INSTR_SS) && (opc_cat(n->opc) >= 5)) { in legalize_block()
157 nop->flags |= IR3_INSTR_SS; in legalize_block()
158 n->flags &= ~IR3_INSTR_SS; in legalize_block()
192 ir3_NOP(block)->flags |= IR3_INSTR_SS; in legalize_block()
237 baryf->flags |= IR3_INSTR_SS; in legalize_block()
255 ->flags |= IR3_INSTR_SS | IR3_INSTR_SY; in legalize_block()
Dir3.c134 cat0->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat0()
181 cat1->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat1()
261 cat2->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat2()
357 cat3->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat3()
404 cat4->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat4()
656 cat7->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat7()
Dir3_print.c48 if (instr->flags & IR3_INSTR_SS) in print_instr_name()
Dir3.h192 IR3_INSTR_SS = 0x002, enumerator
Dir3_compiler_nir.c1832 barrier->flags = IR3_INSTR_SS | IR3_INSTR_SY; in emit_intrinsic_barrier()