/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Versions.h | 89 struct SpvVersion { struct 90 SpvVersion() : spv(0), vulkanGlsl(0), vulkan(0), openGl(0), vulkanRelaxed(false) {} in SpvVersion() function 91 …ned int spv; // the version of SPIR-V to target, as defined by "word 1" of the SPIR-V binary header 92 …l; // the version of GLSL semantics for Vulkan, from GL_KHR_vulkan_glsl, for "#define VULKAN XXX" 93 int vulkan; // the version of Vulkan, for which SPIR-V execution environment rules to use 94 … // the version of GLSL semantics for OpenGL, from GL_ARB_gl_spirv, for "#define GL_SPIRV XXX" 95 … relax changes to GLSL for Vulkan, allowing some GL-specific to be compiled to Vulkan SPIR-V target
|
D | Initialize.cpp | 398 bool ValidVersion(const BuiltInFunction& function, int version, EProfile profile, const SpvVersion&… in ValidVersion() 448 void TBuiltIns::relateTabledBuiltins(int /* version */, EProfile /* profile */, const SpvVersion& /… in relateTabledBuiltins()
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | Versions.h | 90 struct SpvVersion { struct 91 SpvVersion() : spv(0), vulkanGlsl(0), vulkan(0), openGl(0), vulkanRelaxed(false) {} in SpvVersion() argument 92 …ned int spv; // the version of SPIR-V to target, as defined by "word 1" of the SPIR-V binary header 93 …l; // the version of GLSL semantics for Vulkan, from GL_KHR_vulkan_glsl, for "#define VULKAN XXX" 94 int vulkan; // the version of Vulkan, for which SPIR-V execution environment rules to use 95 … // the version of GLSL semantics for OpenGL, from GL_ARB_gl_spirv, for "#define GL_SPIRV XXX" 96 … relax changes to GLSL for Vulkan, allowing some GL-specific to be compiled to Vulkan SPIR-V target
|
D | Initialize.cpp | 398 bool ValidVersion(const BuiltInFunction& function, int version, EProfile profile, const SpvVersion&… in ValidVersion() 448 void TBuiltIns::relateTabledBuiltins(int /* version */, EProfile /* profile */, const SpvVersion& /… in relateTabledBuiltins()
|
/external/angle/third_party/glslang/src/glslang/HLSL/ |
D | hlslParseables.cpp | 456 void TBuiltInParseablesHlsl::initialize(int /*version*/, EProfile /*profile*/, const SpvVersion& /*… in initialize() 1010 const SpvVersion& /*spvVersion*/, EShLanguage /*language*/) in initialize() 1022 …eablesHlsl::identifyBuiltIns(int /*version*/, EProfile /*profile*/, const SpvVersion& /*spvVersion… in identifyBuiltIns() 1254 …eablesHlsl::identifyBuiltIns(int /*version*/, EProfile /*profile*/, const SpvVersion& /*spvVersion… in identifyBuiltIns()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseables.cpp | 456 void TBuiltInParseablesHlsl::initialize(int /*version*/, EProfile /*profile*/, const SpvVersion& /*… in initialize() 1010 const SpvVersion& /*spvVersion*/, EShLanguage /*language*/) in initialize() 1022 …eablesHlsl::identifyBuiltIns(int /*version*/, EProfile /*profile*/, const SpvVersion& /*spvVersion… in identifyBuiltIns() 1254 …eablesHlsl::identifyBuiltIns(int /*version*/, EProfile /*profile*/, const SpvVersion& /*spvVersion… in identifyBuiltIns()
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 78 } SpvVersion; typedef
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SpvBuilder.h | 79 } SpvVersion; typedef
|
/external/skia/src/sksl/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010000; variable
|
/external/shaderc/spirv-headers/include/spirv/1.0/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010000; variable
|
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010000; variable
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010000; variable
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010000; variable
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010100; variable
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010200; variable
|
/external/angle/third_party/spirv-headers/src/include/spirv/1.1/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010100; variable
|
/external/angle/third_party/spirv-headers/src/include/spirv/1.2/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010200; variable
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010100; variable
|
/external/shaderc/spirv-headers/include/spirv/1.1/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010100; variable
|
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010200; variable
|
/external/shaderc/spirv-headers/include/spirv/1.2/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010200; variable
|
/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 60 static const unsigned int SpvVersion = 0x00010400; variable
|
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 62 static const unsigned int SpvVersion = 0x00010600; variable
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv.h | 62 static const unsigned int SpvVersion = 0x00010600; variable
|
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 62 static const unsigned int SpvVersion = 0x00010600; variable
|