Searched refs:fd_reloc (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_ringbuffer_sp_reloc.h | 35 const struct fd_reloc *reloc) in emit_reloc_common() 44 const struct fd_reloc *reloc) in fd_ringbuffer_sp_emit_reloc_nonobj() 58 const struct fd_reloc *reloc) in fd_ringbuffer_sp_emit_reloc_obj() 94 X(fd_ringbuffer_sp_emit_reloc_obj)(ring, &(struct fd_reloc){ in fd_ringbuffer_sp_emit_reloc_ring() 100 X(fd_ringbuffer_sp_emit_reloc_nonobj)(ring, &(struct fd_reloc){ in fd_ringbuffer_sp_emit_reloc_ring()
|
H A D | freedreno_ringbuffer.h | 125 struct fd_reloc; 129 void (*emit_reloc)(struct fd_ringbuffer *ring, const struct fd_reloc *reloc); 196 struct fd_reloc { struct 220 fd_ringbuffer_reloc(struct fd_ringbuffer *ring, const struct fd_reloc *reloc) in fd_ringbuffer_reloc() 299 struct fd_reloc reloc = { in OUT_RELOC()
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_ringbuffer.h | 39 const struct fd_reloc *reloc) in emit_reloc_common() 48 const struct fd_reloc *reloc) in virtio_ringbuffer_emit_reloc_nonobj() 62 const struct fd_reloc *reloc) in virtio_ringbuffer_emit_reloc_obj() 98 X(virtio_ringbuffer_emit_reloc_obj)(ring, &(struct fd_reloc){ in virtio_ringbuffer_emit_reloc_ring() 104 X(virtio_ringbuffer_emit_reloc_nonobj)(ring, &(struct fd_reloc){ in virtio_ringbuffer_emit_reloc_ring()
|
/third_party/libdrm/freedreno/ |
H A D | freedreno_ringbuffer.h | 122 struct fd_reloc { struct 135 void fd_ringbuffer_reloc2(struct fd_ringbuffer *ring, const struct fd_reloc *reloc); 136 will_be_deprecated void fd_ringbuffer_reloc(struct fd_ringbuffer *ring, const struct fd_reloc *reloc);
|
H A D | freedreno_ringbuffer.c | 146 const struct fd_reloc *reloc) in fd_ringbuffer_reloc() 153 const struct fd_reloc *reloc) in fd_ringbuffer_reloc2()
|
H A D | freedreno_priv.h | 141 const struct fd_reloc *reloc);
|
/third_party/libdrm/freedreno/kgsl/ |
H A D | kgsl_ringbuffer.c | 164 const struct fd_reloc *r) in kgsl_ringbuffer_emit_reloc()
|
/third_party/libdrm/freedreno/msm/ |
H A D | msm_ringbuffer.c | 560 const struct fd_reloc *r) in msm_ringbuffer_emit_reloc() 645 msm_ringbuffer_emit_reloc(ring, &(struct fd_reloc){ in msm_ringbuffer_emit_reloc_ring()
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_ringbuffer.c | 479 const struct fd_reloc *reloc) in msm_ringbuffer_emit_reloc() 565 msm_ringbuffer_emit_reloc(ring, &(struct fd_reloc){ in msm_ringbuffer_emit_reloc_ring()
|
Completed in 6 milliseconds