Searched refs:fd_reloc (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/virtio/ |
D | virtio_ringbuffer.h | 39 const struct fd_reloc *reloc) in X() 48 const struct fd_reloc *reloc) in X() 62 const struct fd_reloc *reloc) in X() 98 X(virtio_ringbuffer_emit_reloc_obj)(ring, &(struct fd_reloc){ in X() 104 X(virtio_ringbuffer_emit_reloc_nonobj)(ring, &(struct fd_reloc){ in X()
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_ringbuffer_sp_reloc.h | 35 const struct fd_reloc *reloc) in X() 44 const struct fd_reloc *reloc) in X() 58 const struct fd_reloc *reloc) in X() 94 X(fd_ringbuffer_sp_emit_reloc_obj)(ring, &(struct fd_reloc){ in X() 100 X(fd_ringbuffer_sp_emit_reloc_nonobj)(ring, &(struct fd_reloc){ in X()
|
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() argument 299 struct fd_reloc reloc = { in OUT_RELOC()
|
/third_party/libdrm/freedreno/ |
D | freedreno_ringbuffer.h | 122 struct fd_reloc { struct 135 void fd_ringbuffer_reloc2(struct fd_ringbuffer *ring, const struct fd_reloc *reloc); argument 136 will_be_deprecated void fd_ringbuffer_reloc(struct fd_ringbuffer *ring, const struct fd_reloc *relo…
|
D | freedreno_ringbuffer.c | 146 const struct fd_reloc *reloc) in fd_ringbuffer_reloc() 153 const struct fd_reloc *reloc) in fd_ringbuffer_reloc2()
|
D | freedreno_priv.h | 141 const struct fd_reloc *reloc);
|
/third_party/libdrm/freedreno/kgsl/ |
D | kgsl_ringbuffer.c | 164 const struct fd_reloc *r) in kgsl_ringbuffer_emit_reloc()
|
/third_party/libdrm/freedreno/msm/ |
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/ |
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()
|