Home | History | Annotate | Download | only in vulkan

Lines Matching refs:vk_format

46 #include "vk_format.h"
295 static unsigned si_choose_spi_color_format(VkFormat vk_format,
299 const struct vk_format_description *desc = vk_format_description(vk_format);
310 format = radv_translate_colorformat(vk_format);
311 ntype = radv_translate_color_numformat(vk_format, desc,
312 vk_format_get_first_non_void_channel(vk_format));
313 swap = radv_translate_colorswap(vk_format, false);