Searched refs:disable_all (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.h108 bool disable_all) assert_dt;
H A Dfreedreno_query_acc.c232 fd_acc_query_update_batch(struct fd_batch *batch, bool disable_all) argument
236 if (disable_all || ctx->update_active_queries) {
242 !disable_all && (ctx->active_queries || aq->provider->always);
H A Dfreedreno_query_hw.c376 fd_hw_query_update_batch(struct fd_batch *batch, bool disable_all) argument
380 if (disable_all || ctx->update_active_queries) {
385 !disable_all && (ctx->active_queries || hq->provider->always);
H A Dfreedreno_context.h490 void (*query_update_batch)(struct fd_batch *batch, bool disable_all) dt;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst1787 - freedreno: Remove FD_STAGE_* in favor of a "disable_all" flag.

Completed in 12 milliseconds