Home
last modified time | relevance | path

Searched refs:specVersion (Results 1 – 18 of 18) 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/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp282 if (required.minVersion && required.minVersion.get() > extensionProperties.specVersion) in isCompatible()
285 if (required.maxVersion && required.maxVersion.get() < extensionProperties.specVersion) in isCompatible()
296 if (required.minSpecVersion && required.minSpecVersion.get() > layerProperties.specVersion) in isCompatible()
299 if (required.maxSpecVersion && required.maxSpecVersion.get() < layerProperties.specVersion) in isCompatible()
DvkStructTypes.inl306 deUint32 specVersion; member
312 deUint32 specVersion; member
DvkStrUtilImpl.inl2188 s << "\tspecVersion = " << value.specVersion << '\n';
2197 s << "\tspecVersion = " << value.specVersion << '\n';
/external/vulkan-validation-layers/tests/
Dloader_validation_tests.cpp495 …erties[" << p << "] =" << ' ' << properties[p].layerName << ' ' << properties[p].specVersion << ' ' in TEST_F()
512 …erties[" << p << "] =" << ' ' << properties[p].layerName << ' ' << properties[p].specVersion << ' ' in TEST_F()
592 …roperties[" << p << "] =" << ' ' << properties[p].extensionName << ' ' << properties[p].specVersion in TEST_F()
609 …roperties[" << p << "] =" << ' ' << properties[p].extensionName << ' ' << properties[p].specVersion in TEST_F()
/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/vulkan-validation-layers/loader/
Dloader.c757 VK_MAJOR(ext_props[i].specVersion),
758 VK_MINOR(ext_props[i].specVersion),
759 VK_PATCH(ext_props[i].specVersion));
798 VK_MAJOR(ext_props[i].specVersion),
799 VK_MINOR(ext_props[i].specVersion),
800 VK_PATCH(ext_props[i].specVersion));
839 VK_MAJOR(ext_props[i].specVersion),
840 VK_MINOR(ext_props[i].specVersion),
841 VK_PATCH(ext_props[i].specVersion));
2070 props->info.specVersion = VK_MAKE_VERSION(1, 0, VK_HEADER_VERSION);
[all …]
Ddebug_report.c41 .specVersion = VK_EXT_DEBUG_REPORT_SPEC_VERSION,
DLoaderAndLayerInterface.md1292 correspond to VkExtensionProperties "extensionName" and "specVersion"
1299 correspond to VkExtensionProperties "extensionName" and "specVersion"
/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/libs/vkjson/
Dvkjson.cc316 visitor->Visit("specVersion", &properties->specVersion); in Iterate()
323 visitor->Visit("specVersion", &properties->specVersion) && in Iterate()
/external/vulkan-validation-layers/demos/
Dvulkaninfo.c1262 ext_prop->specVersion); in app_dump_extensions()
1458 extract_version(layer_prop->specVersion, &major, &minor, &patch); in main()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h1462 uint32_t specVersion; member
1467 uint32_t specVersion; member
Dvulkan.hpp2777 && ( specVersion == rhs.specVersion ); in operator ==()
2786 uint32_t specVersion; member
2800 && ( specVersion == rhs.specVersion ) in operator ==()
2811 uint32_t specVersion; member
/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/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in1627 uint32_t specVersion; member
1632 uint32_t specVersion; member