Searched defs:featureFlags (Results 1 – 15 of 15) sorted by relevance
19 const VkFormatFeatureFlags& featureFlags = info.fFormatFeatures; in Create() local
201 FT_UShort featureFlags; in gxv_feat_name_validate() local
149 VkExternalMemoryFeatureFlags featureFlags = in SupportsCreateImage() local
383 const VkFormatFeatureFlags featureFlags (formatProperties.optimalTilingFeatures); in iterate() local601 const VkFormatFeatureFlags featureFlags = formatProperties.optimalTilingFeatures; in checkSupport() local
402 const VkFormatFeatureFlags featureFlags = formatProperties.optimalTilingFeatures; in checkImageUsageSupport() local
219 const VkFormatFeatureFlags featureFlags = tiling == VK_IMAGE_TILING_OPTIMAL in checkImageSupport() local
147 HBUINT16 featureFlags; /* Single-bit flags associated with the feature type. */ member
152 HBUINT16 featureFlags; /* Single-bit flags associated with the feature type. */ member
1002 const VkFormatFeatureFlags featureFlags) in checkImageFormatFeatureSupport()
58 const VkFormatFeatureFlags featureFlags = VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT; in getRenderTargetFormat() local
999 bool isUsageMatchesFeatures (const VkImageUsageFlags usage, const VkFormatFeatureFlags featureFlags) in isUsageMatchesFeatures()