Searched refs:radv_device_memory (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 2216 struct radv_device_memory *memory, in radv_get_memory_fd() 2235 struct radv_device_memory *mem; in radv_alloc_memory() 2344 RADV_FROM_HANDLE(radv_device_memory, mem, _mem); in radv_FreeMemory() 2364 RADV_FROM_HANDLE(radv_device_memory, mem, _memory); in radv_MapMemory() 2385 RADV_FROM_HANDLE(radv_device_memory, mem, _memory); in radv_UnmapMemory() 2520 RADV_FROM_HANDLE(radv_device_memory, mem, pBindInfos[i].memory); in radv_BindBufferMemory2KHR() 2554 RADV_FROM_HANDLE(radv_device_memory, mem, pBindInfos[i].memory); in radv_BindImageMemory2KHR() 2593 struct radv_device_memory *mem = NULL; in radv_sparse_buffer_bind_memory() 2613 struct radv_device_memory *mem = NULL; in radv_sparse_image_opaque_bind_memory() 3742 RADV_FROM_HANDLE(radv_device_memory, memory, pGetFdInfo->memory); in radv_GetMemoryFdKHR()
|
D | radv_private.h | 643 struct radv_device_memory { struct 1083 struct radv_device_memory *memory, 1760 RADV_DEFINE_NONDISP_HANDLE_CASTS(radv_device_memory, VkDeviceMemory)
|