HomeSort by relevance Sort by last modified time
    Searched full:memory_h (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/amd/vulkan/
radv_wsi.c 184 VkDeviceMemory memory_h; local
193 &memory_h);
197 memory = radv_device_memory_from_handle(memory_h);
199 radv_BindImageMemory(VK_NULL_HANDLE, image_h, memory_h, 0);
214 *memory_p = memory_h;
221 radv_FreeMemory(device_h, memory_h, pAllocator);
233 VkDeviceMemory memory_h)
237 radv_FreeMemory(device, memory_h, pAllocator);
  /external/mesa3d/src/intel/vulkan/
anv_wsi.c 187 VkDeviceMemory memory_h; local
196 &memory_h);
200 memory = anv_device_memory_from_handle(memory_h);
203 anv_BindImageMemory(device_h, image_h, memory_h, 0);
227 *memory_p = memory_h;
233 anv_FreeMemory(device_h, memory_h, pAllocator);
244 VkDeviceMemory memory_h)
248 anv_FreeMemory(device, memory_h, pAllocator);
  /external/mesa3d/src/vulkan/wsi/
wsi_common.h 47 VkDeviceMemory memory_h);

Completed in 507 milliseconds