Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dmsm_device.c58 STATIC_ASSERT(FD_BO_PREP_NOSYNC == MSM_PREP_NOSYNC); in msm_device_new()
Dfreedreno_drmif.h108 #define FD_BO_PREP_NOSYNC BITSET_BIT(2) macro
Dfreedreno_bo.c470 if (op & (FD_BO_PREP_NOSYNC | FD_BO_PREP_FLUSH)) { in fd_bo_cpu_prep()
/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_resource.h215 return fd_bo_cpu_prep(rsc->bo, NULL, op | FD_BO_PREP_NOSYNC) != 0; in resource_busy()
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_context.c480 while (fd_bo_cpu_prep(ts_bo, ctx->pipe, FD_BO_PREP_NOSYNC)) in fd_trace_read_ts()
Dfreedreno_resource.c180 if (op & FD_BO_PREP_NOSYNC) in __fd_resource_wait()