Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/drm/
Dfreedreno_bo_heap.c199 fd_bo_heap_alloc(struct fd_bo_heap *heap, uint32_t size, uint32_t flags) in fd_bo_heap_alloc() function
Dfreedreno_bo.c129 bo = fd_bo_heap_alloc(dev->default_heap, size, flags); in bo_new()
131 bo = fd_bo_heap_alloc(dev->ring_heap, size, flags); in bo_new()
Dfreedreno_priv.h179 struct fd_bo *fd_bo_heap_alloc(struct fd_bo_heap *heap, uint32_t size, uint32_t flags);