Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkExtensions.cpp35 static uint32_t remove_patch_version(uint32_t specVersion) { in remove_patch_version() argument
36 return (specVersion >> 12) << 12; in remove_patch_version()
39 bool GrVkExtensions::initInstance(uint32_t specVersion) { in initInstance() argument
44 uint32_t nonPatchVersion = remove_patch_version(specVersion); in initInstance()
69 if (nonPatchVersion >= remove_patch_version(layers[i].specVersion)) { in initInstance()
92 if (nonPatchVersion >= remove_patch_version(extensions[i].specVersion)) { in initInstance()
119 if (nonPatchVersion >= remove_patch_version(extensions[i].specVersion) && in initInstance()
132 bool GrVkExtensions::initDevice(uint32_t specVersion, VkInstance inst, VkPhysicalDevice physDev) { in initDevice() argument
137 uint32_t nonPatchVersion = remove_patch_version(specVersion); in initDevice()
162 if (nonPatchVersion >= remove_patch_version(layers[i].specVersion)) { in initDevice()
[all …]
DGrVkExtensions.h29 bool initInstance(uint32_t specVersion);
30 bool initDevice(uint32_t specVersion, VkInstance, VkPhysicalDevice);
/external/skqp/src/gpu/vk/
DGrVkExtensions.cpp35 static uint32_t remove_patch_version(uint32_t specVersion) { in remove_patch_version() argument
36 return (specVersion >> 12) << 12; in remove_patch_version()
39 bool GrVkExtensions::initInstance(uint32_t specVersion) { in initInstance() argument
44 uint32_t nonPatchVersion = remove_patch_version(specVersion); in initInstance()
69 if (nonPatchVersion >= remove_patch_version(layers[i].specVersion)) { in initInstance()
117 if (nonPatchVersion >= remove_patch_version(extensions[i].specVersion) && in initInstance()
130 bool GrVkExtensions::initDevice(uint32_t specVersion, VkInstance inst, VkPhysicalDevice physDev) { in initDevice() argument
135 uint32_t nonPatchVersion = remove_patch_version(specVersion); in initDevice()
160 if (nonPatchVersion >= remove_patch_version(layers[i].specVersion)) { in initDevice()
211 if (nonPatchVersion >= remove_patch_version(extensions[i].specVersion) && in initDevice()
DGrVkExtensions.h29 bool initInstance(uint32_t specVersion);
30 bool initDevice(uint32_t specVersion, VkInstance, VkPhysicalDevice);
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp359 if (required.minVersion && required.minVersion.get() > extensionProperties.specVersion) in isCompatible()
362 if (required.maxVersion && required.maxVersion.get() < extensionProperties.specVersion) in isCompatible()
373 if (required.minSpecVersion && required.minSpecVersion.get() > layerProperties.specVersion) in isCompatible()
376 if (required.maxSpecVersion && required.maxSpecVersion.get() < layerProperties.specVersion) in isCompatible()
DvkStructTypes.inl306 deUint32 specVersion; member
312 deUint32 specVersion; member
DvkStrUtilImpl.inl2642 s << "\tspecVersion = " << value.specVersion << '\n';
2651 s << "\tspecVersion = " << value.specVersion << '\n';
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h101 …bool InstanceLayerSupported(const char *name, uint32_t specVersion = 0, uint32_t implementationVer…
103 bool InstanceExtensionSupported(const char *name, uint32_t specVersion = 0);
104 …sionSupported(VkPhysicalDevice dev, const char *layer, const char *name, uint32_t specVersion = 0);
Dloader_validation_tests.cpp808 …erties[" << p << "] =" << ' ' << properties[p].layerName << ' ' << properties[p].specVersion << ' ' in TEST_F()
825 …erties[" << p << "] =" << ' ' << properties[p].layerName << ' ' << properties[p].specVersion << ' ' in TEST_F()
905 …roperties[" << p << "] =" << ' ' << properties[p].extensionName << ' ' << properties[p].specVersion in TEST_F()
922 …roperties[" << p << "] =" << ' ' << properties[p].extensionName << ' ' << properties[p].specVersion in TEST_F()
Dvkrenderframework.cpp86 return ((it.specVersion >= spec) && (it.implementationVersion >= implementation)); in InstanceLayerSupported()
123 return (it.specVersion >= spec); in InstanceExtensionSupported()
147 return (it.specVersion >= spec); in DeviceExtensionSupported()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c83 .specVersion = 25,
88 .specVersion = 6,
94 .specVersion = 6,
100 .specVersion = 5,
108 .specVersion = 1,
112 .specVersion = 68,
116 .specVersion = 1,
120 .specVersion = 1,
/external/mesa3d/src/intel/vulkan/
Danv_device.c236 .specVersion = 25,
241 .specVersion = 6,
247 .specVersion = 6,
253 .specVersion = 5,
261 .specVersion = 68,
265 .specVersion = 1,
/external/vulkan-validation-layers/loader/
Dloader.c1026 …nprintf(spec_version, sizeof(spec_version), "%d.%d.%d", VK_VERSION_MAJOR(ext_props[i].specVersion),
1027 … VK_VERSION_MINOR(ext_props[i].specVersion), VK_VERSION_PATCH(ext_props[i].specVersion));
1061 …nprintf(spec_version, sizeof(spec_version), "%d.%d.%d", VK_VERSION_MAJOR(ext_props[i].specVersion),
1062 … VK_VERSION_MINOR(ext_props[i].specVersion), VK_VERSION_PATCH(ext_props[i].specVersion));
1095 …nprintf(spec_version, sizeof(spec_version), "%d.%d.%d", VK_VERSION_MAJOR(ext_props[i].specVersion),
1096 … VK_VERSION_MINOR(ext_props[i].specVersion), VK_VERSION_PATCH(ext_props[i].specVersion));
2204 props->info.specVersion = VK_MAKE_VERSION(1, 0, VK_HEADER_VERSION);
2234 const uint32_t expected_major = VK_VERSION_MAJOR(prop->info.specVersion);
2235 const uint32_t expected_minor = VK_VERSION_MINOR(prop->info.specVersion);
2258 uint32_t cur_major = VK_VERSION_MAJOR(comp_prop->info.specVersion);
[all …]
Ddebug_report.c40 ….extensionName = VK_EXT_DEBUG_REPORT_EXTENSION_NAME, .specVersion = VK_EXT_DEBUG_REPORT_SPEC_VERSI…
DLoaderAndLayerInterface.md1787 …sion" which correspond to `VkExtensionProperties` "extensionName" and "specVersion" respectively. …
1788 …sion" which correspond to `VkExtensionProperties` "extensionName" and "specVersion" respectively. …
/external/vulkan-validation-layers/libs/vkjson/
Dvkjson.cc706 visitor->Visit("specVersion", &properties->specVersion); in Iterate()
713 visitor->Visit("specVersion", &properties->specVersion) && in Iterate()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c2041 ext_prop->specVersion); in AppDumpExtensions()
2045 … printf("%-36s: extension revision %2d\n", ext_prop->extensionName, ext_prop->specVersion); in AppDumpExtensions()
2366 ExtractVersion(layer_prop->specVersion, &layer_major, &layer_minor, &layer_patch); in main()
/external/mesa3d/include/vulkan/
Dvulkan.h1471 uint32_t specVersion; member
1476 uint32_t specVersion; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h1568 uint32_t specVersion; member
1573 uint32_t specVersion; member
/external/skqp/third_party/vulkan/vulkan/
Dvulkan.h1568 uint32_t specVersion; member
1573 uint32_t specVersion; member
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1765 uint32_t specVersion; member
1770 uint32_t specVersion; member
Dvulkan.hpp3724 && ( specVersion == rhs.specVersion ); in operator ==()
3733 uint32_t specVersion; member
3747 && ( specVersion == rhs.specVersion ) in operator ==()
3758 uint32_t specVersion; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1787 uint32_t specVersion; member
1792 uint32_t specVersion; member