Searched refs:bo2idx (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/etnaviv/drm/ |
D | etnaviv_cmd_stream.c | 170 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/ |
D | etnaviv_cmd_stream.c | 145 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/ |
D | msm_ringbuffer.c | 219 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()
|