Searched refs:FormatPlaneCount (Results 1 – 3 of 3) sorted by relevance
168 VK_LAYER_EXPORT uint32_t FormatPlaneCount(VkFormat format);181 static inline bool FormatIsMultiplane(VkFormat format) { return ((FormatPlaneCount(format)) > 1u); } in FormatIsMultiplane()
1117 VK_LAYER_EXPORT uint32_t FormatPlaneCount(VkFormat format) { in FormatPlaneCount() function
307 if (FormatPlaneCount(image_state->createInfo.format) > 2) { in SetImageLayout()675 if (FormatPlaneCount(format) == 1) return false; in VerifyAspectsPresent()1087 if (FormatPlaneCount(image_create_info->format) > 2) { in TransitionImageLayouts()2396 uint32_t planes = FormatPlaneCount(src_image_state->createInfo.format); in CopyImageMultiplaneValidation()2421 planes = FormatPlaneCount(dst_image_state->createInfo.format); in CopyImageMultiplaneValidation()4033 if (3 == FormatPlaneCount(format)) { in ValidateImageAspectMask()5089 if (FormatPlaneCount(img_format) > 2u) { in PreCallValidateGetImageSubresourceLayout()