Lines Matching refs:device_h
265 tu_import_memory_from_gralloc_handle(VkDevice device_h, in tu_import_memory_from_gralloc_handle() argument
293 tu_AllocateMemory(device_h, in tu_import_memory_from_gralloc_handle()
310 tu_BindImageMemory2(device_h, 1, &bind_info); in tu_import_memory_from_gralloc_handle()
317 tu_DestroyImage(device_h, image_h, alloc); in tu_import_memory_from_gralloc_handle()
323 format_supported_with_usage(VkDevice device_h, VkFormat format, in format_supported_with_usage() argument
326 TU_FROM_HANDLE(tu_device, device, device_h); in format_supported_with_usage()
412 tu_GetSwapchainGrallocUsageANDROID(VkDevice device_h, in tu_GetSwapchainGrallocUsageANDROID() argument
417 TU_FROM_HANDLE(tu_device, device, device_h); in tu_GetSwapchainGrallocUsageANDROID()
420 result = format_supported_with_usage(device_h, format, imageUsage); in tu_GetSwapchainGrallocUsageANDROID()
430 tu_GetSwapchainGrallocUsage2ANDROID(VkDevice device_h, in tu_GetSwapchainGrallocUsage2ANDROID() argument
437 TU_FROM_HANDLE(tu_device, device, device_h); in tu_GetSwapchainGrallocUsage2ANDROID()
444 result = format_supported_with_usage(device_h, format, imageUsage); in tu_GetSwapchainGrallocUsage2ANDROID()