Home
last modified time | relevance | path

Searched defs:emit_reloc (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h129 void (*emit_reloc)(struct fd_ringbuffer *ring, const struct fd_reloc *reloc); member
/third_party/libdrm/freedreno/
Dfreedreno_priv.h140 void (*emit_reloc)(struct fd_ringbuffer *ring, member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.c378 emit_reloc(struct crocus_batch *batch, in emit_reloc() function