turnip: Claim 2 discrete queue priorities.

The spec requires at least 2, but says "No specific guarantees are made
about higher priority queues receiving more processing time or better
quality of service than lower priority queues."  So, we can just leave the
priorities as a stub.

Fixes dEQP-VK.info.device_properties

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10470>
This commit is contained in:
Eric Anholt 2021-04-26 11:12:19 -07:00 committed by Marge Bot
parent d8099df65a
commit 3eee475e39
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ tu_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
.maxClipDistances = 8,
.maxCullDistances = 8,
.maxCombinedClipAndCullDistances = 8,
.discreteQueuePriorities = 1,
.discreteQueuePriorities = 2,
.pointSizeRange = { 1, 4092 },
.lineWidthRange = { 1.0, 1.0 },
.pointSizeGranularity = 0.0625,