Searched refs:GPUs (Results 1 – 2 of 2) sorted by relevance
62 std::vector<VkPhysicalDevice> GPUs(gpu_count); in Initialize() local64 res = vkEnumeratePhysicalDevices(mInstance, &gpu_count, GPUs.data()); in Initialize()69 mGPU = GPUs[0]; in Initialize()
17 Android expects the GPUs available to the system to be known when the system image is built, so its…