Searched refs:radv_device_memory (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 677 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()
|
D | radv_private.h | 879 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)
|
D | radv_wsi.c | 44 RADV_FROM_HANDLE(radv_device_memory, mem, _mem); in radv_wsi_set_memory_ownership()
|
D | radv_device.c | 4214 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 …]
|
D | radv_image.c | 1401 RADV_FROM_HANDLE(radv_device_memory, mem, image->owned_memory); in radv_destroy_image()
|
D | radv_meta_bufimage.c | 1588 struct radv_device_memory mem = { .bo = surf->image->bo }; in create_buffer_from_image()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 4010 - radv: remove unused radv_device_memory::map_size field
|