/third_party/spirv-tools/test/val/ |
D | val_non_uniform_test.cpp | 127 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/test/val/ |
D | val_non_uniform_test.cpp | 127 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/ |
D | val_non_uniform_test.cpp | 127 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/source/val/ |
D | validate_non_uniform.cpp | 73 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local 74 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
|
D | validate_barriers.cpp | 61 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/spirv-tools/source/val/ |
D | validate_non_uniform.cpp | 73 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local 74 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
|
D | validate_barriers.cpp | 61 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/source/val/ |
D | validate_barriers.cpp | 62 const uint32_t execution_scope = inst->word(1); in BarriersPass() local 65 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
|
D | validate_non_uniform.cpp | 126 const uint32_t execution_scope = inst->word(3); in NonUniformPass() local 127 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_task_shader.c | 90 .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/ |
D | filesystem_utils.h | 250 explicit BuildDirContext(const Scope* execution_scope); 256 BuildDirContext(const Scope* execution_scope, const Label& toolchain_label);
|
D | filesystem_utils.cc | 976 BuildDirContext::BuildDirContext(const Scope* execution_scope) in BuildDirContext() argument 977 : BuildDirContext(execution_scope->settings()) {} in BuildDirContext() 979 BuildDirContext::BuildDirContext(const Scope* execution_scope, in BuildDirContext() argument 981 : BuildDirContext(execution_scope->settings()->build_settings(), in BuildDirContext() 983 execution_scope->settings()->default_toolchain_label() == in BuildDirContext()
|
D | parse_tree.cc | 542 Scope* execution_scope; // Either the enclosing_scope or nested_scope. in Execute() local 546 execution_scope = nested_scope.get(); in Execute() 550 execution_scope = enclosing_scope; in Execute() 570 cur->Execute(execution_scope, err); in Execute()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_nir_lower_ngg.c | 324 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 = NIR_SCOPE_WORKGROUP, in emit_ms_prelude() [all …]
|
D | ac_nir_lower_taskmesh_io_to_mem.c | 271 nir_scoped_barrier(b, .execution_scope = NIR_SCOPE_WORKGROUP, in lower_task_launch_mesh_workgroups()
|
D | ac_nir_lower_tess_io_to_mem.c | 559 nir_scoped_barrier(b, .execution_scope = scope, .memory_scope = scope, in hs_emit_write_tess_factors()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_decompress.c | 70 nir_scoped_barrier(&b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_DEVICE, in build_expand_depth_stencil_compute_shader()
|
D | radv_meta_fast_clear.c | 69 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/ |
D | spirv_to_nir.c | 2535 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/ |
D | spirv_glsl.cpp | 12023 uint32_t execution_scope = 0; in emit_instruction() local 12034 execution_scope = evaluate_constant_u32(ops[0]); in emit_instruction() 12039 if (execution_scope == ScopeSubgroup || memory == ScopeSubgroup) in emit_instruction() 12052 …if (execution_scope != ScopeSubgroup && get_entry_point().model == ExecutionModelTessellationContr… in emit_instruction() 12114 bool implies_shared_barrier = opcode == OpControlBarrier && execution_scope == ScopeWorkgroup; in emit_instruction() 12178 if (execution_scope == ScopeSubgroup) in emit_instruction()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 2533 emit_barrier_impl(struct ntd_context *ctx, nir_variable_mode modes, nir_scope execution_scope, nir_… in emit_barrier_impl() argument 2539 if (execution_scope == NIR_SCOPE_WORKGROUP) in emit_barrier_impl()
|