Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c2347 static const VkQueueGlobalPriorityEXT radv_global_queue_priorities[] = { variable
2378 … 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()