Searched refs:memory_h (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_android.c125 VkDeviceMemory memory_h; local in function:radv_image_from_gralloc
156 &memory_h);
161 device->ws->buffer_get_metadata(radv_device_memory_from_handle(memory_h)->bo, &md);
194 radv_BindImageMemory(device_h, image_h, memory_h, 0);
196 image->owned_memory = memory_h;
203 radv_FreeMemory(device_h, memory_h, alloc);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_android.c147 VkDeviceMemory memory_h; local in function:tu_image_from_gralloc
188 alloc, &memory_h);
192 tu_BindImageMemory(device_h, image_h, memory_h, 0);
194 image->owned_memory = memory_h;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_android.c276 VkDeviceMemory memory_h; local in function:tu_import_memory_from_gralloc_handle
300 alloc, &memory_h);
307 .memory = memory_h,
312 image->owned_memory = memory_h;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_android.c136 VkDeviceMemory memory_h; local in function:radv_image_from_gralloc
167 alloc, &memory_h);
172 device->ws->buffer_get_metadata(device->ws, radv_device_memory_from_handle(memory_h)->bo, &md);
202 .memory = memory_h,
207 image->owned_memory = memory_h;
214 radv_FreeMemory(device_h, memory_h, alloc);

Completed in 9 milliseconds