Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_nir_lower_tess_io_to_mem.c493 nir_scope mem_scope = nir_intrinsic_memory_scope(intrin); in update_hs_scoped_barrier() local
494 if (mem_scope == NIR_SCOPE_WORKGROUP && st->tcs_out_patch_fits_subgroup) in update_hs_scoped_barrier()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dspirv_builder.h454 spirv_builder_emit_control_barrier(struct spirv_builder *b, SpvScope scope, SpvScope mem_scope, Spv…
Dspirv_builder.c1598 spirv_builder_emit_control_barrier(struct spirv_builder *b, SpvScope scope, SpvScope mem_scope, Spv… in spirv_builder_emit_control_barrier() argument
1603 spirv_buffer_emit_word(&b->instructions, spirv_builder_const_uint(b, 32, mem_scope)); in spirv_builder_emit_control_barrier()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2520 SpvScope mem_scope, in vtn_emit_scoped_control_barrier() argument
2533 nir_mem_scope = vtn_scope_to_nir_scope(b, mem_scope); in vtn_emit_scoped_control_barrier()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c2533 …l(struct ntd_context *ctx, nir_variable_mode modes, nir_scope execution_scope, nir_scope mem_scope) in emit_barrier_impl() argument
2543 if (mem_scope > NIR_SCOPE_WORKGROUP) in emit_barrier_impl()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp8414 …uint32_t mem_scope = id_mem_scope ? evaluate_constant_u32(id_mem_scope) : uint32_t(ScopeInvocation… in emit_barrier() local
8416 exe_scope = min(exe_scope, mem_scope); in emit_barrier()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp7307 sync_scope mem_scope = translate_nir_scope(nir_intrinsic_memory_scope(instr)); in emit_scoped_barrier() local
7352 memory_sync_info((storage_class)storage, (memory_semantics)semantics, mem_scope), in emit_scoped_barrier()