Home | History | Annotate | Download | only in tests

Lines Matching refs:gpu_count

97     err = vkEnumeratePhysicalDevices(inst, &this->gpu_count, NULL);
98 ASSERT_LE(this->gpu_count, ARRAY_SIZE(objs)) << "Too many gpus";
100 err = vkEnumeratePhysicalDevices(inst, &this->gpu_count, objs);
102 ASSERT_GE(this->gpu_count, (uint32_t)1) << "No GPU available";