Searched refs:IR3_INSTR_SY (Results 1 – 8 of 8) sorted by relevance
139 n->flags &= ~(IR3_INSTR_SS | IR3_INSTR_SY); in legalize_block()154 n->flags |= IR3_INSTR_SS | IR3_INSTR_SY; in legalize_block()194 n->flags |= IR3_INSTR_SY; in legalize_block()248 samgp->flags |= IR3_INSTR_SY; in legalize_block()
87 if (instr->flags & IR3_INSTR_SY) in print_instr_name()
307 if (instr->flags & IR3_INSTR_SY) in ir3_collect_info()
1314 barrier->flags = IR3_INSTR_SS | IR3_INSTR_SY; in emit_control_barrier()3813 barrier->flags = IR3_INSTR_SS | IR3_INSTR_SY; in emit_instructions()4338 instr->flags |= IR3_INSTR_SS | IR3_INSTR_SY; in ir3_compile_shader_nir()
239 IR3_INSTR_SY = 0x001, enumerator
738 iflag: T_SY { iflags.flags |= IR3_INSTR_SY; }
267 <map name="SY">!!(src->flags & IR3_INSTR_SY)</map>