Home
last modified time | relevance | path

Searched refs:accumulated_result (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_query.c42 union pipe_query_result accumulated_result; member
207 if (result != &query->accumulated_result) { in get_query_result()
211 memcpy(result, &query->accumulated_result, sizeof(query->accumulated_result)); in get_query_result()
212 util_query_clear_result(&query->accumulated_result, query->type); in get_query_result()
315 get_query_result(&ctx->base, (struct pipe_query*)q, false, &q->accumulated_result); in reset_pool()
371 util_query_clear_result(&query->accumulated_result, query->type); in zink_begin_query()