Searched refs:gpuCount (Results 1 – 1 of 1) sorted by relevance
82 uint32_t gpuCount; in vk_gpu_create() local83 err = vkEnumeratePhysicalDevices(inst, &gpuCount, nullptr); in vk_gpu_create()88 SkASSERT(gpuCount > 0); in vk_gpu_create()90 gpuCount = 1; in vk_gpu_create()91 err = vkEnumeratePhysicalDevices(inst, &gpuCount, &physDev); in vk_gpu_create()