Home
last modified time | relevance | path

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

/external/mesa3d/src/etnaviv/drm/
Detnaviv_cmd_stream.c170 static uint32_t bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, in bo2idx() function
275 uint32_t bo_idx = bo2idx(stream, r->bo, r->flags); in etna_cmd_stream_reloc()
294 bo2idx(stream, bo, flags); in etna_cmd_stream_ref_bo()
308 pmr->read_idx = bo2idx(stream, p->bo, ETNA_SUBMIT_BO_READ | ETNA_SUBMIT_BO_WRITE); in etna_cmd_stream_perf()
/external/libdrm/etnaviv/
Detnaviv_cmd_stream.c145 static uint32_t bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, in bo2idx() function
257 reloc->reloc_idx = bo2idx(stream, r->bo, r->flags); in etna_cmd_stream_reloc()
276 pmr->read_idx = bo2idx(stream, p->bo, ETNA_SUBMIT_BO_READ | ETNA_SUBMIT_BO_WRITE); in etna_cmd_stream_perf()
/external/libdrm/freedreno/msm/
Dmsm_ringbuffer.c219 static uint32_t bo2idx(struct fd_ringbuffer *ring, struct fd_bo *bo, uint32_t flags) in bo2idx() function
297 cmd->submit_idx = bo2idx(ring, target_cmd->ring_bo, FD_RELOC_READ); in get_cmd()
436 relocs[i].reloc_idx = bo2idx(parent, bo, flags); in handle_stateobj_relocs()
571 reloc->reloc_idx = bo2idx(parent, r->bo, r->flags); in msm_ringbuffer_emit_reloc()