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

/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dmsm_device.c56 STATIC_ASSERT(FD_BO_PREP_READ == MSM_PREP_READ);
H A Dfreedreno_drmif.h106 #define FD_BO_PREP_READ BITSET_BIT(0) 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);
171 fd_resource_wait(ctx, rsc, FD_BO_PREP_READ);
H A Dfreedreno_query_hw.c235 ctx, rsc, FD_BO_PREP_READ | FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH);
239 fd_resource_wait(ctx, rsc, FD_BO_PREP_READ);
H A Dfreedreno_resource.c308 op |= FD_BO_PREP_READ;
568 fd_bo_cpu_prep(rsc->bo, NULL, FD_BO_PREP_READ);
813 fd_resource_wait(ctx, staging_rsc, FD_BO_PREP_READ);
H A Dfreedreno_context.c482 int ret = fd_bo_cpu_prep(ts_bo, ctx->pipe, FD_BO_PREP_READ);
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
H A Dmain.c296 fd_bo_cpu_prep(kernel->bufs[i], pipe, FD_BO_PREP_READ);
H A Da6xx.c501 fd_bo_cpu_prep(a6xx_backend->query_mem, NULL, FD_BO_PREP_READ);

Completed in 10 milliseconds