Searched refs:IR3_INSTR_SS (Results 1 – 6 of 6) sorted by relevance
125 n->flags &= ~(IR3_INSTR_SS | IR3_INSTR_SY); in legalize_block()140 n->flags |= IR3_INSTR_SS | IR3_INSTR_SY; in legalize_block()148 n->flags |= IR3_INSTR_SS; in legalize_block()169 n->flags |= IR3_INSTR_SS; in legalize_block()192 n->flags |= IR3_INSTR_SS; in legalize_block()209 if ((n->flags & IR3_INSTR_SS) && (opc_cat(n->opc) >= 5)) { in legalize_block()212 nop->flags |= IR3_INSTR_SS; in legalize_block()213 n->flags &= ~IR3_INSTR_SS; in legalize_block()245 ir3_NOP(block)->flags |= IR3_INSTR_SS; in legalize_block()317 last_input->flags |= IR3_INSTR_SS; in legalize_block()
146 cat0->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat0()189 cat1->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat1()282 cat2->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat2()387 cat3->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat3()435 cat4->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat4()900 cat7->ss = !!(instr->flags & IR3_INSTR_SS); in emit_cat7()981 if (instr->flags & IR3_INSTR_SS) { in ir3_assemble()
85 if (instr->flags & IR3_INSTR_SS) in print_instr_name()
567 | T_SS { iflags.flags |= IR3_INSTR_SS; }
211 IR3_INSTR_SS = 0x002, enumerator
1267 barrier->flags = IR3_INSTR_SS | IR3_INSTR_SY; in emit_intrinsic_barrier()3807 instr->flags |= IR3_INSTR_SS | IR3_INSTR_SY; in ir3_compile_shader_nir()