Searched refs:queueCount (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 171 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/ |
D | vkinfo.cpp | 178 .queueCount = 1, in GatherGpuInfo() 546 Indent(indent + 1), family, qprops.queueCount, flags_str, in PrintGpuInfo()
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson.cc | 729 visitor->Visit("queueCount", &properties->queueCount) && in Iterate()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver.cpp | 561 properties->queueCount = 1; in GetPhysicalDeviceQueueFamilyProperties()
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 3723 u32 queueCount 3753 u32 queueCount
|