Home
last modified time | relevance | path

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

/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c174 static uint32_t bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, in bo2idx() function
263 uint32_t bo_idx = bo2idx(stream, r->bo, r->flags); in etna_cmd_stream_reloc()
282 bo2idx(stream, bo, flags); in etna_cmd_stream_ref_bo()
296 pmr->read_idx = bo2idx(stream, p->bo, ETNA_SUBMIT_BO_READ | ETNA_SUBMIT_BO_WRITE); in etna_cmd_stream_perf()
/third_party/libdrm/etnaviv/
H A 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()
/third_party/libdrm/freedreno/msm/
H A 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()

Completed in 3 milliseconds