Lines Matching refs:device_h
186 tu_import_memory_from_gralloc_handle(VkDevice device_h, in tu_import_memory_from_gralloc_handle() argument
214 tu_AllocateMemory(device_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()
232 tu_DestroyImage(device_h, image_h, alloc); in tu_import_memory_from_gralloc_handle()
238 format_supported_with_usage(VkDevice device_h, VkFormat format, in format_supported_with_usage() argument
241 TU_FROM_HANDLE(tu_device, device, device_h); in format_supported_with_usage()
327 tu_GetSwapchainGrallocUsageANDROID(VkDevice device_h, in tu_GetSwapchainGrallocUsageANDROID() argument
332 TU_FROM_HANDLE(tu_device, device, device_h); in tu_GetSwapchainGrallocUsageANDROID()
335 result = format_supported_with_usage(device_h, format, imageUsage); in tu_GetSwapchainGrallocUsageANDROID()
345 tu_GetSwapchainGrallocUsage2ANDROID(VkDevice device_h, in tu_GetSwapchainGrallocUsage2ANDROID() argument
352 TU_FROM_HANDLE(tu_device, device, device_h); in tu_GetSwapchainGrallocUsage2ANDROID()
359 result = format_supported_with_usage(device_h, format, imageUsage); in tu_GetSwapchainGrallocUsage2ANDROID()