Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp226 std::unique_ptr<VkQueueFamilyProperties[]> queueProps(new VkQueueFamilyProperties[queueCount]); in setupDevice() local
227 mGetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice, &queueCount, queueProps.get()); in setupDevice()
234 if (queueProps[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) { in setupDevice()
236 LOG_ALWAYS_FATAL_IF(queueProps[i].queueCount < kRequestedQueueCount); in setupDevice()