Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_android.c677 RADV_FROM_HANDLE(radv_device_memory, mem, pInfo->memory); in radv_GetMemoryAndroidHardwareBufferANDROID()
719 struct radv_device_memory *mem, in radv_import_ahb_memory()
788 struct radv_device_memory *mem, in radv_create_ahb_memory()
Dradv_private.h879 struct radv_device_memory { struct
1578 struct radv_device_memory *memory,
1582 struct radv_device_memory *mem);
2145 struct radv_device_memory *mem,
2150 struct radv_device_memory *mem,
2726 RADV_DEFINE_NONDISP_HANDLE_CASTS(radv_device_memory, VkDeviceMemory)
Dradv_wsi.c44 RADV_FROM_HANDLE(radv_device_memory, mem, _mem); in radv_wsi_set_memory_ownership()
Dradv_device.c4214 struct radv_device_memory *mem = NULL; in radv_sparse_buffer_bind_memory()
4239 struct radv_device_memory *mem = NULL; in radv_sparse_image_opaque_bind_memory()
5158 struct radv_device_memory *memory, in radv_get_memory_fd()
5176 struct radv_device_memory *mem) in radv_free_memory()
5207 struct radv_device_memory *mem; in radv_alloc_memory()
5403 RADV_FROM_HANDLE(radv_device_memory, mem, _mem); in radv_FreeMemory()
5417 RADV_FROM_HANDLE(radv_device_memory, mem, _memory); in radv_MapMemory()
5442 RADV_FROM_HANDLE(radv_device_memory, mem, _memory); in radv_UnmapMemory()
5578 RADV_FROM_HANDLE(radv_device_memory, mem, pBindInfos[i].memory); in radv_BindBufferMemory2()
5612 RADV_FROM_HANDLE(radv_device_memory, mem, pBindInfos[i].memory); in radv_BindImageMemory2()
[all …]
Dradv_image.c1401 RADV_FROM_HANDLE(radv_device_memory, mem, image->owned_memory); in radv_destroy_image()
Dradv_meta_bufimage.c1588 struct radv_device_memory mem = { .bo = surf->image->bo }; in create_buffer_from_image()
/external/mesa3d/docs/relnotes/
D20.1.0.rst4010 - radv: remove unused radv_device_memory::map_size field