mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 11:40:31 +01:00
This is implementing the functions in anv_slab_bo and actually enabling memory pool. This is heavily based on Iris memory pool implementation, the main difference is that the concept of heaps only exist in anv_slab_bo, we have function that takes the anv_bo_alloc_flags and decides what heap to place that bo. Some anv_bo_alloc_flags blocks memory pool, we can relax and remove some flags from this denied list later. This feature can be disabled in runtime by setting ANV_DISABLE_SLAB=true, this can help us to easily check if bugs are due to this feature or not. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33558> |
||
|---|---|---|
| .. | ||
| blorp | ||
| ci | ||
| common | ||
| compiler | ||
| decoder | ||
| dev | ||
| ds | ||
| executor | ||
| genxml | ||
| isl | ||
| nullhw-layer | ||
| perf | ||
| shaders | ||
| tools | ||
| vulkan | ||
| vulkan_hasvk | ||
| meson.build | ||