Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.h379 if (ctx->query_update_batch) in fd_batch_update_queries()
380 ctx->query_update_batch(batch, false); in fd_batch_update_queries()
388 if (ctx->query_update_batch) in fd_batch_finish_queries()
389 ctx->query_update_batch(batch, true); in fd_batch_finish_queries()
Dfreedreno_context.h489 void (*query_update_batch)(struct fd_batch *batch, bool disable_all) dt; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c143 ctx->query_update_batch = fd_hw_query_update_batch; in fd3_query_context_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c287 ctx->query_update_batch = fd_hw_query_update_batch; in fd4_query_context_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_query.c240 ctx->query_update_batch = fd_acc_query_update_batch; in fd2_query_context_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c448 ctx->query_update_batch = fd_acc_query_update_batch; in fd5_query_context_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.c647 ctx->query_update_batch = fd_acc_query_update_batch; in fd6_query_context_init()