Searched refs:FD_RELOC_READ (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_ringbuffer.h | 124 #define FD_RELOC_READ 0x0001 macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_ringbuffer.h | 125 #define FD_RELOC_READ 0x0001 macro
|
| H A D | msm_ringbuffer.c | 177 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 D | msm_ringbuffer_sp.c | 155 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 D | freedreno_util.h | 269 __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 D | freedreno_ringbuffer.h | 199 #define FD_RELOC_READ 0x0001 macro 216 #define FD_RELOC_FLAGS_INIT (FD_RELOC_READ | FD_RELOC_WRITE)
|
| H A D | msm_ringbuffer_sp.c | 786 STATIC_ASSERT(FD_RELOC_READ == MSM_SUBMIT_BO_READ);
|
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| H A D | msm_ringbuffer.c | 245 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