Searched refs:android_usage (Results 1 – 5 of 5) sorted by relevance
117 vk_format_from_android(unsigned android_format, unsigned android_usage) in vk_format_from_android() argument135 if (android_usage & BUFFER_USAGE_CAMERA_MASK) in vk_format_from_android()
1388 VkAndroidHardwareBufferUsageANDROID *android_usage = NULL; in anv_GetPhysicalDeviceImageFormatProperties2() local1420 android_usage = (void *) s; in anv_GetPhysicalDeviceImageFormatProperties2()1436 if (ahw_supported && android_usage) { in anv_GetPhysicalDeviceImageFormatProperties2()1437 android_usage->androidHardwareBufferUsage = in anv_GetPhysicalDeviceImageFormatProperties2()
3430 vk_format_from_android(unsigned android_format, unsigned android_usage);
390 vk_format_from_android(unsigned android_format, unsigned android_usage) in vk_format_from_android() argument407 if (android_usage & BUFFER_USAGE_CAMERA_MASK) in vk_format_from_android()
1769 struct VkAndroidHardwareBufferUsageANDROID *android_usage = NULL; in radv_GetPhysicalDeviceImageFormatProperties2() local1803 android_usage = (void *)s; in radv_GetPhysicalDeviceImageFormatProperties2()1815 if (android_usage && ahb_supported) { in radv_GetPhysicalDeviceImageFormatProperties2()1817 android_usage->androidHardwareBufferUsage = in radv_GetPhysicalDeviceImageFormatProperties2()