Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QueryPoolComputeStatsTest: Check if query is supported in compute queue #482

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zehortigoza
Copy link

Some drivers may not support queries in compute queue. This should turn some failures in
dEQP-VK.query_pool.statistics_query.reset_after_copy.compute_shader_invocations.* to not supported.

Some drivers may not support queries in compute queue.
This should turn some failures in
dEQP-VK.query_pool.statistics_query.reset_after_copy.compute_shader_invocations.*
to not supported.
@CLAassistant
Copy link

CLAassistant commented Aug 30, 2024

CLA assistant check
All committers have signed the CLA.

Chaotic-Temeraire pushed a commit to chaotic-cx/mesa-mirror that referenced this pull request Sep 18, 2024
Turns out not even VK CTS was calling
vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR()
to check if queue supports query.
So here adding a explicity check in our implementation of
vkCreateQueryPool().

KhronosGroup/VK-GL-CTS#482

Cc: 24.2 <mesa-stable>
Reviewed-by: Lionel Landwerlin <[email protected]>
Signed-off-by: José Roberto de Souza <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30652>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants