Home
last modified time | relevance | path

Searched refs:FD_RELOC_READ (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h200 #define FD_RELOC_READ 0x0001 macro
215 #define FD_RELOC_FLAGS_INIT (FD_RELOC_READ | FD_RELOC_WRITE)
/third_party/libdrm/freedreno/msm/
Dmsm_ringbuffer.c245 if (flags & FD_RELOC_READ) in bo2idx()
297 cmd->submit_idx = bo2idx(ring, target_cmd->ring_bo, FD_RELOC_READ); in get_cmd()
431 flags |= FD_RELOC_READ; in handle_stateobj_relocs()
647 .flags = FD_RELOC_READ, in msm_ringbuffer_emit_reloc_ring()
/third_party/libdrm/freedreno/
Dfreedreno_ringbuffer.h124 #define FD_RELOC_READ 0x0001 macro
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_ringbuffer_sp.c171 STATIC_ASSERT(FD_RELOC_READ == MSM_SUBMIT_BO_READ); in msm_submit_sp_new()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_ringbuffer.c234 STATIC_ASSERT(FD_RELOC_READ == MSM_SUBMIT_BO_READ); in virtio_submit_new()