Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp199 mGraphicsQueueIndex = queueCount; in setupDevice()
202 mGraphicsQueueIndex = i; in setupDevice()
206 LOG_ALWAYS_FATAL_IF(mGraphicsQueueIndex == queueCount); in setupDevice()
298 mGraphicsQueueIndex, // queueFamilyIndex in setupDevice()
356 mGetDeviceQueue(mDevice, mGraphicsQueueIndex, 0, &mGraphicsQueue); in initialize()
371 backendContext.fGraphicsQueueIndex = mGraphicsQueueIndex; in createContext()
386 .graphics_queue_index = mGraphicsQueueIndex, in getVkFunctorInitParams()
H A DVulkanManager.h184 uint32_t mGraphicsQueueIndex; variable