Searched refs:FD_RELOC_READ (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_ringbuffer.h124 #define FD_RELOC_READ 0x0001 macro
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h125 #define FD_RELOC_READ 0x0001 macro
H A Dmsm_ringbuffer.c177 if (flags & FD_RELOC_READ)
287 flags |= FD_RELOC_READ;
350 append_bo(msm_submit, msm_ring->ring_bo, FD_RELOC_READ);
366 msm_ring->u.cmds[j]->ring_bo, FD_RELOC_READ);
612 .flags = FD_RELOC_READ,
H A Dmsm_ringbuffer_sp.c155 if (flags & FD_RELOC_READ)
264 primary->u.cmds[i].ring_bo, FD_RELOC_READ | FD_RELOC_DUMP);
454 .flags = FD_RELOC_READ | FD_RELOC_DUMP,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h269 __out_reloc(ring, bo, offset, or, shift, FD_RELOC_READ);
276 __out_reloc(ring, bo, offset, or, shift, FD_RELOC_READ | FD_RELOC_WRITE);
283 __out_reloc(ring, bo, offset, or, shift, FD_RELOC_READ | FD_RELOC_DUMP);
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_ringbuffer.h199 #define FD_RELOC_READ 0x0001 macro
216 #define FD_RELOC_FLAGS_INIT (FD_RELOC_READ | FD_RELOC_WRITE)
H A Dmsm_ringbuffer_sp.c786 STATIC_ASSERT(FD_RELOC_READ == MSM_SUBMIT_BO_READ);
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_ringbuffer.c245 if (flags & FD_RELOC_READ)
297 cmd->submit_idx = bo2idx(ring, target_cmd->ring_bo, FD_RELOC_READ);
431 flags |= FD_RELOC_READ;
647 .flags = FD_RELOC_READ,

Completed in 13 milliseconds