Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_android.c117 vk_format_from_android(unsigned android_format, unsigned android_usage) in vk_format_from_android() argument
135 if (android_usage & BUFFER_USAGE_CAMERA_MASK) in vk_format_from_android()
Danv_formats.c1388 VkAndroidHardwareBufferUsageANDROID *android_usage = NULL; in anv_GetPhysicalDeviceImageFormatProperties2() local
1420 android_usage = (void *) s; in anv_GetPhysicalDeviceImageFormatProperties2()
1436 if (ahw_supported && android_usage) { in anv_GetPhysicalDeviceImageFormatProperties2()
1437 android_usage->androidHardwareBufferUsage = in anv_GetPhysicalDeviceImageFormatProperties2()
Danv_private.h3430 vk_format_from_android(unsigned android_format, unsigned android_usage);
/third_party/mesa3d/src/amd/vulkan/
Dradv_android.c390 vk_format_from_android(unsigned android_format, unsigned android_usage) in vk_format_from_android() argument
407 if (android_usage & BUFFER_USAGE_CAMERA_MASK) in vk_format_from_android()
Dradv_formats.c1769 struct VkAndroidHardwareBufferUsageANDROID *android_usage = NULL; in radv_GetPhysicalDeviceImageFormatProperties2() local
1803 android_usage = (void *)s; in radv_GetPhysicalDeviceImageFormatProperties2()
1815 if (android_usage && ahb_supported) { in radv_GetPhysicalDeviceImageFormatProperties2()
1817 android_usage->androidHardwareBufferUsage = in radv_GetPhysicalDeviceImageFormatProperties2()