Searched refs:memory_scope (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_lower_ngg.c251 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP,
381 nir_scoped_barrier(b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_WORKGROUP,
717 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP,
1133 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP,
1178 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP,
1800 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP,
1835 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP,
1894 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP,
H A Dac_nir_lower_tess_io_to_mem.c507 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP,
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2477 nir_scoped_barrier(&b->nb, .execution_scope=nir_exec_scope, .memory_scope=nir_mem_scope,
2493 nir_scoped_barrier(&b->nb, .memory_scope=vtn_scope_to_nir_scope(b, scope),
4158 SpvScope memory_scope = vtn_constant_uint(b, w[2]); local in function:vtn_handle_barrier
4172 memory_scope = SpvScopeWorkgroup;
4199 vtn_emit_scoped_control_barrier(b, execution_scope, memory_scope,
4202 vtn_emit_memory_barrier(b, memory_scope, memory_semantics);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c68 /* We need a NIR_SCOPE_DEVICE memory_scope because ACO will avoid
72 nir_scoped_barrier(&b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_DEVICE,
H A Dradv_meta_fast_clear.c67 /* We need a NIR_SCOPE_DEVICE memory_scope because ACO will avoid
71 nir_scoped_barrier(&b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_DEVICE,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c3395 SpvScope memory_scope = vtn_constant_uint(b, w[2]); local in function:vtn_handle_barrier
3397 vtn_emit_memory_barrier(b, memory_scope, memory_semantics);
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_builder_opcodes.h3833 nir_scope memory_scope; member in struct:_nir_scoped_barrier_indices
3843 nir_scope memory_scope; member in struct:_nir_shader_clock_indices
9773 nir_intrinsic_set_memory_scope(intrin, indices.memory_scope);
9800 nir_intrinsic_set_memory_scope(intrin, indices.memory_scope);

Completed in 71 milliseconds