Home
last modified time | relevance | path

Searched refs:format_supported_with_usage (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dtu_android.c238 format_supported_with_usage(VkDevice device_h, VkFormat format, in format_supported_with_usage() function
335 result = format_supported_with_usage(device_h, format, imageUsage); in tu_GetSwapchainGrallocUsageANDROID()
359 result = format_supported_with_usage(device_h, format, imageUsage); in tu_GetSwapchainGrallocUsage2ANDROID()
/external/mesa3d/src/intel/vulkan/
Danv_android.c543 format_supported_with_usage(VkDevice device_h, VkFormat format, in format_supported_with_usage() function
652 result = format_supported_with_usage(device_h, format, imageUsage); in anv_GetSwapchainGrallocUsage2ANDROID()
695 result = format_supported_with_usage(device_h, format, imageUsage); in anv_GetSwapchainGrallocUsageANDROID()
/external/mesa3d/docs/relnotes/
D20.0.0.rst3302 - anv/android: make format_supported_with_usage static