Home
last modified time | relevance | path

Searched refs:anv_vma_alloc (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1720 new_bo.offset = anv_vma_alloc(device, new_bo.size + new_bo._ccs_size, in anv_device_alloc_bo()
1827 new_bo.offset = anv_vma_alloc(device, new_bo.size, in anv_device_import_bo_from_host_ptr()
1960 new_bo.offset = anv_vma_alloc(device, new_bo.size, in anv_device_import_bo()
Danv_private.h1485 uint64_t anv_vma_alloc(struct anv_device *device,
Danv_device.c3546 anv_vma_alloc(struct anv_device *device, in anv_vma_alloc() function
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst1738 - anv: Make anv_vma_alloc/free a lot dumber