| /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()  argument 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 | 417 bool ValidVersion(const BuiltInFunction& function, int version, EProfile profile, const SpvVersion&…  in ValidVersion() 474 void TBuiltIns::relateTabledBuiltins(int /* version */, EProfile /* profile */, const SpvVersion& /…  in relateTabledBuiltins()
  | 
| /external/angle/third_party/vulkan-deps/glslang/src/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 | 417 bool ValidVersion(const BuiltInFunction& function, int version, EProfile profile, const SpvVersion&…  in ValidVersion() 474 void TBuiltIns::relateTabledBuiltins(int /* version */, EProfile /* profile */, const SpvVersion& /…  in relateTabledBuiltins()
  | 
| /external/angle/third_party/vulkan-deps/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/angle/third_party/vulkan-deps/glslang/src/SPIRV/ | 
| D | SpvBuilder.h | 76 } SpvVersion;  typedef
  | 
| /external/deqp-deps/glslang/SPIRV/ | 
| D | SpvBuilder.h | 76 } 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/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/angle/third_party/vulkan-deps/spirv-headers/src/include/spirv/1.0/ | 
| D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010000;  variable
  | 
| /external/shaderc/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.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/angle/third_party/vulkan-deps/spirv-headers/src/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/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/vulkan-deps/spirv-headers/src/include/spirv/1.1/ | 
| D | spirv.h | 57 static const unsigned int SpvVersion = 0x00010100;  variable
  | 
| /external/shaderc/spirv-headers/include/spirv/unified1/ | 
| D | spirv.h | 60 static const unsigned int SpvVersion = 0x00010400;  variable
  | 
| /external/mesa3d/src/compiler/spirv/ | 
| D | spirv.h | 60 static const unsigned int SpvVersion = 0x00010500;  variable
  | 
| /external/deqp-deps/SPIRV-Headers/include/spirv/unified1/ | 
| D | spirv.h | 62 static const unsigned int SpvVersion = 0x00010600;  variable
  | 
| /external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/ | 
| D | spirv.h | 62 static const unsigned int SpvVersion = 0x00010600;  variable
  |