Home
last modified time | relevance | path

Searched refs:fd_bo_ref (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer_sp_reloc.h73 APPEND(&fd_ring->u, reloc_bos, fd_bo_ref(reloc->bo)); in X()
116 APPEND(&fd_ring->u, reloc_bos, fd_bo_ref(target_bo)); in X()
Dfreedreno_ringbuffer_sp.c79 idx = APPEND(submit, bos, fd_bo_ref(bo)); in fd_submit_append_bo()
118 fd_ring->ring_bo = fd_bo_ref(suballoc_bo); in fd_submit_suballoc_ring_bo()
453 .ring_bo = fd_bo_ref(fd_ring->ring_bo), in finalize_current_cmd()
643 fd_ring->ring_bo = fd_bo_ref(dev->suballoc_bo); in fd_ringbuffer_sp_new_object()
Dfreedreno_bo.c52 bo = fd_bo_ref(entry->data); in lookup_bo()
267 fd_bo_ref(struct fd_bo *bo) in fd_bo_ref() function
Dfreedreno_drmif.h213 struct fd_bo *fd_bo_ref(struct fd_bo *bo);
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_ringbuffer.h77 APPEND(&virtio_ring->u, reloc_bos, fd_bo_ref(reloc->bo)); in X()
120 APPEND(&virtio_ring->u, reloc_bos, fd_bo_ref(target_bo)); in X()
/third_party/libdrm/freedreno/
Dfreedreno-symbols.txt15 fd_bo_ref
Dfreedreno_bo.c49 bo = fd_bo_ref(bo); in lookup_bo()
224 drm_public struct fd_bo * fd_bo_ref(struct fd_bo *bo) in fd_bo_ref() function
Dfreedreno_drmif.h130 struct fd_bo * fd_bo_ref(struct fd_bo *bo);
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_ringbuffer.c81 cmd->ring_bo = fd_bo_ref(ring_bo); in cmd_new()
155 APPEND(submit, bos, fd_bo_ref(bo)); in append_bo()
205 msm_ring->ring_bo = fd_bo_ref(suballoc_bo); in msm_submit_suballoc_ring_bo()
486 unsigned idx = APPEND(&msm_ring->u, reloc_bos, fd_bo_ref(reloc->bo)); in msm_ringbuffer_emit_reloc()
/third_party/libdrm/freedreno/msm/
Dmsm_ringbuffer.c177 cmd->ring_bo = fd_bo_ref(suballoc_bo); in ring_cmd_new()
213 msm_ring->bos[idx] = fd_bo_ref(bo); in append_bo()
/third_party/libdrm/freedreno/kgsl/
Dkgsl_pipe.c132 fd_bo_ref(bo); in kgsl_pipe_add_submit()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c294 dst->bo = fd_bo_ref(src->bo); in fd_replace_buffer_storage()
1599 fd_resource_set_bo(rsc, fd_bo_ref(memobj->bo)); in fd_resource_from_memobj()