Searched defs:getPhysicalDeviceQueueFamilyProperties (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp51 vector<VkQueueFamilyProperties> getPhysicalDeviceQueueFamilyProperties (const InstanceInterface& vk, VkPhysicalDevice physicalDevice) function in namespace:vk
56 vk.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, DE_NULL);
61 vk.getPhysicalDeviceQueueFamilyProperties(physicalDevice, &numQueues, &properties[0]);
H A DvkNullDriver.cpp738 VKAPI_ATTR void VKAPI_CALL getPhysicalDeviceQueueFamilyProperties (VkPhysicalDevice, deUint32* count, VkQueueFamilyProperties* props) function

Completed in 161 milliseconds