Home
last modified time | relevance | path

Searched refs:IR3_INSTR_SY (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_legalize.c139 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()
Dir3_print.c87 if (instr->flags & IR3_INSTR_SY) in print_instr_name()
Dir3.c307 if (instr->flags & IR3_INSTR_SY) in ir3_collect_info()
Dir3_compiler_nir.c1314 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()
Dir3.h239 IR3_INSTR_SY = 0x001, enumerator
Dir3_parser.y738 iflag: T_SY { iflags.flags |= IR3_INSTR_SY; }
/third_party/mesa3d/src/compiler/isaspec/
DREADME.rst267 <map name="SY">!!(src->flags &amp; IR3_INSTR_SY)</map>
/third_party/mesa3d/docs/drivers/freedreno/
Disaspec.rst267 <map name="SY">!!(src->flags &amp; IR3_INSTR_SY)</map>