Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_layer_utils.h103 static inline bool vk_format_is_color(VkFormat format) { in vk_format_is_color() function
Dimage.cpp530 if (vk_format_is_color(imageFormat)) { in CreateImageView()
545 if (!vk_format_is_color(ivciFormat)) { in CreateImageView()
1366 if (vk_format_is_color(format)) { in GetImageSubresourceLayout()