Home
last modified time | relevance | path

Searched defs:deviceDriverProperties (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiDriverPropertiesTests.cpp113 void testDriverMatch (const VkPhysicalDeviceDriverPropertiesKHR& deviceDriverProperties) in testDriverMatch()
124 void testNameIsNotEmpty (const VkPhysicalDeviceDriverPropertiesKHR& deviceDriverProperties) in testNameIsNotEmpty()
130 void testNameZeroTerminated (const VkPhysicalDeviceDriverPropertiesKHR& deviceDriverProperties) in testNameZeroTerminated()
136 void testInfoZeroTerminated (const VkPhysicalDeviceDriverPropertiesKHR& deviceDriverProperties) in testInfoZeroTerminated()
142 void testVersion (const VkPhysicalDeviceDriverPropertiesKHR& deviceDriverProperties, deUint32 usedA… in testVersion()
171 VkPhysicalDeviceDriverProperties deviceDriverProperties; in testQueryProperties() local