Searched refs:nondraw (Results 1 – 9 of 9) sorted by relevance
315 fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw) in fd_bc_alloc_batch() argument324 if (nondraw) in fd_bc_alloc_batch()381 batch = fd_batch_create(ctx, nondraw); in fd_bc_alloc_batch()392 if (nondraw) in fd_bc_alloc_batch()
66 if (batch->nondraw) { in batch_init()117 fd_batch_create(struct fd_context *ctx, bool nondraw) in fd_batch_create() argument128 batch->nondraw = nondraw; in fd_batch_create()
105 bool nondraw : 1; member264 struct fd_batch * fd_batch_create(struct fd_context *ctx, bool nondraw);
73 …t fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw);
212 struct fd_ringbuffer *ring = batch->nondraw ? batch->draw : batch->gmem; in _fd_log()
669 if (ctx->emit_sysmem_prep && !batch->nondraw) { in fd_gmem_render_tiles()710 if (unlikely(fd_mesa_debug & FD_DBG_LOG) && !batch->nondraw) { in fd_gmem_render_tiles()718 if (batch->nondraw) { in fd_gmem_render_tiles()
728 if (batch->nondraw) in fd5_emit_sysmem_prep()
1386 if (batch->nondraw) in fd6_emit_sysmem_prep()
4177 - freedreno/a5xx+a6xx: use sysmem path for nondraw batches