Searched refs:gpuCount (Results 1 – 1 of 1) sorted by relevance
205 uint32_t gpuCount; in setupDevice() local206 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()