Searched refs:FD_BO_PREP_NOSYNC (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dmsm_device.c58 STATIC_ASSERT(FD_BO_PREP_NOSYNC == MSM_PREP_NOSYNC);
H A Dfreedreno_drmif.h108 #define FD_BO_PREP_NOSYNC BITSET_BIT(2) macro
H A Dfreedreno_bo.c470 if (op & (FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH)) {
/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_resource.h215 return fd_bo_cpu_prep(rsc->bo, NULL, op | FD_BO_PREP_NOSYNC) != 0;
H A Dfreedreno_query_hw.c235 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH);
H A Dfreedreno_context.c480 while (fd_bo_cpu_prep(ts_bo, ctx->pipe, FD_BO_PREP_NOSYNC))
H A Dfreedreno_resource.c180 if (op & FD_BO_PREP_NOSYNC)

Completed in 9 milliseconds