Searched refs:queueProps (Results 1 – 2 of 2) sorted by relevance
382 std::vector<VkQueueFamilyProperties2> queueProps(queueCount); in init() local391 queueProps[i].pNext = &queuePriorityProps[i]; in init()393 vkGetPhysicalDeviceQueueFamilyProperties2(physicalDevice, &queueCount, queueProps.data()); in init()399 if (queueProps[i].queueFamilyProperties.queueFlags & VK_QUEUE_GRAPHICS_BIT) { in init()
231 std::unique_ptr<VkQueueFamilyProperties[]> queueProps(new VkQueueFamilyProperties[queueCount]); in setupDevice() local232 mGetPhysicalDeviceQueueFamilyProperties(mPhysicalDevice, &queueCount, queueProps.get()); in setupDevice()239 if (queueProps[i].queueFlags & VK_QUEUE_GRAPHICS_BIT) { in setupDevice()241 LOG_ALWAYS_FATAL_IF(queueProps[i].queueCount < kRequestedQueueCount); in setupDevice()