Searched refs:GetPDFormatProperties (Results 1 – 3 of 3) sorted by relevance
3798 VkFormatProperties format_properties = GetPDFormatProperties(image_state->createInfo.format); in ValidateImageFormatFeatureFlags()3903 const VkFormatProperties format_properties = GetPDFormatProperties(pCreateInfo->format); in ValidateBufferViewBuffer()4443 VkFormatProperties format_properties = GetPDFormatProperties(view_format); in PreCallValidateCreateImageView()
1110 VkFormatProperties GetPDFormatProperties(const VkFormat format) const;
4965 VkFormatProperties CoreChecks::GetPDFormatProperties(const VkFormat format) const { in GetPDFormatProperties() function in CoreChecks