/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_acc.c | 65 map = fd_bo_map(rsc->bo); in realloc_query_bo() 174 void *ptr = fd_bo_map(rsc->bo); in fd_acc_get_query_result()
|
H A D | freedreno_autotune.c | 257 at->results = fd_bo_map(at->results_mem); in fd_autotune_init()
|
H A D | freedreno_context.c | 460 uint64_t *ts = fd_bo_map(fd_resource(buffer)->bo); in fd_trace_record_ts() 491 uint64_t *ts = fd_bo_map(ts_bo); in fd_trace_read_ts()
|
H A D | freedreno_resource.c | 572 dump_hex(fd_bo_map(rsc->bo), fd_bo_size(rsc->bo)); in fd_resource_dump() 778 return fd_bo_map(staging_rsc->bo); 792 buf = fd_bo_map(rsc->bo); in resource_transfer_map_unsync() 903 buf = fd_bo_map(staging_rsc->bo);
|
H A D | freedreno_query_hw.c | 242 void *ptr = fd_bo_map(rsc->bo); in fd_hw_get_query_result()
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | ir3_asm.c | 54 memcpy(fd_bo_map(v->bo), kernel->bin, sz); in ir3_asm_assemble()
|
H A D | main.c | 293 void *map = fd_bo_map(kernel->bufs[i]); in main()
|
H A D | a6xx.c | 521 struct fd6_query_sample *samples = fd_bo_map(a6xx_backend->query_mem); in a6xx_read_perfcntrs()
|
/third_party/libdrm/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); in VG_BO_ALLOC()
|
H A D | freedreno_bo.c | 322 drm_public void * fd_bo_map(struct fd_bo *bo) in fd_bo_map() function
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_drmif.h | 219 void *fd_bo_map(struct fd_bo *bo);
|
H A D | freedreno_pipe.c | 69 pipe->control = fd_bo_map(pipe->control_mem); in fd_pipe_new2()
|
H A D | freedreno_ringbuffer_sp.c | 471 ring->start = fd_bo_map(fd_ring->ring_bo); in fd_ringbuffer_sp_grow() 586 uint8_t *base = fd_bo_map(fd_ring->ring_bo); in fd_ringbuffer_sp_init()
|
H A D | freedreno_priv.h | 425 VALGRIND_MALLOCLIKE_BLOCK(fd_bo_map(bo), bo->size, 0, 1); in VG_BO_ALLOC()
|
H A D | freedreno_bo.c | 478 fd_bo_map(struct fd_bo *bo) in fd_bo_map() function
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_pipe.c | 214 virtio_dev->shmem = fd_bo_map(virtio_dev->shmem_bo); in init_shmem()
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_ringbuffer.c | 471 ring->start = fd_bo_map(msm_ring->ring_bo); in msm_ringbuffer_grow() 666 uint8_t *base = fd_bo_map(msm_ring->ring_bo); in msm_ringbuffer_init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_context.c | 263 memset(fd_bo_map(fd6_ctx->control_mem), 0, sizeof(struct fd6_control));
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_program.c | 71 bin = fd_bo_map(so->bo); in emit_shader()
|
/third_party/libdrm/freedreno/msm/ |
H A D | msm_ringbuffer.c | 317 uint8_t *base = fd_bo_map(cmd->ring_bo); in msm_ringbuffer_hostptr()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_const.h | 505 ptr = fd_bo_map(fd_resource(vertex_params_rsc)->bo);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_emit.c | 82 dwords = fd_bo_map(rsc->bo); in emit_constants()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_program.c | 51 bin = fd_bo_map(so->bo); in fd4_emit_shader()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_program.c | 54 bin = fd_bo_map(so->bo); in fd5_emit_shader()
|