Searched refs:FD_BO_PREP_READ (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_acc.c | 167 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 D | freedreno_query_hw.c | 235 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 D | freedreno_resource.c | 310 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 D | freedreno_context.c | 486 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 D | msm_device.c | 51 STATIC_ASSERT(FD_BO_PREP_READ == MSM_PREP_READ); in msm_device_new()
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_drmif.h | 113 #define FD_BO_PREP_READ BITSET_BIT(0) macro
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 292 fd_bo_cpu_prep(kernel->bufs[i], pipe, FD_BO_PREP_READ); in main()
|
H A D | a6xx.c | 520 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 D | virtio_device.c | 130 STATIC_ASSERT(FD_BO_PREP_READ == MSM_PREP_READ); in virtio_device_new()
|
Completed in 7 milliseconds