Home
last modified time | relevance | path

Searched refs:ScopeSubgroup (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp545 ScopeSubgroup = 3, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp554 ScopeSubgroup = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.hpp545 ScopeSubgroup = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.hpp554 ScopeSubgroup = 3, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp545 ScopeSubgroup = 3, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp554 ScopeSubgroup = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderGroup.cpp86 ASSERT_MSG(scope == spv::ScopeSubgroup, "Scope for Non Uniform Group Operations must be Subgroup for Vulkan 1.1"); in EmitGroupNonUniform()
H A DSpirvShaderControlFlow.cpp635 case spv::ScopeSubgroup: in EmitControlBarrier()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp559 ScopeSubgroup = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.hpp559 ScopeSubgroup = 3, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp559 ScopeSubgroup = 3, enumerator
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp635 scope = spv::ScopeSubgroup; in TranslateMemoryScope()
8060 spv::IdImmediate scope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in createInvocationsOperation()
8248 spv::IdImmediate scope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in CreateInvocationsVectorOperation()
8254 spv::IdImmediate scope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in CreateInvocationsVectorOperation()
8580 spv::IdImmediate executionScope = { true, builder.makeUintConstant(spv::ScopeSubgroup) }; in createSubgroupOperation()
9331 builder.createControlBarrier(spv::ScopeSubgroup, spv::ScopeSubgroup, spv::MemorySemanticsAllMemory | in createNoArgOperation()
9335 builder.createMemoryBarrier(spv::ScopeSubgroup, spv::MemorySemanticsAllMemory | in createNoArgOperation()
9339 builder.createMemoryBarrier(spv::ScopeSubgroup, spv::MemorySemanticsUniformMemoryMask | in createNoArgOperation()
9343 builder.createMemoryBarrier(spv::ScopeSubgroup, sp in createNoArgOperation()
[all...]
H A Dspirv.hpp890 ScopeSubgroup = 3, enumerator
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_capabilities_test.cpp625 CASE0(SCOPE_ID, ScopeSubgroup),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_capabilities_test.cpp625 CASE0(SCOPE_ID, ScopeSubgroup),
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv.hpp770 ScopeSubgroup = 3, enumerator
H A Dspirv_glsl.cpp7885 if (scope != ScopeSubgroup)
12039 if (execution_scope == ScopeSubgroup || memory == ScopeSubgroup)
12041 // OpControlBarrier with ScopeSubgroup is subgroupBarrier()
12052 if (execution_scope != ScopeSubgroup && get_entry_point().model == ExecutionModelTessellationControl)
12121 else if (memory == ScopeSubgroup)
12178 if (execution_scope == ScopeSubgroup)
H A Dspirv_hlsl.cpp4547 if (scope != ScopeSubgroup) in emit_subgroup_op()
5412 if (memory == ScopeSubgroup) in emit_instruction()
H A Dspirv_msl.cpp8418 if (msl_options.emulate_subgroups && exe_scope >= ScopeSubgroup && !id_mem_sem)
8424 bar_stmt = exe_scope < ScopeSubgroup ? "threadgroup_barrier" : "simdgroup_barrier";
13707 if (scope != ScopeSubgroup)
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp817 ScopeSubgroup = 3, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.hpp818 ScopeSubgroup = 3, enumerator
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp922 ScopeSubgroup = 3, enumerator

Completed in 118 milliseconds