Home
last modified time | relevance | path

Searched refs:nondraw (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.c336 bool nondraw) assert_dt in alloc_batch_locked() argument
395 batch = fd_batch_create(ctx, nondraw); in alloc_batch_locked()
410 fd_bc_alloc_batch(struct fd_context *ctx, bool nondraw) in fd_bc_alloc_batch() argument
419 if (nondraw) in fd_bc_alloc_batch()
423 batch = alloc_batch_locked(cache, ctx, nondraw); in fd_bc_alloc_batch()
426 if (batch && nondraw) in fd_bc_alloc_batch()
Dfreedreno_batch.c66 if (batch->nondraw) { in batch_init()
124 fd_batch_create(struct fd_context *ctx, bool nondraw) in fd_batch_create() argument
135 batch->nondraw = nondraw; in fd_batch_create()
Dfreedreno_batch.h94 bool nondraw : 1; member
272 struct fd_batch *fd_batch_create(struct fd_context *ctx, bool nondraw);
Dfreedreno_batch_cache.h78 bool nondraw) assert_dt;
Dfreedreno_gmem.c639 if (!batch->nondraw) { in render_sysmem()
645 if (!batch->nondraw) { in render_sysmem()
677 if (!batch->nondraw) { in fd_gmem_render_tiles()
690 if (ctx->emit_sysmem_prep && !batch->nondraw) { in fd_gmem_render_tiles()
725 if (batch->nondraw) { in fd_gmem_render_tiles()
Dfreedreno_autotune.c54 assert(batch->key || batch->nondraw); in get_history()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c1567 if (!batch->nondraw) { in fd6_emit_sysmem_prep()
1571 if (!batch->nondraw) { in fd6_emit_sysmem_prep()
1577 if (batch->nondraw) in fd6_emit_sysmem_prep()
Dfd6_emit.c1230 if (!batch->nondraw) { in fd6_emit_restore()
1343 if (!batch->nondraw) { in fd6_emit_restore()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_gmem.c736 if (batch->nondraw) in fd5_emit_sysmem_prep()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2873 - freedreno: Don't emit log/trace points in gmem for nondraw
D20.3.0.rst4177 - freedreno/a5xx+a6xx: use sysmem path for nondraw batches