Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp171 uint32_t queueCount; in setupDevice() local
172 mGetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice, &queueCount, nullptr); in setupDevice()
173 LOG_ALWAYS_FATAL_IF(!queueCount); in setupDevice()
176 std::unique_ptr<VkQueueFamilyProperties[]> queueProps(new VkQueueFamilyProperties[queueCount]); in setupDevice()
177 mGetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice, &queueCount, queueProps.get()); in setupDevice()
180 mGraphicsQueueIndex = queueCount; in setupDevice()
181 for (uint32_t i = 0; i < queueCount; i++) { in setupDevice()
187 LOG_ALWAYS_FATAL_IF(mGraphicsQueueIndex == queueCount); in setupDevice()
/frameworks/native/vulkan/tools/
Dvkinfo.cpp178 .queueCount = 1, in GatherGpuInfo()
546 Indent(indent + 1), family, qprops.queueCount, flags_str, in PrintGpuInfo()
/frameworks/native/vulkan/vkjson/
Dvkjson.cc729 visitor->Visit("queueCount", &properties->queueCount) && in Iterate()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp561 properties->queueCount = 1; in GetPhysicalDeviceQueueFamilyProperties()
/frameworks/native/vulkan/api/
Dvulkan.api3723 u32 queueCount
3753 u32 queueCount