Home
last modified time | relevance | path

Searched refs:emit_reloc (Results 1 – 8 of 8) sorted by relevance

/third_party/libdrm/freedreno/
Dfreedreno_ringbuffer.c149 ring->funcs->emit_reloc(ring, reloc); in fd_ringbuffer_reloc()
155 ring->funcs->emit_reloc(ring, reloc); in fd_ringbuffer_reloc2()
Dfreedreno_priv.h140 void (*emit_reloc)(struct fd_ringbuffer *ring, member
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer_sp.c546 .emit_reloc = fd_ringbuffer_sp_emit_reloc_nonobj_32,
555 .emit_reloc = fd_ringbuffer_sp_emit_reloc_obj_32,
563 .emit_reloc = fd_ringbuffer_sp_emit_reloc_nonobj_64,
572 .emit_reloc = fd_ringbuffer_sp_emit_reloc_obj_64,
Dfreedreno_ringbuffer.h129 void (*emit_reloc)(struct fd_ringbuffer *ring, const struct fd_reloc *reloc); member
222 ring->funcs->emit_reloc(ring, reloc); in fd_ringbuffer_reloc()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c378 emit_reloc(struct crocus_batch *batch, in emit_reloc() function
440 return emit_reloc(batch, &batch->command.relocs, batch_offset, in crocus_command_reloc()
451 return emit_reloc(batch, &batch->state.relocs, state_offset, in crocus_state_reloc()
/third_party/libdrm/freedreno/kgsl/
Dkgsl_ringbuffer.c199 .emit_reloc = kgsl_ringbuffer_emit_reloc,
/third_party/libdrm/freedreno/msm/
Dmsm_ringbuffer.c686 .emit_reloc = msm_ringbuffer_emit_reloc,
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_ringbuffer.c651 .emit_reloc = msm_ringbuffer_emit_reloc,