Searched refs:radv_device_memory (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 659 RADV_FROM_HANDLE(radv_device_memory, mem, pInfo->memory); in radv_GetMemoryAndroidHardwareBufferANDROID() 699 radv_import_ahb_memory(struct radv_device *device, struct radv_device_memory *mem, in radv_import_ahb_memory() 763 radv_create_ahb_memory(struct radv_device *device, struct radv_device_memory *mem, in radv_create_ahb_memory()
|
D | radv_private.h | 908 struct radv_device_memory *mem; 947 struct radv_device_memory { struct 963 void radv_device_memory_init(struct radv_device_memory *mem, struct radv_device *device, argument 965 void radv_device_memory_finish(struct radv_device_memory *mem); 1774 bool radv_get_memory_fd(struct radv_device *device, struct radv_device_memory *memory, int *pFD); 1776 struct radv_device_memory *mem); 2724 VkResult radv_import_ahb_memory(struct radv_device *device, struct radv_device_memory *mem, 2727 VkResult radv_create_ahb_memory(struct radv_device *device, struct radv_device_memory *mem, 3323 VK_DEFINE_NONDISP_HANDLE_CASTS(radv_device_memory, base, VkDeviceMemory,
|
D | radv_wsi.c | 46 RADV_FROM_HANDLE(radv_device_memory, mem, _mem); in radv_wsi_set_memory_ownership()
|
D | radv_device.c | 4778 struct radv_device_memory *mem = NULL; in radv_sparse_buffer_bind_memory() 4801 struct radv_device_memory *mem = NULL; in radv_sparse_image_opaque_bind_memory() 4825 struct radv_device_memory *mem = NULL; in radv_sparse_image_bind_memory() 5373 radv_get_memory_fd(struct radv_device *device, struct radv_device_memory *memory, int *pFD) in radv_get_memory_fd() 5386 radv_device_memory_init(struct radv_device_memory *mem, struct radv_device *device, in radv_device_memory_init() 5396 radv_device_memory_finish(struct radv_device_memory *mem) in radv_device_memory_finish() 5403 struct radv_device_memory *mem) in radv_free_memory() 5434 struct radv_device_memory *mem; in radv_alloc_memory() 5652 RADV_FROM_HANDLE(radv_device_memory, mem, _mem); in radv_FreeMemory() 5662 RADV_FROM_HANDLE(radv_device_memory, mem, _memory); in radv_MapMemory() [all …]
|
D | radv_meta_bufimage.c | 1250 struct radv_device_memory mem; in create_buffer_from_image()
|
D | radv_image.c | 1746 RADV_FROM_HANDLE(radv_device_memory, mem, image->owned_memory); in radv_destroy_image()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 4010 - radv: remove unused radv_device_memory::map_size field
|