Searched defs:lvp_query_pool (Results 1 – 1 of 1) sorted by relevance
616 struct lvp_query_pool { struct617 struct vk_object_base base;618 VkQueryType type;619 uint32_t count;620 VkQueryPipelineStatisticFlags pipeline_stats;621 enum pipe_query_type base_type;622 void *data; /* Used by queries that are not implemented by pipe_query */623 struct pipe_query *queries[0];