Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp205 uint32_t gpuCount; in setupDevice() local
206 LOG_ALWAYS_FATAL_IF(mEnumeratePhysicalDevices(mInstance, &gpuCount, nullptr)); in setupDevice()
207 LOG_ALWAYS_FATAL_IF(!gpuCount); in setupDevice()
210 gpuCount = 1; in setupDevice()
211 err = mEnumeratePhysicalDevices(mInstance, &gpuCount, &mPhysicalDevice); in setupDevice()