Home | History | Annotate | Download | only in demos

Lines Matching refs:gpu_count

1884     uint32_t gpu_count;
1903 /* Make initial call to query gpu_count, then second call for gpu info*/
1904 err = vkEnumeratePhysicalDevices(demo->inst, &gpu_count, NULL);
1905 assert(!err && gpu_count > 0);
1907 if (gpu_count > 0) {
1909 malloc(sizeof(VkPhysicalDevice) * gpu_count);
1910 err = vkEnumeratePhysicalDevices(demo->inst, &gpu_count,