Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dvk_format_utils.h169 VK_LAYER_EXPORT uint32_t FormatPlaneCount(VkFormat format);
184 static inline bool FormatIsMultiplane(VkFormat format) { return ((FormatPlaneCount(format)) > 1u); } in FormatIsMultiplane()
Dvk_format_utils.cpp1117 VK_LAYER_EXPORT uint32_t FormatPlaneCount(VkFormat format) { in FormatPlaneCount() function
Dbuffer_validation.cpp149 if (FormatPlaneCount(image_create_info.format) > 2) { in NormalizeSubresourceRange()
660 if (FormatPlaneCount(format) == 1) return false; in VerifyAspectsPresent()
2428 uint32_t planes = FormatPlaneCount(src_image_state->createInfo.format); in CopyImageMultiplaneValidation()
2453 planes = FormatPlaneCount(dst_image_state->createInfo.format); in CopyImageMultiplaneValidation()
4146 if (3 == FormatPlaneCount(format)) { in ValidateImageAspectMask()
5191 if (FormatPlaneCount(img_format) > 2u) { in PreCallValidateGetImageSubresourceLayout()