Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1935 const VkFormatFeatureFlags notAllowedFeatures = VK_FORMAT_FEATURE_DISJOINT_BIT; in formatProperties() local
1966 if ((supported & notAllowedFeatures) != 0) in formatProperties()
1969 << " has: " << getFormatFeatureFlagsStr(supported & notAllowedFeatures) in formatProperties()