Home
last modified time | relevance | path

Searched refs:exec_scope (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_builder.h1644 nir_scope exec_scope, in nir_scoped_barrier() argument
1651 nir_intrinsic_set_execution_scope(intrin, exec_scope); in nir_scoped_barrier()
/external/mesa3d/src/amd/compiler/
Daco_print_ir.cpp496 print_scope(barrier->exec_scope, output, "exec_scope"); in print_instr_format_specific()
Daco_scheduler.cpp390 set->has_control_barrier |= bar->exec_scope > scope_invocation; in add_memory_event()
Daco_ir.h1280 sync_scope exec_scope; member
Daco_lower_to_hw_instr.cpp1997 bool emit_s_barrier = barrier->exec_scope == scope_workgroup && in lower_to_hw_instr()
Daco_instruction_selection.cpp6661 sync_scope exec_scope = translate_nir_scope(nir_intrinsic_execution_scope(instr)); in emit_scoped_barrier() local
6680 assert(exec_scope != scope_workgroup || in emit_scoped_barrier()
6686 exec_scope); in emit_scoped_barrier()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2395 vtn_emit_scoped_control_barrier(struct vtn_builder *b, SpvScope exec_scope, in vtn_emit_scoped_control_barrier() argument
2402 nir_scope nir_exec_scope = vtn_scope_to_nir_scope(b, exec_scope); in vtn_emit_scoped_control_barrier()