Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp544 ScopeWorkgroup = 2, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp553 ScopeWorkgroup = 2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.hpp544 ScopeWorkgroup = 2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.hpp553 ScopeWorkgroup = 2, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp544 ScopeWorkgroup = 2, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp553 ScopeWorkgroup = 2, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp558 ScopeWorkgroup = 2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.hpp558 ScopeWorkgroup = 2, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.hpp558 ScopeWorkgroup = 2, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderControlFlow.cpp632 case spv::ScopeWorkgroup: in EmitControlBarrier()
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp633 scope = spv::ScopeWorkgroup; in TranslateMemoryScope()
9269 builder.createControlBarrier(spv::ScopeWorkgroup, spv::ScopeWorkgroup, in createNoArgOperation()
9274 builder.createControlBarrier(spv::ScopeWorkgroup, spv::ScopeInvocation, spv::MemorySemanticsMaskNone); in createNoArgOperation()
9277 builder.createControlBarrier(spv::ScopeWorkgroup, spv::ScopeWorkgroup, in createNoArgOperation()
9295 builder.createMemoryBarrier(spv::ScopeWorkgroup, spv::MemorySemanticsAllMemory | in createNoArgOperation()
9307 builder.createControlBarrier(spv::ScopeWorkgroup, spv::ScopeDevice, in createNoArgOperation()
9317 builder.createControlBarrier(spv::ScopeWorkgroup, spv::ScopeDevice, spv::MemorySemanticsUniformMemoryMask | in createNoArgOperation()
9322 builder.createMemoryBarrier(spv::ScopeWorkgroup, sp in createNoArgOperation()
[all...]
H A Dspirv.hpp889 ScopeWorkgroup = 2, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp5731 mBuilder.getUintConstant(spv::ScopeWorkgroup), in visitAggregate()
5732 mBuilder.getUintConstant(spv::ScopeWorkgroup), in visitAggregate()
5740 mBuilder.getUintConstant(spv::ScopeWorkgroup), in visitAggregate()
5748 node->getOp() == EOpMemoryBarrier ? spv::ScopeDevice : spv::ScopeWorkgroup; in visitAggregate()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Doperand_capabilities_test.cpp624 CASE0(SCOPE_ID, ScopeWorkgroup),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Doperand_capabilities_test.cpp624 CASE0(SCOPE_ID, ScopeWorkgroup),
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_hlsl.cpp5445 if ((next_memory == ScopeDevice || next_memory == ScopeWorkgroup) && in emit_instruction()
5446 (memory == ScopeDevice || memory == ScopeWorkgroup)) in emit_instruction()
5451 else if (memory == ScopeWorkgroup && next_memory == ScopeDevice) in emit_instruction()
H A Dspirv.hpp769 ScopeWorkgroup = 2, enumerator
H A Dspirv_glsl.cpp12082 if ((next_memory == ScopeDevice || next_memory == ScopeWorkgroup) &&
12083 (memory == ScopeDevice || memory == ScopeWorkgroup))
12088 else if (memory == ScopeWorkgroup && next_memory == ScopeDevice)
12109 if (memory == ScopeWorkgroup) // Only need to consider memory within a group
12114 bool implies_shared_barrier = opcode == OpControlBarrier && execution_scope == ScopeWorkgroup;
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp816 ScopeWorkgroup = 2, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.hpp817 ScopeWorkgroup = 2, enumerator
/third_party/spirv-headers/include/spirv/unified1/
H A Dspirv.hpp921 ScopeWorkgroup = 2, enumerator

Completed in 113 milliseconds