Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/vk/bench/
Dmain.c476 uint32_t phy_device_count; in main() local
479 &phy_device_count, in main()
482 VkPhysicalDevice * phy_devices = vk_host_alloc(NULL,phy_device_count * sizeof(*phy_devices)); in main()
485 &phy_device_count, in main()
493 for (uint32_t ii=0; ii<phy_device_count; ii++) in main()