Home | History | Annotate | Download | only in demos

Lines Matching refs:gpu_count

1172     uint32_t gpu_count, i;
1218 err = vkEnumeratePhysicalDevices(inst.instance, &gpu_count, NULL);
1221 if (gpu_count > MAX_GPUS) {
1225 err = vkEnumeratePhysicalDevices(inst.instance, &gpu_count, objs);
1229 for (i = 0; i < gpu_count; i++) {
1235 for (i = 0; i < gpu_count; i++)