Searched refs:GetPDFormatProperties (Results 1 – 3 of 3) sorted by relevance
3737 VkFormatProperties format_properties = GetPDFormatProperties(image_state->createInfo.format); in ValidateImageFormatFeatureFlags()3845 const VkFormatProperties format_properties = GetPDFormatProperties(pCreateInfo->format); in ValidateBufferViewBuffer()4356 VkFormatProperties format_properties = GetPDFormatProperties(view_format); in PreCallValidateCreateImageView()
514 VkFormatProperties GetPDFormatProperties(const VkFormat format);
4988 VkFormatProperties CoreChecks::GetPDFormatProperties(const VkFormat format) { in GetPDFormatProperties() function in CoreChecks