Lines Matching full:vk_format_table
43 static const VULKAN_FORMAT_INFO vk_format_table[VK_FORMAT_RANGE_SIZE] = {
554 VkFormatCompatibilityClass vk_format_get_compatibility_class(VkFormat format) { return vk_format_table[format].format_class; }
557 size_t vk_format_get_size(VkFormat format) { return vk_format_table[format].size; }
560 unsigned int vk_format_get_channel_count(VkFormat format) { return vk_format_table[format].channel_count; }