Searched refs:memory_h (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_android.c | 197 VkDeviceMemory memory_h; in tu_import_memory_from_gralloc_handle() local 221 alloc, &memory_h); in tu_import_memory_from_gralloc_handle() 225 tu_BindImageMemory(device_h, image_h, memory_h, 0); in tu_import_memory_from_gralloc_handle() 227 image->owned_memory = memory_h; in tu_import_memory_from_gralloc_handle()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 136 VkDeviceMemory memory_h; in radv_image_from_gralloc() local 167 &memory_h); in radv_image_from_gralloc() 172 device->ws->buffer_get_metadata(radv_device_memory_from_handle(memory_h)->bo, &md); in radv_image_from_gralloc() 200 radv_BindImageMemory(device_h, image_h, memory_h, 0); in radv_image_from_gralloc() 202 image->owned_memory = memory_h; in radv_image_from_gralloc() 209 radv_FreeMemory(device_h, memory_h, alloc); in radv_image_from_gralloc()
|