Home
last modified time | relevance | path

Searched refs:BuiltInFragDepth (Results 1 – 23 of 23) sorted by relevance

/external/swiftshader/src/Pipeline/
DPixelProgram.cpp233 it = spirvShader->outputBuiltins.find(spv::BuiltInFragDepth); in executeShader()
/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
Dspirv.hpp417 BuiltInFragDepth = 22, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.hpp417 BuiltInFragDepth = 22, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.hpp412 BuiltInFragDepth = 22, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.hpp422 BuiltInFragDepth = 22, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.hpp417 BuiltInFragDepth = 22, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.hpp412 BuiltInFragDepth = 22, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.hpp412 BuiltInFragDepth = 22, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.2/
Dspirv.hpp422 BuiltInFragDepth = 22, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.hpp422 BuiltInFragDepth = 22, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.hpp412 BuiltInFragDepth = 22, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.hpp417 BuiltInFragDepth = 22, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.hpp422 BuiltInFragDepth = 22, enumerator
/external/shaderc/spirv-headers/include/spirv/unified1/
Dspirv.hpp483 BuiltInFragDepth = 22, enumerator
/external/deqp-deps/glslang/SPIRV/
Dspirv.hpp672 BuiltInFragDepth = 22, enumerator
3567 case BuiltInFragDepth: return "FragDepth"; in BuiltInToString()
DGlslangToSpv.cpp687 case glslang::EbvFragDepth: return spv::BuiltInFragDepth; in TranslateBuiltInDecoration()
/external/angle/third_party/glslang/src/SPIRV/
Dspirv.hpp672 BuiltInFragDepth = 22, enumerator
3637 case BuiltInFragDepth: return "FragDepth"; in BuiltInToString()
DGlslangToSpv.cpp694 case glslang::EbvFragDepth: return spv::BuiltInFragDepth; in TranslateBuiltInDecoration()
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
Dspirv.hpp672 BuiltInFragDepth = 22, enumerator
3567 case BuiltInFragDepth: return "FragDepth"; in BuiltInToString()
/external/angle/third_party/spirv-headers/src/include/spirv/unified1/
Dspirv.hpp673 BuiltInFragDepth = 22, enumerator
3724 case BuiltInFragDepth: return "FragDepth"; in BuiltInToString()
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.hpp664 BuiltInFragDepth = 22, enumerator
/external/angle/src/compiler/translator/spirv/
DOutputSPIRV.cpp572 builtInDecoration = spv::BuiltInFragDepth; in getSymbolIdAndStorageClass()
/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp858 {spirv::LiteralInteger(spv::BuiltInFragDepth)}); in InsertDepthStencilDecorations()