Home
last modified time | relevance | path

Searched refs:android_usage (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Dvk_format_info.h41 vk_format_from_android(unsigned android_format, unsigned android_usage) in vk_format_from_android() argument
59 if (android_usage & AHARDWAREBUFFER_USAGE_CAMERA_MASK) in vk_format_from_android()
Danv_formats.c1113 VkAndroidHardwareBufferUsageANDROID *android_usage = NULL; in anv_GetPhysicalDeviceImageFormatProperties2() local
1144 android_usage = (void *) s; in anv_GetPhysicalDeviceImageFormatProperties2()
1160 if (ahw_supported && android_usage) { in anv_GetPhysicalDeviceImageFormatProperties2()
1161 android_usage->androidHardwareBufferUsage = in anv_GetPhysicalDeviceImageFormatProperties2()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1413 struct VkAndroidHardwareBufferUsageANDROID *android_usage = NULL; in radv_GetPhysicalDeviceImageFormatProperties2() local
1445 android_usage = (void *) s; in radv_GetPhysicalDeviceImageFormatProperties2()
1456 if (android_usage && ahb_supported) { in radv_GetPhysicalDeviceImageFormatProperties2()
1458 android_usage->androidHardwareBufferUsage = in radv_GetPhysicalDeviceImageFormatProperties2()
Dradv_android.c483 vk_format_from_android(unsigned android_format, unsigned android_usage) in vk_format_from_android() argument
500 if (android_usage & AHARDWAREBUFFER_USAGE_CAMERA_MASK) in vk_format_from_android()