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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.h379 if (ctx->query_update_batch)
380 ctx->query_update_batch(batch, false);
388 if (ctx->query_update_batch)
389 ctx->query_update_batch(batch, true);
H A Dfreedreno_context.h490 void (*query_update_batch)(struct fd_batch *batch, bool disable_all) dt; member in struct:fd_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_query.c143 ctx->query_update_batch = fd_hw_query_update_batch;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_query.c240 ctx->query_update_batch = fd_acc_query_update_batch;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_query.c287 ctx->query_update_batch = fd_hw_query_update_batch;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c448 ctx->query_update_batch = fd_acc_query_update_batch;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_query.c647 ctx->query_update_batch = fd_acc_query_update_batch;

Completed in 8 milliseconds