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

12

/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
H A Dir3_asm.c56 memcpy(fd_bo_map(v->bo), kernel->bin, sz);
H A Dmain.c297 void *map = fd_bo_map(kernel->bufs[i]);
/xsrc/external/mit/libdrm/dist/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);
H A Dfreedreno_bo.c322 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 Dfreedreno_query_acc.c72 map = fd_bo_map(rsc->bo);
160 void *ptr = fd_bo_map(rsc->bo);
H A Dfreedreno_resource.c522 buf = fd_bo_map(staging_rsc->bo);
613 buf = fd_bo_map(staging_rsc->bo);
645 buf = fd_bo_map(rsc->bo);
H A Dfreedreno_query_hw.c248 void *ptr = fd_bo_map(rsc->bo);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c65 map = fd_bo_map(rsc->bo);
174 void *ptr = fd_bo_map(rsc->bo);
H A Dfreedreno_autotune.c257 at->results = fd_bo_map(at->results_mem);
H A Dfreedreno_context.c456 uint64_t *ts = fd_bo_map(fd_resource(buffer)->bo);
487 uint64_t *ts = fd_bo_map(ts_bo);
H A Dfreedreno_query_hw.c242 void *ptr = fd_bo_map(rsc->bo);
H A Dfreedreno_resource.c570 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 Dfreedreno_drmif.h168 void * fd_bo_map(struct fd_bo *bo);
H A Dfreedreno_priv.h212 VALGRIND_MALLOCLIKE_BLOCK(fd_bo_map(bo), bo->size, 0, 1);
H A Dmsm_ringbuffer_sp.c382 ring->start = fd_bo_map(msm_ring->ring_bo);
535 uint8_t *base = fd_bo_map(msm_ring->ring_bo);
H A Dfreedreno_bo.c338 void * fd_bo_map(struct fd_bo *bo) function in typeref:typename:void *
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_drmif.h209 void *fd_bo_map(struct fd_bo *bo);
H A Dfreedreno_pipe.c69 pipe->control = fd_bo_map(pipe->control_mem);
H A Dmsm_ringbuffer.c472 ring->start = fd_bo_map(msm_ring->ring_bo);
667 uint8_t *base = fd_bo_map(msm_ring->ring_bo);
H A Dfreedreno_priv.h374 VALGRIND_MALLOCLIKE_BLOCK(fd_bo_map(bo), bo->size, 0, 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.c262 memset(fd_bo_map(fd6_ctx->control_mem), 0, sizeof(struct fd6_control));
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_shader.c157 memcpy(fd_bo_map(v->bo), bin, sz);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c109 bin = fd_bo_map(so->bo);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c71 bin = fd_bo_map(so->bo);

Completed in 26 milliseconds

12