Searched refs:emit_reloc (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_ringbuffer.c149 ring->funcs->emit_reloc(ring, reloc);
155 ring->funcs->emit_reloc(ring, reloc);
H A Dfreedreno_priv.h140 void (*emit_reloc)(struct fd_ringbuffer *ring, member in struct:fd_ringbuffer_funcs
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_ringbuffer.c99 ring->funcs->emit_reloc(ring, reloc);
H A Dfreedreno_priv.h143 void (*emit_reloc)(struct fd_ringbuffer *ring, member in struct:fd_ringbuffer_funcs
H A Dmsm_ringbuffer_sp.c521 .emit_reloc = msm_ringbuffer_sp_emit_reloc,
H A Dmsm_ringbuffer.c673 .emit_reloc = msm_ringbuffer_emit_reloc,
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h129 void (*emit_reloc)(struct fd_ringbuffer *ring, const struct fd_reloc *reloc); member in struct:fd_ringbuffer_funcs
223 ring->funcs->emit_reloc(ring, reloc);
H A Dmsm_ringbuffer_sp.c747 .emit_reloc = msm_ringbuffer_sp_emit_reloc_nonobj_32,
756 .emit_reloc = msm_ringbuffer_sp_emit_reloc_obj_32,
764 .emit_reloc = msm_ringbuffer_sp_emit_reloc_nonobj_64,
773 .emit_reloc = msm_ringbuffer_sp_emit_reloc_obj_64,
H A Dmsm_ringbuffer.c652 .emit_reloc = msm_ringbuffer_emit_reloc,
/xsrc/external/mit/libdrm/dist/freedreno/kgsl/
H A Dkgsl_ringbuffer.c199 .emit_reloc = kgsl_ringbuffer_emit_reloc,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_batch.c378 emit_reloc(struct crocus_batch *batch, function in typeref:typename:uint64_t
440 return emit_reloc(batch, &batch->command.relocs, batch_offset,
451 return emit_reloc(batch, &batch->state.relocs, state_offset,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.c923 emit_reloc(struct intel_batchbuffer *batch, function in typeref:typename:uint64_t
1000 return emit_reloc(batch, &batch->batch_relocs, batch_offset,
1011 return emit_reloc(batch, &batch->state_relocs, state_offset,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_batch.c959 emit_reloc(struct brw_batch *batch, function in typeref:typename:uint64_t
1036 return emit_reloc(batch, &batch->batch_relocs, batch_offset,
1047 return emit_reloc(batch, &batch->state_relocs, state_offset,
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_ringbuffer.c686 .emit_reloc = msm_ringbuffer_emit_reloc,

Completed in 20 milliseconds