Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp155 uint32_t gpuCount; in setupDevice() local
156 LOG_ALWAYS_FATAL_IF(mEnumeratePhysicalDevices(mInstance, &gpuCount, nullptr)); in setupDevice()
157 LOG_ALWAYS_FATAL_IF(!gpuCount); in setupDevice()
160 gpuCount = 1; in setupDevice()
161 err = mEnumeratePhysicalDevices(mInstance, &gpuCount, &mPhysicalDevice); in setupDevice()