Searched refs:bo2idx (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/etnaviv/ |
D | etnaviv_cmd_stream.c | 146 static uint32_t bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, in bo2idx() function 237 reloc->reloc_idx = bo2idx(stream, r->bo, r->flags); in etna_cmd_stream_reloc()
|
/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 285 cmd->submit_idx = bo2idx(ring, target_cmd->ring_bo, FD_RELOC_READ); in get_cmd() 483 reloc->reloc_idx = bo2idx(parent, r->bo, r->flags); in msm_ringbuffer_emit_reloc()
|