Searched refs:bo2idx (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c172 static uint32_t bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, function in typeref:typename:uint32_t
277 uint32_t bo_idx = bo2idx(stream, r->bo, r->flags);
296 bo2idx(stream, bo, flags);
310 pmr->read_idx = bo2idx(stream, p->bo, ETNA_SUBMIT_BO_READ | ETNA_SUBMIT_BO_WRITE);
/xsrc/external/mit/libdrm/dist/etnaviv/
H A Detnaviv_cmd_stream.c145 static uint32_t bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, function in typeref:typename:uint32_t
257 reloc->reloc_idx = bo2idx(stream, r->bo, r->flags);
276 pmr->read_idx = bo2idx(stream, p->bo, ETNA_SUBMIT_BO_READ | ETNA_SUBMIT_BO_WRITE);
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_ringbuffer.c219 static uint32_t bo2idx(struct fd_ringbuffer *ring, struct fd_bo *bo, uint32_t flags) function in typeref:typename:uint32_t
297 cmd->submit_idx = bo2idx(ring, target_cmd->ring_bo, FD_RELOC_READ);
436 relocs[i].reloc_idx = bo2idx(parent, bo, flags);
571 reloc->reloc_idx = bo2idx(parent, r->bo, r->flags);

Completed in 5 milliseconds