Home
last modified time | relevance | path

Searched refs:ScopeInvocation (Results 1 – 21 of 21) sorted by relevance

/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
Dspirv.hpp555 ScopeInvocation = 4, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.hpp555 ScopeInvocation = 4, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.hpp546 ScopeInvocation = 4, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.hpp560 ScopeInvocation = 4, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.hpp555 ScopeInvocation = 4, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.hpp546 ScopeInvocation = 4, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.hpp546 ScopeInvocation = 4, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.2/
Dspirv.hpp560 ScopeInvocation = 4, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.hpp560 ScopeInvocation = 4, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.hpp546 ScopeInvocation = 4, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.hpp555 ScopeInvocation = 4, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.hpp560 ScopeInvocation = 4, enumerator
/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.hpp683 ScopeInvocation = 4, enumerator
/external/deqp-deps/glslang/SPIRV/
Dspirv.hpp948 ScopeInvocation = 4, enumerator
3673 case ScopeInvocation: return "Invocation"; in ScopeToString()
DGlslangToSpv.cpp9443 …builder.createControlBarrier(spv::ScopeWorkgroup, spv::ScopeInvocation, spv::MemorySemanticsMaskNo… in createNoArgOperation()
/external/angle/third_party/glslang/src/SPIRV/
Dspirv.hpp955 ScopeInvocation = 4, enumerator
3743 case ScopeInvocation: return "Invocation"; in ScopeToString()
DGlslangToSpv.cpp9892 …builder.createControlBarrier(spv::ScopeWorkgroup, spv::ScopeInvocation, spv::MemorySemanticsMaskNo… in createNoArgOperation()
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.hpp948 ScopeInvocation = 4, enumerator
3673 case ScopeInvocation: return "Invocation"; in ScopeToString()
/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
Dspirv.hpp956 ScopeInvocation = 4, enumerator
3837 case ScopeInvocation: return "Invocation"; in ScopeToString()
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.hpp938 ScopeInvocation = 4, enumerator
/external/angle/src/compiler/translator/spirv/
DOutputSPIRV.cpp5794 mBuilder.getUintConstant(spv::ScopeInvocation), in visitAggregate()