Home
last modified time | relevance | path

Searched refs:specVersion (Results 1 – 25 of 25) sorted by relevance

/external/javassist/src/main/javassist/util/proxy/
DDefinePackageHelper.java37 String specVersion, String specVendor, String implTitle, String implVersion, in definePackage() argument
46 String specVersion, String specVendor, String implTitle, String implVersion, in definePackage() argument
74 String specVersion, String specVendor, String implTitle, String implVersion, in definePackage() argument
82 specVersion, specVendor, implTitle, implVersion, implVendor, sealBase); in definePackage()
111 String specVersion, String specVendor, String implTitle, String implVersion, in definePackage() argument
120 name, specTitle, specVersion, specVendor, implTitle, in definePackage()
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp70 static uint32_t remove_patch_version(uint32_t specVersion) { in remove_patch_version() argument
71 return (specVersion >> 12) << 12; in remove_patch_version()
83 if (version <= remove_patch_version(layers[i].specVersion)) { in should_include_debug_layer()
126 uint32_t specVersion, in init_instance_extensions_and_layers() argument
156 uint32_t nonPatchVersion = remove_patch_version(specVersion); in init_instance_extensions_and_layers()
210 static bool init_device_extensions_and_layers(GrVkGetProc getProc, uint32_t specVersion, in init_device_extensions_and_layers() argument
241 uint32_t nonPatchVersion = remove_patch_version(specVersion); in init_device_extensions_and_layers()
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp72 static uint32_t remove_patch_version(uint32_t specVersion) { in remove_patch_version() argument
73 return (specVersion >> 12) << 12; in remove_patch_version()
85 if (version <= remove_patch_version(layers[i].specVersion)) { in should_include_debug_layer()
145 uint32_t specVersion, in init_instance_extensions_and_layers() argument
175 uint32_t nonPatchVersion = remove_patch_version(specVersion); in init_instance_extensions_and_layers()
229 static bool init_device_extensions_and_layers(GrVkGetProc getProc, uint32_t specVersion, in init_device_extensions_and_layers() argument
260 uint32_t nonPatchVersion = remove_patch_version(specVersion); in init_device_extensions_and_layers()
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp42 const deUint32 specVersion; member
70 deUint32 specVersion; member
DvkDeviceFeatures.hpp42 const deUint32 specVersion; member
71 deUint32 specVersion; member
DvkDeviceFeatures.cpp158 return (property.specVersion == item.specVersion); in verifyFeatureAddCriteria()
DvkQueryUtil.cpp431 if (required.minVersion && required.minVersion.get() > extensionProperties.specVersion) in isCompatible()
434 if (required.maxVersion && required.maxVersion.get() < extensionProperties.specVersion) in isCompatible()
445 if (required.minSpecVersion && required.minSpecVersion.get() > layerProperties.specVersion) in isCompatible()
448 if (required.maxSpecVersion && required.maxSpecVersion.get() < layerProperties.specVersion) in isCompatible()
DvkStructTypes.inl411 deUint32 specVersion; member
417 deUint32 specVersion; member
DvkVulkan_c.inl3614 deUint32 specVersion; member
3619 deUint32 specVersion; member
DvkStrUtilImpl.inl4861 s << "\tspecVersion = " << value.specVersion << '\n';
4870 s << "\tspecVersion = " << value.specVersion << '\n';
/external/skia/src/gpu/vk/
DGrVkExtensions.cpp93 fExtensions[idx].fSpecVersion = extensions[i].specVersion; in getSpecVersions()
119 fExtensions[idx].fSpecVersion = extensions[i].specVersion; in getSpecVersions()
/external/skqp/src/gpu/vk/
DGrVkExtensions.cpp95 fExtensions[idx].fSpecVersion = extensions[i].specVersion; in getSpecVersions()
121 fExtensions[idx].fSpecVersion = extensions[i].specVersion; in getSpecVersions()
/external/mesa3d/docs/relnotes/
D13.0.1.rst78 - anv: use correct .specVersion for extensions
79 - radv: use correct .specVersion for extensions
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h112 …bool InstanceLayerSupported(const char *name, uint32_t specVersion = 0, uint32_t implementationVer…
114 bool InstanceExtensionSupported(const char *name, uint32_t specVersion = 0);
116 …sionSupported(VkPhysicalDevice dev, const char *layer, const char *name, uint32_t specVersion = 0);
Dvkrenderframework.cpp88 return ((it.specVersion >= spec) && (it.implementationVersion >= implementation)); in InstanceLayerSupported()
125 return (it.specVersion >= spec); in InstanceExtensionSupported()
163 return (it.specVersion >= spec); in DeviceExtensionSupported()
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h1933 uint32_t specVersion; member
1938 uint32_t specVersion; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h1933 uint32_t specVersion; member
1938 uint32_t specVersion; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2400 uint32_t specVersion; member
2405 uint32_t specVersion; member
Dvulkan.hpp50058 : extensionName( extensionName_ ), specVersion( specVersion_ )
50099 && ( specVersion == rhs.specVersion ); in operator ==()
50112 uint32_t specVersion = {}; member
50124 …: layerName( layerName_ ), specVersion( specVersion_ ), implementationVersion( implementationVersi…
50165 && ( specVersion == rhs.specVersion ) in operator ==()
50180 uint32_t specVersion = {}; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2404 uint32_t specVersion; member
2409 uint32_t specVersion; member
Dvulkan.hpp50236 : extensionName( extensionName_ ), specVersion( specVersion_ )
50277 && ( specVersion == rhs.specVersion ); in operator ==()
50290 uint32_t specVersion = {}; member
50302 …: layerName( layerName_ ), specVersion( specVersion_ ), implementationVersion( implementationVersi…
50343 && ( specVersion == rhs.specVersion ) in operator ==()
50358 uint32_t specVersion = {}; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h2400 uint32_t specVersion; member
2405 uint32_t specVersion; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h2710 uint32_t specVersion; member
2715 uint32_t specVersion; member
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_core.h2744 uint32_t specVersion; member
2749 uint32_t specVersion; member
Dvulkan_structs.hpp21604 , specVersion( specVersion_ )
21638 return ( extensionName == rhs.extensionName ) && ( specVersion == rhs.specVersion ); in operator ==()
21649 uint32_t specVersion = {}; member
30884 , specVersion( specVersion_ )
30919 return ( layerName == rhs.layerName ) && ( specVersion == rhs.specVersion ) && in operator ==()
30931 … uint32_t specVersion = {}; member