nvk: Implement Queries
This is mostly working, I think. I still need to implement compute shader invocation queries (that probably requires more MME) and figure out why vkCmdCopyQueryPoolResults()
with VK_QUERY_RESULT_WAIT_BIT
doesn't work properly. I'm probably just missing some flushes somewhere.
Edited by Faith Ekstrand