Home
last modified time | relevance | path

Searched refs:anv_gem_munmap (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_gem_stubs.c63 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) in anv_gem_munmap() function
Danv_allocator.c437 anv_gem_munmap(pool->device, bo->map, bo->size); in anv_block_pool_finish()
1695 anv_gem_munmap(device, new_bo.map, size); in anv_device_alloc_bo()
2020 anv_gem_munmap(device, bo->map, bo->size); in anv_device_release_bo()
Danv_gem.c134 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) in anv_gem_munmap() function
Danv_private.h1581 void anv_gem_munmap(struct anv_device *device, void *p, uint64_t size);
Danv_device.c3884 anv_gem_munmap(device, mem->map, mem->map_size); in anv_UnmapMemory()
/external/mesa3d/docs/relnotes/
D20.1.0.rst3486 - anv: Add anv_device parameter to anv_gem_munmap.
D19.1.0.rst4435 - anv: use anv_gem_munmap in block pool cleanup