Searched refs:execution_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,
4157 SpvScope execution_scope = vtn_constant_uint(b, w[1]); local in function:vtn_handle_barrier
4168 (execution_scope == SpvScopeWorkgroup ||
4169 execution_scope == SpvScopeDevice) &&
4171 execution_scope = SpvScopeWorkgroup;
4199 vtn_emit_scoped_control_barrier(b, execution_scope, memory_scope,
4204 if (execution_scope == SpvScopeWorkgroup)
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_decompress.c72 nir_scoped_barrier(&b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_DEVICE,
H A Dradv_meta_fast_clear.c71 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.c3399 SpvScope execution_scope = vtn_constant_uint(b, w[1]); local in function:vtn_handle_barrier
3400 if (execution_scope == SpvScopeWorkgroup)
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_builder_opcodes.h3832 nir_scope execution_scope; member in struct:_nir_scoped_barrier_indices
9772 nir_intrinsic_set_execution_scope(intrin, indices.execution_scope);

Completed in 73 milliseconds