Home
last modified time | relevance | path

Searched refs:FD_BO_PREP_FLUSH (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo.c511 if (op & (FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH)) { in fd_bo_cpu_prep()
512 if (op & FD_BO_PREP_FLUSH) in fd_bo_cpu_prep()
520 (op == FD_BO_PREP_FLUSH)) in fd_bo_cpu_prep()
532 return bo->funcs->cpu_prep(bo, pipe, op & ~FD_BO_PREP_FLUSH); in fd_bo_cpu_prep()
Dfreedreno_drmif.h116 #define FD_BO_PREP_FLUSH BITSET_BIT(3) macro
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.c167 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH); in fd_acc_get_query_result()
Dfreedreno_query_hw.c235 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH); in fd_hw_get_query_result()
Dfreedreno_resource.c695 fd_resource_wait(ctx, rsc, FD_BO_PREP_FLUSH); in fd_flush_resource()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst4510 - freedreno/drm: Add FD_BO_PREP_FLUSH
4534 - freedreno/drm: Allow FD_BO_PREP_FLUSH without _NOSYNC