Searched refs:memory_h (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_android.c | 258 VkDeviceMemory memory_h; in tu_import_memory_from_gralloc_handle() local 282 alloc, &memory_h); in tu_import_memory_from_gralloc_handle() 289 .memory = memory_h, in tu_import_memory_from_gralloc_handle() 294 image->owned_memory = memory_h; in tu_import_memory_from_gralloc_handle()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 136 VkDeviceMemory memory_h; in radv_image_from_gralloc() local 168 alloc, &memory_h); in radv_image_from_gralloc() 173 device->ws->buffer_get_metadata(device->ws, radv_device_memory_from_handle(memory_h)->bo, &md); in radv_image_from_gralloc() 203 .memory = memory_h, in radv_image_from_gralloc() 208 image->owned_memory = memory_h; in radv_image_from_gralloc() 215 radv_FreeMemory(device_h, memory_h, alloc); in radv_image_from_gralloc()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_android.c | 243 VkDeviceMemory memory_h; in v3dv_import_native_buffer_fd() local 267 alloc, &memory_h); in v3dv_import_native_buffer_fd() 275 .memory = memory_h, in v3dv_import_native_buffer_fd()
|