Searched refs:nondraw (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.h71 struct fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw);
H A Dfreedreno_batch.h101 bool nondraw : 1; member in struct:fd_batch
228 struct fd_batch * fd_batch_create(struct fd_context *ctx, bool nondraw);
H A Dfreedreno_batch.c60 if (batch->nondraw) {
108 fd_batch_create(struct fd_context *ctx, bool nondraw) argument
119 batch->nondraw = nondraw;
145 if (!batch->nondraw) {
H A Dfreedreno_batch_cache.c274 fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw) argument
336 batch = fd_batch_create(ctx, nondraw);
H A Dfreedreno_gmem.c421 if (ctx->emit_sysmem_prep && !batch->nondraw) {
442 if (batch->nondraw) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch_cache.h78 bool nondraw) assert_dt;
H A Dfreedreno_batch_cache.c336 bool nondraw) assert_dt
395 batch = fd_batch_create(ctx, nondraw);
410 fd_bc_alloc_batch(struct fd_context *ctx, bool nondraw) argument
416 * this, but for nondraw batches, this is a nice central location
419 if (nondraw)
423 batch = alloc_batch_locked(cache, ctx, nondraw);
426 if (batch && nondraw)
335 alloc_batch_locked(struct fd_batch_cache * cache,struct fd_context * ctx,bool nondraw) argument
H A Dfreedreno_batch.c66 if (batch->nondraw) {
124 fd_batch_create(struct fd_context *ctx, bool nondraw) argument
135 batch->nondraw = nondraw;
H A Dfreedreno_batch.h94 bool nondraw : 1; member in struct:fd_batch
272 struct fd_batch *fd_batch_create(struct fd_context *ctx, bool nondraw);
H A Dfreedreno_gmem.c639 if (!batch->nondraw) {
645 if (!batch->nondraw) {
677 if (!batch->nondraw) {
690 if (ctx->emit_sysmem_prep && !batch->nondraw) {
725 if (batch->nondraw) {
H A Dfreedreno_autotune.c54 assert(batch->key || batch->nondraw);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c1567 if (!batch->nondraw) {
1571 if (!batch->nondraw) {
1577 if (batch->nondraw)
H A Dfd6_emit.c1230 if (!batch->nondraw) {
1343 if (!batch->nondraw) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c736 if (batch->nondraw)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2873 - freedreno: Don't emit log/trace points in gmem for nondraw
H A D20.3.0.rst4177 - freedreno/a5xx+a6xx: use sysmem path for nondraw batches

Completed in 54 milliseconds