/third_party/skia/third_party/externals/angle2/include/platform/ |
D | FeaturesVk.h | 28 Feature basicGLLineRasterization = { 36 Feature bresenhamLineRasterization = { 42 Feature provokingVertex = {"provokingVertex", FeatureCategory::VulkanFeatures, 49 Feature forceFallbackFormat = {"forceFallbackFormat", FeatureCategory::VulkanWorkarounds, 55 Feature clampPointSize = { 62 Feature depthClamping = { 67 Feature supportsRenderpass2 = {"supportsRenderpass2", FeatureCategory::VulkanFeatures, 73 Feature supportsIncrementalPresent = { 79 Feature supportsAndroidHardwareBuffer = { 86 Feature supportsGGPFrameToken = {"supportsGGPFrameToken", FeatureCategory::VulkanFeatures, [all …]
|
D | FeaturesGL.h | 29 Feature avoid1BitAlphaTextureFormats = {"avoid_1_bit_alpha_texture_formats", 36 Feature rgba4IsNotSupportedForColorRendering = {"rgba4_is_not_supported_for_color_rendering", 41 Feature allowEtcFormats = {"allow_etc_formats", FeatureCategory::OpenGLWorkarounds, 48 Feature doesSRGBClearsOnLinearFramebufferAttachments = { 60 Feature doWhileGLSLCausesGPUHang = { 68 Feature addBaseVertexToVertexID = { 75 Feature finishDoesNotCauseQueriesToBeAvailable = { 83 Feature alwaysCallUseProgramAfterLink = { 90 Feature unpackOverlappingRowsSeparatelyUnpackBuffer = { 96 Feature packOverlappingRowsSeparatelyPackBuffer = { [all …]
|
D | FeaturesMtl.h | 20 Feature hasBaseVertexInstancedDraw = { 25 Feature hasDepthTextureFiltering = { 30 Feature hasExplicitMemBarrier = {"has_explicit_mem_barrier_mtl", FeatureCategory::MetalFeatures, 34 Feature hasCheapRenderPass = {"has_cheap_render_pass_mtl", FeatureCategory::MetalFeatures, 38 Feature hasNonUniformDispatch = { 43 Feature hasStencilOutput = {"has_shader_stencil_output", FeatureCategory::MetalFeatures, 48 Feature hasTextureSwizzle = {"has_texture_swizzle", FeatureCategory::MetalFeatures, 51 Feature hasDepthAutoResolve = { 55 Feature hasStencilAutoResolve = { 59 Feature hasEvents = {"has_mtl_events", FeatureCategory::MetalFeatures, [all …]
|
D | FeaturesD3D.h | 38 Feature mrtPerfWorkaround = {"mrt_perf_workaround", FeatureCategory::D3DWorkarounds, 42 Feature setDataFasterThanImageUpload = {"set_data_faster_than_image_upload", 53 Feature zeroMaxLodWorkaround = {"zero_max_lod", FeatureCategory::D3DWorkarounds, 60 Feature useInstancedPointSpriteEmulation = { 69 Feature depthStencilBlitExtraCopy = { 78 Feature expandIntegerPowExpressions = { 85 Feature flushAfterEndingTransformFeedback = { 93 Feature getDimensionsIgnoresBaseLevel = { 105 Feature preAddTexelFetchOffsets = { 114 Feature emulateTinyStencilTextures = { [all …]
|
D | Feature.h | 108 struct Feature; 110 using FeatureMap = std::map<std::string, Feature *>; 111 using FeatureList = std::vector<const Feature *>; 113 struct Feature struct 115 Feature(const Feature &other); 116 Feature(const char *name, 121 ~Feature(); 143 inline Feature::Feature(const Feature &other) = default; argument 144 inline Feature::Feature(const char *name, 162 inline Feature::~Feature() = default;
|
D | FrontendFeatures.h | 26 angle::Feature loseContextOnOutOfMemory = { 34 angle::Feature disableProgramCachingForTransformFeedback = { 39 angle::Feature scalarizeVecAndMatConstructorArgs = { 45 angle::Feature disableProgramBinary = { 51 angle::Feature disableAnisotropicFiltering = { 56 angle::Feature allowCompressedFormats = {"allow_compressed_formats", 60 angle::Feature captureLimits = {"enable_capture_limits", 67 angle::Feature enableCompressingPipelineCacheInThreadPool = { 72 angle::Feature forceRobustResourceInit = { 78 angle::Feature forceInitShaderVariables = { [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/include/platform/ |
D | FeaturesGL.h | 29 Feature avoid1BitAlphaTextureFormats = { 36 Feature rgba4IsNotSupportedForColorRendering = { 44 Feature doesSRGBClearsOnLinearFramebufferAttachments = { 57 Feature doWhileGLSLCausesGPUHang = { 64 Feature finishDoesNotCauseQueriesToBeAvailable = { 73 Feature alwaysCallUseProgramAfterLink = { 78 Feature unpackOverlappingRowsSeparatelyUnpackBuffer = { 84 Feature packOverlappingRowsSeparatelyPackBuffer = { 90 Feature initializeCurrentVertexAttributes = { 97 Feature emulateAbsIntFunction = { [all …]
|
D | FeaturesVk.h | 26 Feature basicGLLineRasterization = { 45 Feature flipViewportY = {"flip_viewport_y", FeatureCategory::VulkanFeatures, 50 Feature extraCopyBufferRegion = { 59 Feature forceFallbackFormat = {"force_fallback_format", FeatureCategory::VulkanWorkarounds, 65 Feature clampPointSize = { 74 Feature flushAfterVertexConversion = { 82 Feature supportsIncrementalPresent = { 89 Feature forceCpuPathForCubeMapCopy = { 97 Feature supportsAndroidHardwareBuffer = { 104 Feature supportsExternalMemoryFd = { [all …]
|
D | FeaturesD3D.h | 38 Feature mrtPerfWorkaround = { 42 Feature setDataFasterThanImageUpload = {"set_data_faster_than_image_upload", 53 Feature zeroMaxLodWorkaround = { 60 Feature useInstancedPointSpriteEmulation = { 69 Feature depthStencilBlitExtraCopy = { 78 Feature expandIntegerPowExpressions = { 85 Feature flushAfterEndingTransformFeedback = { 93 Feature getDimensionsIgnoresBaseLevel = { 105 Feature preAddTexelFetchOffsets = { 114 Feature emulateTinyStencilTextures = { [all …]
|
D | Feature.h | 83 struct Feature; 85 using FeatureMap = std::map<std::string, Feature *>; 86 using FeatureList = std::vector<const Feature *>; 88 struct Feature struct 90 Feature(const Feature &other); 91 Feature(const char *name, 96 ~Feature(); 115 inline Feature::Feature(const Feature &other) = default; argument 116 inline Feature::Feature(const char *name, 129 inline Feature::~Feature() = default;
|
D | FrontendFeatures.h | 26 angle::Feature loseContextOnOutOfMemory = { 34 angle::Feature disableProgramCachingForTransformFeedback = { 42 angle::Feature syncFramebufferBindingsOnTexImage = { 48 angle::Feature scalarizeVecAndMatConstructorArgs = {
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Features.cpp | 25 Feature feature; 31 std::array<FeatureEnumAndInfo, static_cast<size_t>(Feature::EnumCount)>; 34 {{Feature::TextureCompressionBC, 38 {Feature::TextureCompressionETC2, 44 {Feature::TextureCompressionASTC, 50 {Feature::ShaderFloat16, 55 {Feature::PipelineStatisticsQuery, 59 {Feature::TimestampQuery, 63 {Feature::DepthClamping, 67 {Feature::Depth24UnormStencil8, [all …]
|
D | Features.h | 26 enum class Feature { enum 49 std::bitset<static_cast<size_t>(Feature::EnumCount)> featuresBitSet; 51 void EnableFeature(Feature feature); 52 bool IsEnabled(Feature feature) const; 57 const char* FeatureEnumToName(Feature feature); 66 Feature FeatureNameToEnum(const char* featureName) const; 71 std::unordered_map<std::string, Feature> mFeatureNameToEnumMap;
|
D | Adapter.cpp | 24 mSupportedFeatures.EnableFeature(Feature::DawnInternalUsages); in AdapterBase() 99 Feature featureEnum = mInstance->FeatureNameToEnum(featureStr); in SupportsAllRequestedFeatures() 100 if (featureEnum == Feature::InvalidEnum) { in SupportsAllRequestedFeatures() 170 Feature featureEnum = mInstance->FeatureNameToEnum(featureStr); in CreateDeviceInternal() 171 DAWN_INVALID_IF(featureEnum == Feature::InvalidEnum, in CreateDeviceInternal()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | features.dart | 17 /// The interface used to determine if a particular [Feature] is enabled. 43 static bool _isEnabled(Feature feature) { 66 const List<Feature> allFeatures = <Feature>[ 74 /// The [Feature] for flutter web. 75 const Feature flutterWebFeature = Feature( 89 /// The [Feature] for macOS desktop. 90 const Feature flutterMacOSDesktopFeature = Feature( 100 /// The [Feature] for Linux desktop. 101 const Feature flutterLinuxDesktopFeature = Feature( 111 /// The [Feature] for Windows desktop. [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSubtargetInfo.cpp | 58 static void ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag() argument 60 assert(SubtargetFeatures::hasFlag(Feature) && in ApplyFeatureFlag() 65 Find(SubtargetFeatures::StripFlag(Feature), FeatureTable); in ApplyFeatureFlag() 69 if (SubtargetFeatures::isEnabled(Feature)) { in ApplyFeatureFlag() 81 errs() << "'" << Feature << "' is not a recognized feature for this target" in ApplyFeatureFlag() 118 for (auto &Feature : FeatTable) in Help() local 119 errs() << format(" %-*s - %s.\n", MaxFeatLen, Feature.Key, Feature.Desc); in Help() 184 for (const std::string &Feature : Features.getFeatures()) { in getFeatures() local 186 if (Feature == "+help") in getFeatures() 188 else if (Feature == "+cpuHelp") in getFeatures() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | SubtargetFeature.h | 208 static bool hasFlag(StringRef Feature) { in hasFlag() argument 209 assert(!Feature.empty() && "Empty string"); in hasFlag() 211 char Ch = Feature[0]; in hasFlag() 217 static std::string StripFlag(StringRef Feature) { in StripFlag() argument 218 return hasFlag(Feature) ? Feature.substr(1) : Feature; in StripFlag() 222 static inline bool isEnabled(StringRef Feature) { in isEnabled() argument 223 assert(!Feature.empty() && "Empty string"); in isEnabled() 225 char Ch = Feature[0]; in isEnabled()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | FeatureTests.cpp | 32 allFeatureNames[i] = FeatureEnumToName(static_cast<dawn_native::Feature>(i)); in GetAllFeatureNames() 38 static_cast<size_t>(dawn_native::Feature::EnumCount); 50 dawn_native::Feature notSupportedFeature = static_cast<dawn_native::Feature>(i); in TEST_F() 70 dawn_native::Feature feature = static_cast<dawn_native::Feature>(i); in TEST_F()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | FeatureList.java | 19 private Feature[] features; 24 features = new Feature[10]; in FeatureList() 28 public void addFeature(Feature feature) in addFeature() 31 Feature[] newFeatures = new Feature[features.length + 5]; in addFeature()
|
D | ScriptList.java | 20 private Feature[] features; 27 features = new Feature[10]; in LangSysRecord() 31 public void addFeature(Feature feature) in addFeature() 34 Feature[] newFeatures = new Feature[features.length + 5]; in addFeature() 166 public void addFeature(String scriptTag, String languageTag, Feature feature) in addFeature()
|
D | CanonGSUBBuilder.java | 246 Feature init = new Feature("init"); in buildArabicTables() 247 Feature medi = new Feature("medi"); in buildArabicTables() 248 Feature fina = new Feature("fina"); in buildArabicTables() 249 Feature liga = new Feature("liga"); in buildArabicTables() 351 public static void addLookups(Feature feature, int[] lookups) in addLookups() 486 Feature ccmp = new Feature("ccmp"); in buildDecompTables()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/ |
D | meson.build | 89 # Feature: sys/queue 94 # Feature: sys/socket, linux/ifaddr, linux/rtnetlink 105 # Feature: ICMP 114 # Feature: stdatomic 119 # Feature: sockaddr.sa_len 129 # Feature: sockaddr_in.sin_len / sockaddr_in6.sin6_len / sockaddr_conn.sconn_len
|
/third_party/python/Lib/msilib/ |
D | schema.py | 79 Feature = Table('Feature') variable 80 Feature.add_field(1,'Feature',11558) 81 Feature.add_field(2,'Feature_Parent',7462) 82 Feature.add_field(3,'Title',8000) 83 Feature.add_field(4,'Description',8191) 84 Feature.add_field(5,'Display',5378) 85 Feature.add_field(6,'Level',1282) 86 Feature.add_field(7,'Directory_',7496) 87 Feature.add_field(8,'Attributes',1282) 580 …uence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImag…
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/arm-neon/ |
D | linux.c | 39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine in png_have_neon() enumerator 64 state = Feature; in png_have_neon() 67 case Feature: in png_have_neon()
|
/third_party/skia/third_party/externals/libpng/contrib/arm-neon/ |
D | linux.c | 39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine in png_have_neon() enumerator 64 state = Feature; in png_have_neon() 67 case Feature: in png_have_neon()
|