Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_legalize.c125 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()
Dir3.c146 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()
Dir3_print.c85 if (instr->flags & IR3_INSTR_SS) in print_instr_name()
Dir3_parser.y567 | T_SS { iflags.flags |= IR3_INSTR_SS; }
Dir3.h211 IR3_INSTR_SS = 0x002, enumerator
Dir3_compiler_nir.c1267 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()