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

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp347 uint32_t* physical_device_count,
349 if (physical_devices && *physical_device_count >= 1)
351 *physical_device_count = 1;
346 EnumeratePhysicalDevices(VkInstance instance, uint32_t* physical_device_count, VkPhysicalDevice* physical_devices) argument

Completed in 577 milliseconds