Lines Matching refs:device_h
149 VkDevice device_h, in get_ahw_buffer_format_properties2() argument
153 ANV_FROM_HANDLE(anv_device, device, device_h); in get_ahw_buffer_format_properties2()
229 VkDevice device_h, in anv_GetAndroidHardwareBufferPropertiesANDROID() argument
233 ANV_FROM_HANDLE(anv_device, dev, device_h); in anv_GetAndroidHardwareBufferPropertiesANDROID()
243 get_ahw_buffer_format_properties2(device_h, buffer, &format_prop2); in anv_GetAndroidHardwareBufferPropertiesANDROID()
261 get_ahw_buffer_format_properties2(device_h, buffer, format_prop2); in anv_GetAndroidHardwareBufferPropertiesANDROID()
289 anv_import_ahw_memory(VkDevice device_h, in anv_import_ahw_memory() argument
293 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_import_ahw_memory()
501 format_supported_with_usage(VkDevice device_h, VkFormat format, in format_supported_with_usage() argument
504 ANV_FROM_HANDLE(anv_device, device, device_h); in format_supported_with_usage()
596 VkDevice device_h, in anv_GetSwapchainGrallocUsage2ANDROID() argument
603 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_GetSwapchainGrallocUsage2ANDROID()
611 result = format_supported_with_usage(device_h, format, imageUsage); in anv_GetSwapchainGrallocUsage2ANDROID()
650 VkDevice device_h, in anv_GetSwapchainGrallocUsageANDROID() argument
655 ANV_FROM_HANDLE(anv_device, device, device_h); in anv_GetSwapchainGrallocUsageANDROID()
661 result = format_supported_with_usage(device_h, format, imageUsage); in anv_GetSwapchainGrallocUsageANDROID()