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

/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_bo.c470 if (op & (FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH)) {
478 if (op & FD_BO_PREP_FLUSH)
486 (op == FD_BO_PREP_FLUSH))
495 /* FD_BO_PREP_FLUSH is purely a frontend flag, and is not seen/handled
498 return bo->funcs->cpu_prep(bo, pipe, op & ~FD_BO_PREP_FLUSH);
H A Dfreedreno_drmif.h109 #define FD_BO_PREP_FLUSH BITSET_BIT(3) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c167 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH);
H A Dfreedreno_query_hw.c235 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH);
H A Dfreedreno_resource.c693 fd_resource_wait(ctx, rsc, FD_BO_PREP_FLUSH);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst4510 - freedreno/drm: Add FD_BO_PREP_FLUSH
4534 - freedreno/drm: Allow FD_BO_PREP_FLUSH without _NOSYNC

Completed in 13 milliseconds