Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c81 tu6_format_color_unchecked(VkFormat vk_format, enum a6xx_tile_mode tile_mode) in tu6_format_color_unchecked() function
105 return tu6_format_color_unchecked(vk_format, TILE6_LINEAR).fmt != FMT6_NONE; in tu6_format_color_supported()
111 struct tu_native_format fmt = tu6_format_color_unchecked(vk_format, tile_mode); in tu6_format_color()