Searched refs:vk_format_is_undef (Results 1 – 1 of 1) sorted by relevance
103 static inline bool vk_format_is_undef(VkFormat format) { return (format == VK_FORMAT_UNDEFINED); } in vk_format_is_undef() function111 return !(vk_format_is_undef(format) || vk_format_is_depth_or_stencil(format)); in vk_format_is_color()