Home
last modified time | relevance | path

Searched refs:IR3_INSTR_SY (Results 1 – 7 of 7) 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()
176 n->flags |= IR3_INSTR_SY; in legalize_block()
230 samgp->flags |= IR3_INSTR_SY; in legalize_block()
Dir3.c152 cat0->sync = !!(instr->flags & IR3_INSTR_SY); in emit_cat0()
197 cat1->sync = !!(instr->flags & IR3_INSTR_SY); in emit_cat1()
290 cat2->sync = !!(instr->flags & IR3_INSTR_SY); in emit_cat2()
392 cat3->sync = !!(instr->flags & IR3_INSTR_SY); in emit_cat3()
441 cat4->sync = !!(instr->flags & IR3_INSTR_SY); in emit_cat4()
531 cat5->sync = !!(instr->flags & IR3_INSTR_SY); in emit_cat5()
551 cat6->sync = !!(instr->flags & IR3_INSTR_SY); in emit_cat6_a6xx()
672 cat6->sync = !!(instr->flags & IR3_INSTR_SY); in emit_cat6()
907 cat7->sync = !!(instr->flags & IR3_INSTR_SY); in emit_cat7()
986 if (instr->flags & IR3_INSTR_SY) in ir3_assemble()
Dir3_print.c83 if (instr->flags & IR3_INSTR_SY) in print_instr_name()
Dir3_a6xx.c404 mov->flags |= IR3_INSTR_SY; in get_atomic_dest_mov()
Dir3_parser.y566 iflag: T_SY { iflags.flags |= IR3_INSTR_SY; }
Dir3.h178 IR3_INSTR_SY = 0x001, 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()