Searched refs:needs_flush (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_job.c211 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 Dfreedreno_batch.c82 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 Dfreedreno_draw.c291 batch->needs_flush = true;
348 batch->needs_flush = true;
464 batch->needs_flush = true;
H A Dfreedreno_batch.h102 bool needs_flush : 1; member in struct:fd_batch
H A Dfreedreno_resource.c569 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 Dfreedreno_batch_cache.c285 debug_printf("%d: needs_flush=%d, depends:", batch->idx, batch->needs_flush);
299 !cache->batches[i]->needs_flush)
H A Dfreedreno_context.c132 ctx->batch->needs_flush = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_batch.c93 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 Dfreedreno_batch.h95 bool needs_flush : 1; member in struct:fd_batch
366 batch->needs_flush = true;
H A Dfreedreno_resource.c731 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 Dfreedreno_batch_cache.c259 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 Dkgem.h90 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 Dkgem.c322 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 Dkgem.h89 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 Dkgem.c633 __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 Dintel_batchbuffer.h144 intel->needs_flush |= write_domain != 0;
H A Dintel_uxa_video.c306 intel_get_screen_private(scrn)->needs_flush = TRUE;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_batchbuffer.h144 intel->needs_flush |= write_domain != 0;
H A Dintel_uxa_video.c306 intel_get_screen_private(scrn)->needs_flush = TRUE;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_drv.h236 uint_fast32_t needs_flush; member in struct:amdgpu_client_priv
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_draw.c79 if (job->needs_flush)
107 job->needs_flush = true;
H A Dvc4_context.h287 bool needs_flush; member in struct:vc4_job
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_draw.c80 if (job->needs_flush)
108 job->needs_flush = true;
H A Dvc4_context.h287 bool needs_flush; member in struct:vc4_job
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.5.rst113 - freedreno: Consolidate needs_flush and clearing last_fence

Completed in 32 milliseconds

123