Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/drm/
Dfreedreno_device.c116 dev->default_heap = fd_bo_heap_new(dev, 0); in fd_device_new()
190 if (dev->default_heap) in fd_device_del()
191 fd_bo_heap_destroy(dev->default_heap); in fd_device_del()
Dfreedreno_bo.c128 if ((alloc_flags == 0) && dev->default_heap) in bo_new()
129 bo = fd_bo_heap_alloc(dev->default_heap, size, flags); in bo_new()
Dfreedreno_priv.h219 struct fd_bo_heap *default_heap; member