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; member260 struct fd_batch *fd_batch_create(struct fd_context *ctx, bool nondraw);
652 if (!batch->nondraw) { in render_sysmem()658 if (!batch->nondraw) { in render_sysmem()690 if (!batch->nondraw) { in fd_gmem_render_tiles()703 if (ctx->emit_sysmem_prep && !batch->nondraw) { in fd_gmem_render_tiles()740 if (batch->nondraw) { in fd_gmem_render_tiles()
78 bool nondraw) assert_dt;
54 assert(batch->key || batch->nondraw); in get_history()
1564 if (!batch->nondraw) { in fd6_emit_sysmem_prep()1568 if (!batch->nondraw) { in fd6_emit_sysmem_prep()1574 if (batch->nondraw) in fd6_emit_sysmem_prep()
1242 if (!batch->nondraw) { in fd6_emit_restore()1375 if (!batch->nondraw) { in fd6_emit_restore()
748 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