Searched refs:FD_BO_PREP_READ (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | msm_device.c | 56 STATIC_ASSERT(FD_BO_PREP_READ == MSM_PREP_READ);
|
| H A D | freedreno_drmif.h | 106 #define FD_BO_PREP_READ BITSET_BIT(0) macro
|
| /xsrc/external/mit/MesaLib/dist/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); 171 fd_resource_wait(ctx, rsc, FD_BO_PREP_READ);
|
| H A D | freedreno_query_hw.c | 235 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 D | freedreno_resource.c | 308 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 D | freedreno_context.c | 482 int ret = fd_bo_cpu_prep(ts_bo, ctx->pipe, FD_BO_PREP_READ);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/ |
| H A D | main.c | 296 fd_bo_cpu_prep(kernel->bufs[i], pipe, FD_BO_PREP_READ);
|
| H A D | a6xx.c | 501 fd_bo_cpu_prep(a6xx_backend->query_mem, NULL, FD_BO_PREP_READ);
|
Completed in 10 milliseconds