Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h214 uint32_t getDeviceQueueCount() const { return mProperties.queueCount; } in getDeviceQueueCount() function
DRendererVk.cpp1849 ANGLE_VK_CHECK(displayVk, queueFamily.getDeviceQueueCount() > 0, in initializeDevice()
1852 uint32_t queueCount = std::min(queueFamily.getDeviceQueueCount(), in initializeDevice()