turnip: Update tu_query_pool with turnip-specific fields

tu_query_pool was forked from radv_query_pool, but we will need a
different set of fields to implement queries in turnip.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3279>
This commit is contained in:
Brian Ho 2020-01-02 14:42:14 -05:00 committed by Marge Bot
parent 0aa13245c1
commit a155ab93a3
1 changed files with 4 additions and 5 deletions

View File

@ -1549,12 +1549,11 @@ tu_device_finish_meta(struct tu_device *device);
struct tu_query_pool
{
uint32_t stride;
uint32_t availability_offset;
uint64_t size;
char *ptr;
VkQueryType type;
uint32_t pipeline_stats_mask;
uint32_t stride;
uint64_t size;
uint32_t pipeline_statistics;
struct tu_bo bo;
};
struct tu_semaphore