Home
last modified time | relevance | path

Searched refs:apiMajorVersion (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDriverPropertiesTests.cpp103 const deUint32 apiMajorVersion = VK_API_VERSION_MAJOR(usedApiVersion); in testVersion() local
106 if (deviceDriverProperties.conformanceVersion.major < apiMajorVersion || in testVersion()
107 (deviceDriverProperties.conformanceVersion.major == apiMajorVersion && in testVersion()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDriverPropertiesTests.cpp158 const deUint32 apiMajorVersion = VK_API_VERSION_MAJOR(usedApiVersion); in testVersion() local
161 if (deviceDriverProperties.conformanceVersion.major < apiMajorVersion || in testVersion()
162 (deviceDriverProperties.conformanceVersion.major == apiMajorVersion && in testVersion()

Completed in 1 milliseconds