Home
last modified time | relevance | path

Searched refs:fd_bo_map (Results 1 - 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c65 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 Dfreedreno_autotune.c257 at->results = fd_bo_map(at->results_mem); in fd_autotune_init()
H A Dfreedreno_context.c460 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 Dfreedreno_resource.c572 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 Dfreedreno_query_hw.c242 void *ptr = fd_bo_map(rsc->bo); in fd_hw_get_query_result()
/third_party/mesa3d/src/freedreno/computerator/
H A Dir3_asm.c54 memcpy(fd_bo_map(v->bo), kernel->bin, sz); in ir3_asm_assemble()
H A Dmain.c293 void *map = fd_bo_map(kernel->bufs[i]); in main()
H A Da6xx.c521 struct fd6_query_sample *samples = fd_bo_map(a6xx_backend->query_mem); in a6xx_read_perfcntrs()
/third_party/libdrm/freedreno/
H A Dfreedreno_drmif.h136 void * fd_bo_map(struct fd_bo *bo);
H A Dfreedreno_priv.h215 VALGRIND_MALLOCLIKE_BLOCK(fd_bo_map(bo), bo->size, 0, 1); in VG_BO_ALLOC()
H A Dfreedreno_bo.c322 drm_public void * fd_bo_map(struct fd_bo *bo) in fd_bo_map() function
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_drmif.h219 void *fd_bo_map(struct fd_bo *bo);
H A Dfreedreno_pipe.c69 pipe->control = fd_bo_map(pipe->control_mem); in fd_pipe_new2()
H A Dfreedreno_ringbuffer_sp.c471 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 Dfreedreno_priv.h425 VALGRIND_MALLOCLIKE_BLOCK(fd_bo_map(bo), bo->size, 0, 1); in VG_BO_ALLOC()
H A Dfreedreno_bo.c478 fd_bo_map(struct fd_bo *bo) in fd_bo_map() function
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_pipe.c214 virtio_dev->shmem = fd_bo_map(virtio_dev->shmem_bo); in init_shmem()
/third_party/mesa3d/src/freedreno/drm/msm/
H A Dmsm_ringbuffer.c471 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 Dfd6_context.c263 memset(fd_bo_map(fd6_ctx->control_mem), 0, sizeof(struct fd6_control));
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c71 bin = fd_bo_map(so->bo); in emit_shader()
/third_party/libdrm/freedreno/msm/
H A Dmsm_ringbuffer.c317 uint8_t *base = fd_bo_map(cmd->ring_bo); in msm_ringbuffer_hostptr()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_const.h505 ptr = fd_bo_map(fd_resource(vertex_params_rsc)->bo);
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c82 dwords = fd_bo_map(rsc->bo); in emit_constants()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c51 bin = fd_bo_map(so->bo); in fd4_emit_shader()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c54 bin = fd_bo_map(so->bo); in fd5_emit_shader()

Completed in 18 milliseconds

12