Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/vk/bench/
Dmain.c553 VkQueueFamilyProperties queue_fam_props[2]; in main() local
554 uint32_t queue_fam_count = ARRAY_LENGTH_MACRO(queue_fam_props); in main()
556 vkGetPhysicalDeviceQueueFamilyProperties(phy_device,&queue_fam_count,queue_fam_props); in main()