Searched refs:nondraw (Results 1 – 11 of 11) sorted by relevance
336 bool nondraw) assert_dt in alloc_batch_locked() argument395 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() argument419 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()
66 if (batch->nondraw) { in batch_init()124 fd_batch_create(struct fd_context *ctx, bool nondraw) in fd_batch_create() argument135 batch->nondraw = nondraw; in fd_batch_create()
94 bool nondraw : 1; member272 struct fd_batch *fd_batch_create(struct fd_context *ctx, bool nondraw);
78 bool nondraw) assert_dt;
639 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()
54 assert(batch->key || batch->nondraw); in get_history()
1567 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()
1230 if (!batch->nondraw) { in fd6_emit_restore()1343 if (!batch->nondraw) { in fd6_emit_restore()
736 if (batch->nondraw) in fd5_emit_sysmem_prep()
2873 - freedreno: Don't emit log/trace points in gmem for nondraw
4177 - freedreno/a5xx+a6xx: use sysmem path for nondraw batches