/third_party/glslang/glslang/MachineIndependent/ |
D | Versions.h | 89 struct SpvVersion { struct 90 SpvVersion() : spv(0), vulkanGlsl(0), vulkan(0), openGl(0) {} 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"
|
D | Initialize.cpp | 420 bool ValidVersion(const BuiltInFunction& function, int version, EProfile profile, const SpvVersion&… in ValidVersion() 477 void TBuiltIns::relateTabledBuiltins(int /* version */, EProfile /* profile */, const SpvVersion& /… in relateTabledBuiltins()
|
/third_party/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()
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.h | 72 } SpvVersion; typedef
|
/third_party/skia/src/sksl/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010000; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010000; variable
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010000; variable
|
/third_party/spirv-headers/include/spirv/1.0/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010000; variable
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010100; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010200; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010100; variable
|
/third_party/spirv-headers/include/spirv/1.2/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010200; variable
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010200; variable
|
/third_party/spirv-headers/include/spirv/1.1/ |
D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010100; variable
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv.h | 60 static const unsigned int SpvVersion = 0x00010500; variable
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 60 static const unsigned int SpvVersion = 0x00010500; variable
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv.h | 62 static const unsigned int SpvVersion = 0x00010600; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ |
D | spirv.h | 60 static const unsigned int SpvVersion = 0x00010500; variable
|
/third_party/spirv-headers/include/spirv/unified1/ |
D | spirv.h | 62 static const unsigned int SpvVersion = 0x00010600; variable
|