Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/
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) in fd_bc_alloc_batch() argument
416 * this, but for nondraw batches, this is a nice central location in fd_bc_alloc_batch()
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()
H A Dfreedreno_batch.h94 bool nondraw : 1; member
260 struct fd_batch *fd_batch_create(struct fd_context *ctx, bool nondraw);
H A 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()
H A Dfreedreno_batch_cache.h78 bool nondraw) assert_dt;
H A Dfreedreno_gmem.c652 if (!batch->nondraw) {
658 if (!batch->nondraw) {
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()
H A Dfreedreno_autotune.c54 assert(batch->key || batch->nondraw); in get_history()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c1564 if (!batch->nondraw) {
1568 if (!batch->nondraw) {
1574 if (batch->nondraw)
H A Dfd6_emit.c1242 if (!batch->nondraw) { in fd6_emit_restore()
1375 if (!batch->nondraw) { in fd6_emit_restore()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c748 if (batch->nondraw)

Completed in 10 milliseconds