/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/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/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_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/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 | 251 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in repack_invocations_in_workgroup() 381 … nir_scoped_barrier(b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_WORKGROUP, in emit_store_ngg_nogs_es_primitive_id() 717 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in compact_vertices_after_culling() 1133 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in add_deferred_attribute_culling() 1178 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in add_deferred_attribute_culling() 1800 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in ngg_gs_finale() 1835 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in ngg_gs_finale() 1894 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in ac_nir_lower_ngg_gs()
|
D | ac_nir_lower_tess_io_to_mem.c | 507 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in hs_emit_write_tess_factors()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 2477 nir_scoped_barrier(&b->nb, .execution_scope=nir_exec_scope, .memory_scope=nir_mem_scope, in vtn_emit_scoped_control_barrier() 4155 SpvScope execution_scope = vtn_constant_uint(b, w[1]); in vtn_handle_barrier() local 4166 (execution_scope == SpvScopeWorkgroup || in vtn_handle_barrier() 4167 execution_scope == SpvScopeDevice) && in vtn_handle_barrier() 4169 execution_scope = SpvScopeWorkgroup; in vtn_handle_barrier() 4197 vtn_emit_scoped_control_barrier(b, execution_scope, memory_scope, in vtn_handle_barrier() 4202 if (execution_scope == SpvScopeWorkgroup) in vtn_handle_barrier()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_decompress.c | 72 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 | 71 nir_scoped_barrier(&b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_DEVICE, in build_dcc_decompress_compute_shader()
|
/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()
|