Searched refs:anv_gem_munmap (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_gem_stubs.c | 63 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) in anv_gem_munmap() function
|
D | anv_allocator.c | 437 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()
|
D | anv_gem.c | 134 anv_gem_munmap(struct anv_device *device, void *p, uint64_t size) in anv_gem_munmap() function
|
D | anv_private.h | 1581 void anv_gem_munmap(struct anv_device *device, void *p, uint64_t size);
|
D | anv_device.c | 3884 anv_gem_munmap(device, mem->map, mem->map_size); in anv_UnmapMemory()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3486 - anv: Add anv_device parameter to anv_gem_munmap.
|
D | 19.1.0.rst | 4435 - anv: use anv_gem_munmap in block pool cleanup
|