Searched defs:featureFlags (Results 1 – 10 of 10) sorted by relevance
21 const VkFormatFeatureFlags& featureFlags = info.fExternalFormatFeatures; in Create() local
19 const VkFormatFeatureFlags& featureFlags = info.fFormatFeatures; in Create() local
201 FT_UShort featureFlags; in gxv_feat_name_validate() local
383 const VkFormatFeatureFlags featureFlags (formatProperties.optimalTilingFeatures); in iterate() local601 const VkFormatFeatureFlags featureFlags = formatProperties.optimalTilingFeatures; in checkSupport() local
357 const VkFormatFeatureFlags featureFlags = formatProperties.optimalTilingFeatures; in checkImageUsageSupport() local
217 const VkFormatFeatureFlags featureFlags = tiling == VK_IMAGE_TILING_OPTIMAL in checkImageSupport() local
147 HBUINT16 featureFlags; /* Single-bit flags associated with the feature type. */ member
1002 const VkFormatFeatureFlags featureFlags) in checkImageFormatFeatureSupport()
56 const VkFormatFeatureFlags featureFlags = VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT; in getRenderTargetFormat() local
803 bool isUsageMatchesFeatures (const VkImageUsageFlags usage, const VkFormatFeatureFlags featureFlags) in isUsageMatchesFeatures()