Searched refs:getDeviceQueueCount (Results 1 – 2 of 2) sorted by relevance
214 uint32_t getDeviceQueueCount() const { return mProperties.queueCount; } in getDeviceQueueCount() function
1849 ANGLE_VK_CHECK(displayVk, queueFamily.getDeviceQueueCount() > 0, in initializeDevice()1852 uint32_t queueCount = std::min(queueFamily.getDeviceQueueCount(), in initializeDevice()