Home
last modified time | relevance | path

Searched refs:FD_BO_PREP_FLUSH (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
H A 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()
529 /* FD_BO_PREP_FLUSH is purely a frontend flag, and is not seen/handled in fd_bo_cpu_prep()
532 return bo->funcs->cpu_prep(bo, pipe, op & ~FD_BO_PREP_FLUSH); in fd_bo_cpu_prep()
H A Dfreedreno_drmif.h116 #define FD_BO_PREP_FLUSH BITSET_BIT(3) macro
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c167 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH); in fd_acc_get_query_result()
H A Dfreedreno_query_hw.c235 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH); in fd_hw_get_query_result()
H A Dfreedreno_resource.c695 fd_resource_wait(ctx, rsc, FD_BO_PREP_FLUSH);

Completed in 5 milliseconds