Searched refs:android_usage (Results 1 – 4 of 4) sorted by relevance
41 vk_format_from_android(unsigned android_format, unsigned android_usage) in vk_format_from_android() argument59 if (android_usage & AHARDWAREBUFFER_USAGE_CAMERA_MASK) in vk_format_from_android()
1113 VkAndroidHardwareBufferUsageANDROID *android_usage = NULL; in anv_GetPhysicalDeviceImageFormatProperties2() local1144 android_usage = (void *) s; in anv_GetPhysicalDeviceImageFormatProperties2()1160 if (ahw_supported && android_usage) { in anv_GetPhysicalDeviceImageFormatProperties2()1161 android_usage->androidHardwareBufferUsage = in anv_GetPhysicalDeviceImageFormatProperties2()
1413 struct VkAndroidHardwareBufferUsageANDROID *android_usage = NULL; in radv_GetPhysicalDeviceImageFormatProperties2() local1445 android_usage = (void *) s; in radv_GetPhysicalDeviceImageFormatProperties2()1456 if (android_usage && ahb_supported) { in radv_GetPhysicalDeviceImageFormatProperties2()1458 android_usage->androidHardwareBufferUsage = in radv_GetPhysicalDeviceImageFormatProperties2()
483 vk_format_from_android(unsigned android_format, unsigned android_usage) in vk_format_from_android() argument500 if (android_usage & AHARDWAREBUFFER_USAGE_CAMERA_MASK) in vk_format_from_android()