Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_ringbuffer.h201 #define FD_RELOC_WRITE 0x0002 macro
215 #define FD_RELOC_FLAGS_INIT (FD_RELOC_READ | FD_RELOC_WRITE)
/third_party/libdrm/freedreno/
Dfreedreno_ringbuffer.h125 #define FD_RELOC_WRITE 0x0002 macro
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_ringbuffer_sp.c172 STATIC_ASSERT(FD_RELOC_WRITE == MSM_SUBMIT_BO_WRITE); in msm_submit_sp_new()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_ringbuffer.c235 STATIC_ASSERT(FD_RELOC_WRITE == MSM_SUBMIT_BO_WRITE); in virtio_submit_new()
/third_party/libdrm/freedreno/msm/
Dmsm_ringbuffer.c247 if (flags & FD_RELOC_WRITE) in bo2idx()
433 flags |= FD_RELOC_WRITE; in handle_stateobj_relocs()