Home
last modified time | relevance | path

Searched refs:GPUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovContext.cpp62 std::vector<VkPhysicalDevice> GPUs(gpu_count); in Initialize() local
64 res = vkEnumeratePhysicalDevices(mInstance, &gpu_count, GPUs.data()); in Initialize()
69 mGPU = GPUs[0]; in Initialize()
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc17 Android expects the GPUs available to the system to be known when the system image is built, so its…