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