Home
last modified time | relevance | path

Searched refs:execution_scope (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_non_uniform_test.cpp127 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
134 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
140 if (execution_scope == SpvScopeSubgroup) { in TEST_P()
160 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
167 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
173 if (execution_scope == SpvScopeSubgroup || in TEST_P()
174 execution_scope == SpvScopeWorkgroup) { in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_non_uniform_test.cpp127 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
134 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
140 if (execution_scope == SpvScopeSubgroup) { in TEST_P()
160 SpvScope execution_scope = std::get<2>(GetParam()); in TEST_P() local
167 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
173 if (execution_scope == SpvScopeSubgroup || in TEST_P()
174 execution_scope == SpvScopeWorkgroup) { in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_non_uniform.cpp73 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local
74 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
H A Dvalidate_barriers.cpp61 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
64 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_non_uniform.cpp73 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local
74 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
H A Dvalidate_barriers.cpp61 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
64 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
/third_party/spirv-tools/test/val/
H A Dval_non_uniform_test.cpp167 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local
181 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
187 if (execution_scope == spv::Scope::Subgroup) { in TEST_P()
207 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local
221 sstr << ConvertScope(execution_scope) << " "; in TEST_P()
227 if (execution_scope == spv::Scope::Subgroup || in TEST_P()
228 execution_scope == spv::Scope::Workgroup) { in TEST_P()
/third_party/spirv-tools/source/val/
H A Dvalidate_barriers.cpp59 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
62 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
H A Dvalidate_non_uniform.cpp425 const uint32_t execution_scope = inst->GetOperandAs<uint32_t>(2); in NonUniformPass() local
426 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_task_shader.c90 .execution_scope = NIR_SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task()
101 .execution_scope = NIR_SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task()
211 nir_scoped_barrier(b, .execution_scope = NIR_SCOPE_WORKGROUP, in emit_shared_to_payload_copy()
/third_party/gn/src/gn/
H A Dfilesystem_utils.h250 explicit BuildDirContext(const Scope* execution_scope);
256 BuildDirContext(const Scope* execution_scope, const Label& toolchain_label);
H A Dfilesystem_utils.cc1020 BuildDirContext::BuildDirContext(const Scope* execution_scope) in BuildDirContext() argument
1021 : BuildDirContext(execution_scope->settings()) {} in BuildDirContext()
1023 BuildDirContext::BuildDirContext(const Scope* execution_scope, in BuildDirContext() argument
1025 : BuildDirContext(execution_scope->settings()->build_settings(), in BuildDirContext()
1027 execution_scope->settings()->default_toolchain_label() == in BuildDirContext()
H A Dparse_tree.cc551 Scope* execution_scope; // Either the enclosing_scope or nested_scope. in Execute() local
555 execution_scope = nested_scope.get(); in Execute()
559 execution_scope = enclosing_scope; in Execute()
579 cur->Execute(execution_scope, err); in Execute()
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c324 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in repack_invocations_in_workgroup()
816 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in compact_vertices_after_culling()
1231 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in add_deferred_attribute_culling()
1276 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in add_deferred_attribute_culling()
1466 nir_scoped_barrier(b, .execution_scope = NIR_SCOPE_WORKGROUP, in ac_nir_lower_ngg_nogs()
1475 nir_scoped_barrier(b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_WORKGROUP, in ac_nir_lower_ngg_nogs()
1987 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in ngg_gs_finale()
2022 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in ngg_gs_finale()
2081 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in ac_nir_lower_ngg_gs()
2638 nir_scoped_barrier(b, .execution_scope in emit_ms_prelude()
[all...]
H A Dac_nir_lower_taskmesh_io_to_mem.c271 nir_scoped_barrier(b, .execution_scope = NIR_SCOPE_WORKGROUP, in lower_task_launch_mesh_workgroups()
H A Dac_nir_lower_tess_io_to_mem.c559 nir_scoped_barrier(b, .execution_scope = scope, .memory_scope = scope, in hs_emit_write_tess_factors()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_decompress.c70 nir_scoped_barrier(&b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_DEVICE, in build_expand_depth_stencil_compute_shader()
H A Dradv_meta_fast_clear.c69 nir_scoped_barrier(&b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_DEVICE, in build_dcc_decompress_compute_shader()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c2535 nir_scoped_barrier(&b->nb, .execution_scope=nir_exec_scope, .memory_scope=nir_mem_scope, in vtn_emit_scoped_control_barrier()
4229 SpvScope execution_scope = vtn_constant_uint(b, w[1]); in vtn_handle_barrier() local
4240 (execution_scope == SpvScopeWorkgroup || in vtn_handle_barrier()
4241 execution_scope == SpvScopeDevice) && in vtn_handle_barrier()
4243 execution_scope = SpvScopeWorkgroup; in vtn_handle_barrier()
4271 vtn_emit_scoped_control_barrier(b, execution_scope, memory_scope, in vtn_handle_barrier()
4276 if (execution_scope == SpvScopeWorkgroup) in vtn_handle_barrier()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp12023 uint32_t execution_scope = 0;
12034 execution_scope = evaluate_constant_u32(ops[0]);
12039 if (execution_scope == ScopeSubgroup || memory == ScopeSubgroup)
12052 if (execution_scope != ScopeSubgroup && get_entry_point().model == ExecutionModelTessellationControl)
12114 bool implies_shared_barrier = opcode == OpControlBarrier && execution_scope == ScopeWorkgroup;
12178 if (execution_scope == ScopeSubgroup)
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c2533 emit_barrier_impl(struct ntd_context *ctx, nir_variable_mode modes, nir_scope execution_scope, nir_scope mem_scope) in emit_barrier_impl() argument
2539 if (execution_scope == NIR_SCOPE_WORKGROUP) in emit_barrier_impl()

Completed in 74 milliseconds