| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_job.c | 211 bool needs_flush; local in function:v3d_flush_jobs_writing_resource 214 needs_flush = true; 217 needs_flush = !v3d->job || v3d->job != job; 228 needs_flush = !v3d_job_writes_resource_from_tf(job, prsc); 231 if (needs_flush) 258 bool needs_flush; local in function:v3d_flush_jobs_reading_resource 261 needs_flush = !v3d->job || v3d->job != job; 266 needs_flush = true; 269 if (needs_flush) 482 if (!job->needs_flush) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch.c | 82 batch->needs_flush = false; 248 if (batch->needs_flush) 312 DBG("%p: needs_flush=%d", batch, batch->needs_flush); 317 batch->needs_flush = false;
|
| H A D | freedreno_draw.c | 291 batch->needs_flush = true; 348 batch->needs_flush = true; 464 batch->needs_flush = true;
|
| H A D | freedreno_batch.h | 102 bool needs_flush : 1; member in struct:fd_batch
|
| H A D | freedreno_resource.c | 569 bool needs_flush = pending(rsc, !!(usage & PIPE_TRANSFER_WRITE)); local in function:fd_resource_transfer_map 570 bool busy = needs_flush || (0 != fd_bo_cpu_prep(rsc->bo, 585 if (needs_flush && fd_try_shadow_resource(ctx, rsc, level, box)) { 586 needs_flush = busy = false; 592 if (needs_flush) { 594 needs_flush = false; 627 if (needs_flush) { 629 needs_flush = false;
|
| H A D | freedreno_batch_cache.c | 285 debug_printf("%d: needs_flush=%d, depends:", batch->idx, batch->needs_flush); 299 !cache->batches[i]->needs_flush)
|
| H A D | freedreno_context.c | 132 ctx->batch->needs_flush = true;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_batch.c | 93 batch->needs_flush = false; 290 if (batch->needs_flush) 342 DBG("%p: needs_flush=%d", batch, batch->needs_flush); 347 batch->needs_flush = false;
|
| H A D | freedreno_batch.h | 95 bool needs_flush : 1; member in struct:fd_batch 366 batch->needs_flush = true;
|
| H A D | freedreno_resource.c | 731 bool needs_flush = pending(rsc, !!(usage & PIPE_MAP_WRITE)); local in function:invalidate_resource 734 if (needs_flush || resource_busy(rsc, op)) { 831 bool needs_flush = pending(rsc, !!(usage & PIPE_MAP_WRITE)); local in function:resource_transfer_map 836 bool busy = needs_flush || resource_busy(rsc, op); 851 if (needs_flush && fd_try_shadow_resource(ctx, rsc, level, box, 853 needs_flush = busy = false; 858 if (needs_flush) { 860 needs_flush = false; 888 if (needs_flush) { 890 needs_flush [all...] |
| H A D | freedreno_batch_cache.c | 259 batch->needs_flush ? ", NEEDS FLUSH" : ""); 347 debug_printf("%d: needs_flush=%d, depends:", batch->idx, batch->needs_flush);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem.h | 90 uint32_t needs_flush : 1; member in struct:kgem_bo 632 bo->needs_flush = true; 647 bo->needs_flush = false; 727 bo->needs_flush = true; 745 bo->needs_flush = bo->gpu_dirty = true;
|
| H A D | kgem.c | 322 assert(!bo->needs_flush); 799 __FUNCTION__, bo->handle, bo->needs_flush, bo->rq != NULL, 813 __FUNCTION__, bo->handle, bo->needs_flush, bo->rq != NULL, 822 assert(!bo->needs_flush); 2624 assert(!bo->needs_flush); 2797 assert(!bo->needs_flush); 3150 if (!bo->needs_flush) 3153 bo->needs_flush = false; 3169 bo->needs_flush = busy.busy & 0xffff; 3381 assert(bo->needs_flush || b [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | kgem.h | 89 uint32_t needs_flush : 1; member in struct:kgem_bo 600 bo->needs_flush = true; 617 bo->needs_flush = false; 681 bo->needs_flush = true; 699 bo->needs_flush = bo->gpu_dirty = true;
|
| H A D | kgem.c | 633 __FUNCTION__, bo->handle, bo->needs_flush, bo->rq != NULL, 645 assert(!bo->needs_flush); 653 __FUNCTION__, bo->handle, bo->needs_flush, bo->rq != NULL, 664 assert(!bo->needs_flush); 2153 assert(!bo->needs_flush); 2317 assert(!bo->needs_flush); 2684 if (bo->needs_flush) 2685 bo->needs_flush = __kgem_busy(kgem, bo->handle); 2686 if (bo->needs_flush) { 2915 bo->gpu_dirty, bo->needs_flush, b [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_batchbuffer.h | 144 intel->needs_flush |= write_domain != 0;
|
| H A D | intel_uxa_video.c | 306 intel_get_screen_private(scrn)->needs_flush = TRUE;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_batchbuffer.h | 144 intel->needs_flush |= write_domain != 0;
|
| H A D | intel_uxa_video.c | 306 intel_get_screen_private(scrn)->needs_flush = TRUE;
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_drv.h | 236 uint_fast32_t needs_flush; member in struct:amdgpu_client_priv
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_draw.c | 79 if (job->needs_flush) 107 job->needs_flush = true;
|
| H A D | vc4_context.h | 287 bool needs_flush; member in struct:vc4_job
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_draw.c | 80 if (job->needs_flush) 108 job->needs_flush = true;
|
| H A D | vc4_context.h | 287 bool needs_flush; member in struct:vc4_job
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.5.rst | 113 - freedreno: Consolidate needs_flush and clearing last_fence
|