Searched refs:nondraw (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.h | 71 struct fd_batch * fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw);
|
| H A D | freedreno_batch.h | 101 bool nondraw : 1; member in struct:fd_batch 228 struct fd_batch * fd_batch_create(struct fd_context *ctx, bool nondraw);
|
| H A D | freedreno_batch.c | 60 if (batch->nondraw) { 108 fd_batch_create(struct fd_context *ctx, bool nondraw) argument 119 batch->nondraw = nondraw; 145 if (!batch->nondraw) {
|
| H A D | freedreno_batch_cache.c | 274 fd_bc_alloc_batch(struct fd_batch_cache *cache, struct fd_context *ctx, bool nondraw) argument 336 batch = fd_batch_create(ctx, nondraw);
|
| H A D | freedreno_gmem.c | 421 if (ctx->emit_sysmem_prep && !batch->nondraw) { 442 if (batch->nondraw) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch_cache.h | 78 bool nondraw) assert_dt;
|
| H A D | freedreno_batch_cache.c | 336 bool nondraw) assert_dt 395 batch = fd_batch_create(ctx, nondraw); 410 fd_bc_alloc_batch(struct fd_context *ctx, bool nondraw) argument 416 * this, but for nondraw batches, this is a nice central location 419 if (nondraw) 423 batch = alloc_batch_locked(cache, ctx, nondraw); 426 if (batch && nondraw) 335 alloc_batch_locked(struct fd_batch_cache * cache,struct fd_context * ctx,bool nondraw) argument
|
| H A D | freedreno_batch.c | 66 if (batch->nondraw) { 124 fd_batch_create(struct fd_context *ctx, bool nondraw) argument 135 batch->nondraw = nondraw;
|
| H A D | freedreno_batch.h | 94 bool nondraw : 1; member in struct:fd_batch 272 struct fd_batch *fd_batch_create(struct fd_context *ctx, bool nondraw);
|
| H A D | freedreno_gmem.c | 639 if (!batch->nondraw) { 645 if (!batch->nondraw) { 677 if (!batch->nondraw) { 690 if (ctx->emit_sysmem_prep && !batch->nondraw) { 725 if (batch->nondraw) {
|
| H A D | freedreno_autotune.c | 54 assert(batch->key || batch->nondraw);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_gmem.c | 1567 if (!batch->nondraw) { 1571 if (!batch->nondraw) { 1577 if (batch->nondraw)
|
| H A D | fd6_emit.c | 1230 if (!batch->nondraw) { 1343 if (!batch->nondraw) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_gmem.c | 736 if (batch->nondraw)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 2873 - freedreno: Don't emit log/trace points in gmem for nondraw
|
| H A D | 20.3.0.rst | 4177 - freedreno/a5xx+a6xx: use sysmem path for nondraw batches
|
Completed in 54 milliseconds