Searched defs:physical_devices (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp348 VkPhysicalDevice* physical_devices) {
349 if (physical_devices && *physical_device_count >= 1)
350 physical_devices[0] = &instance->physical_device;
346 EnumeratePhysicalDevices(VkInstance instance, uint32_t* physical_device_count, VkPhysicalDevice* physical_devices) argument

Completed in 146 milliseconds