Home
last modified time | relevance | path

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

/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()
171 fd_resource_wait(ctx, rsc, FD_BO_PREP_READ); 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()
239 fd_resource_wait(ctx, rsc, FD_BO_PREP_READ); in fd_hw_get_query_result()
H A Dfreedreno_resource.c310 op |= FD_BO_PREP_READ; in translate_usage()
570 fd_bo_cpu_prep(rsc->bo, NULL, FD_BO_PREP_READ); in fd_resource_dump()
773 fd_resource_wait(ctx, staging_rsc, FD_BO_PREP_READ);
H A Dfreedreno_context.c486 int ret = fd_bo_cpu_prep(ts_bo, ctx->pipe, FD_BO_PREP_READ); in fd_trace_read_ts()
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_device.c51 STATIC_ASSERT(FD_BO_PREP_READ == MSM_PREP_READ); in msm_device_new()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_drmif.h113 #define FD_BO_PREP_READ BITSET_BIT(0) macro
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.c292 fd_bo_cpu_prep(kernel->bufs[i], pipe, FD_BO_PREP_READ); in main()
H A Da6xx.c520 fd_bo_cpu_prep(a6xx_backend->query_mem, NULL, FD_BO_PREP_READ); in a6xx_read_perfcntrs()
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c130 STATIC_ASSERT(FD_BO_PREP_READ == MSM_PREP_READ); in virtio_device_new()

Completed in 8 milliseconds