Lines Matching defs:index
63 unsigned index;
99 begin_vk_query_indexed(struct zink_context *ctx, struct zink_vk_query *vkq, int index,
108 index);
114 end_vk_query_indexed(struct zink_context *ctx, struct zink_vk_query *vkq, int index)
120 vkq->query_id, index);
417 int xfb_idx = num_queries == 4 ? i : q->index;
444 unsigned query_type, unsigned index)
453 query->index = index;
466 if (query->vkqtype == VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXT && index &&
478 pipeline_stats = pipeline_statistic_convert(index);
571 else if (start->have_xfb || query->index)
596 switch (query->index) {
846 assert(!ctx->curr_xfb_queries[q->index] || ctx->curr_xfb_queries[q->index] == vkq);
847 ctx->curr_xfb_queries[q->index] = vkq;
849 begin_vk_query_indexed(ctx, vkq, q->index, flags);
858 begin_vk_query_indexed(ctx, start->vkq[0], q->index, flags);
862 if (q->type == PIPE_QUERY_PIPELINE_STATISTICS_SINGLE && q->index == PIPE_STAT_QUERY_IA_VERTICES) {
936 end_vk_query_indexed(ctx, vkq, q->index);
937 ctx->curr_xfb_queries[q->index] = NULL;
945 end_vk_query_indexed(ctx, start->vkq[0], q->index);
952 q->index == PIPE_STAT_QUERY_IA_VERTICES)
1230 int index,
1244 if (index == -1) {