Home
last modified time | relevance | path

Searched defs:featureFlags (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp19 const VkFormatFeatureFlags& featureFlags = info.fFormatFeatures; in Create() local
/third_party/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp19 const VkFormatFeatureFlags& featureFlags = info.fFormatFeatures; in Create() local
/third_party/freetype/src/gxvalid/
Dgxvfeat.c201 FT_UShort featureFlags; in gxv_feat_name_validate() local
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvfeat.c201 FT_UShort featureFlags; in gxv_feat_name_validate() local
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvfeat.c201 FT_UShort featureFlags; in gxv_feat_name_validate() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/
DMemoryServiceDmaBuf.cpp149 VkExternalMemoryFeatureFlags featureFlags = in SupportsCreateImage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFilteringTests.cpp383 const VkFormatFeatureFlags featureFlags (formatProperties.optimalTilingFeatures); in iterate() local
601 const VkFormatFeatureFlags featureFlags = formatProperties.optimalTilingFeatures; in checkSupport() local
DvktYCbCrViewTests.cpp402 const VkFormatFeatureFlags featureFlags = formatProperties.optimalTilingFeatures; in checkImageUsageSupport() local
DvktYCbCrUtil.cpp219 const VkFormatFeatureFlags featureFlags = tiling == VK_IMAGE_TILING_OPTIMAL in checkImageSupport() local
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-feat-table.hh147 HBUINT16 featureFlags; /* Single-bit flags associated with the feature type. */ member
/third_party/harfbuzz/src/
Dhb-aat-layout-feat-table.hh152 HBUINT16 featureFlags; /* Single-bit flags associated with the feature type. */ member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-feat-table.hh152 HBUINT16 featureFlags; /* Single-bit flags associated with the feature type. */ member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp1002 const VkFormatFeatureFlags featureFlags) in checkImageFormatFeatureSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp58 const VkFormatFeatureFlags featureFlags = VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT; in getRenderTargetFormat() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp999 bool isUsageMatchesFeatures (const VkImageUsageFlags usage, const VkFormatFeatureFlags featureFlags) in isUsageMatchesFeatures()