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

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

Completed in 60 milliseconds