| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/ |
| H A D | ir3_asm.c | 56 memcpy(fd_bo_map(v->bo), kernel->bin, sz);
|
| H A D | main.c | 297 void *map = fd_bo_map(kernel->bufs[i]);
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_drmif.h | 136 void * fd_bo_map(struct fd_bo *bo);
|
| H A D | freedreno_priv.h | 215 VALGRIND_MALLOCLIKE_BLOCK(fd_bo_map(bo), bo->size, 0, 1);
|
| H A D | freedreno_bo.c | 322 drm_public void * fd_bo_map(struct fd_bo *bo) function in typeref:typename:drm_public void *
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_acc.c | 72 map = fd_bo_map(rsc->bo); 160 void *ptr = fd_bo_map(rsc->bo);
|
| H A D | freedreno_resource.c | 522 buf = fd_bo_map(staging_rsc->bo); 613 buf = fd_bo_map(staging_rsc->bo); 645 buf = fd_bo_map(rsc->bo);
|
| H A D | freedreno_query_hw.c | 248 void *ptr = fd_bo_map(rsc->bo);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_query_acc.c | 65 map = fd_bo_map(rsc->bo); 174 void *ptr = fd_bo_map(rsc->bo);
|
| H A D | freedreno_autotune.c | 257 at->results = fd_bo_map(at->results_mem);
|
| H A D | freedreno_context.c | 456 uint64_t *ts = fd_bo_map(fd_resource(buffer)->bo); 487 uint64_t *ts = fd_bo_map(ts_bo);
|
| H A D | freedreno_query_hw.c | 242 void *ptr = fd_bo_map(rsc->bo);
|
| H A D | freedreno_resource.c | 570 dump_hex(fd_bo_map(rsc->bo), fd_bo_size(rsc->bo)); 753 buf = fd_bo_map(rsc->bo); 816 buf = fd_bo_map(staging_rsc->bo); 879 buf = fd_bo_map(staging_rsc->bo);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_drmif.h | 168 void * fd_bo_map(struct fd_bo *bo);
|
| H A D | freedreno_priv.h | 212 VALGRIND_MALLOCLIKE_BLOCK(fd_bo_map(bo), bo->size, 0, 1);
|
| H A D | msm_ringbuffer_sp.c | 382 ring->start = fd_bo_map(msm_ring->ring_bo); 535 uint8_t *base = fd_bo_map(msm_ring->ring_bo);
|
| H A D | freedreno_bo.c | 338 void * fd_bo_map(struct fd_bo *bo) function in typeref:typename:void *
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_drmif.h | 209 void *fd_bo_map(struct fd_bo *bo);
|
| H A D | freedreno_pipe.c | 69 pipe->control = fd_bo_map(pipe->control_mem);
|
| H A D | msm_ringbuffer.c | 472 ring->start = fd_bo_map(msm_ring->ring_bo); 667 uint8_t *base = fd_bo_map(msm_ring->ring_bo);
|
| H A D | freedreno_priv.h | 374 VALGRIND_MALLOCLIKE_BLOCK(fd_bo_map(bo), bo->size, 0, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_context.c | 262 memset(fd_bo_map(fd6_ctx->control_mem), 0, sizeof(struct fd6_control));
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_shader.c | 157 memcpy(fd_bo_map(v->bo), bin, sz);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_program.c | 109 bin = fd_bo_map(so->bo);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_program.c | 71 bin = fd_bo_map(so->bo);
|