Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch.h402 ctx->query_update_batch(batch, false); in fd_batch_update_queries()
410 ctx->query_update_batch(batch, true); in fd_batch_finish_queries()
Dfreedreno_context.h602 void (*query_update_batch)(struct fd_batch *batch, bool disable_all) dt; member
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_query.c125 ctx->query_update_batch = fd_hw_query_update_batch; in fd3_query_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_query.c268 ctx->query_update_batch = fd_hw_query_update_batch; in fd4_query_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_query.c225 ctx->query_update_batch = fd_acc_query_update_batch; in fd2_query_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_query.c440 ctx->query_update_batch = fd_acc_query_update_batch; in fd5_query_context_init()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_query.cc1009 ctx->query_update_batch = fd_acc_query_update_batch; in fd6_query_context_init()