Searched refs:radv_global_queue_priorities (Results 1 – 1 of 1) sorted by relevance
2347 static const VkQueueGlobalPriorityEXT radv_global_queue_priorities[] = { variable2378 … STATIC_ASSERT(ARRAY_SIZE(radv_global_queue_priorities) <= VK_MAX_GLOBAL_PRIORITY_SIZE_EXT); in radv_GetPhysicalDeviceQueueFamilyProperties2()2379 prop->priorityCount = ARRAY_SIZE(radv_global_queue_priorities); in radv_GetPhysicalDeviceQueueFamilyProperties2()2380 … memcpy(&prop->priorities, radv_global_queue_priorities, sizeof(radv_global_queue_priorities)); in radv_GetPhysicalDeviceQueueFamilyProperties2()