/third_party/flutter/skia/third_party/externals/angle2/include/platform/ |
D | Feature.h | 88 struct Feature struct 102 const FeatureCategory category; argument 115 inline Feature::Feature(const Feature &other) = default; argument
|
/third_party/skia/third_party/externals/angle2/include/platform/ |
D | Feature.h | 113 struct Feature struct 127 const FeatureCategory category; argument 143 inline Feature::Feature(const Feature &other) = default; argument
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.h | 66 struct Feature { struct 67 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width? 68 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width? 69 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration 74 bool variable_pointers = false; 77 bool variable_pointers_storage_buffer = false; 80 bool group_ops_reduce_and_scans = false; 83 bool declare_int8_type = false; 87 bool env_relaxed_block_layout = false; 91 bool use_int8_type = false; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.h | 66 struct Feature { struct 67 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width? 68 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width? 69 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration 74 bool variable_pointers = false; 77 bool variable_pointers_storage_buffer = false; 80 bool group_ops_reduce_and_scans = false; 83 bool declare_int8_type = false; 87 bool env_relaxed_block_layout = false; 91 bool use_int8_type = false; [all …]
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.h | 59 struct Feature { struct 60 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width? 61 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width? 62 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration 67 bool variable_pointers = false; 70 bool variable_pointers_storage_buffer = false;
|
/third_party/skia/modules/skshaper/include/ |
D | SkShaper.h | 96 struct Feature { struct 97 SkFourByteTag tag; 98 uint32_t value; 99 size_t start; // Offset to the start (utf8) element of the run. 100 size_t end; // Offset to one past the last (utf8) element of the run.
|
/third_party/grpc/examples/cpp/route_guide/ |
D | helper.h | 26 class Feature; variable
|
/third_party/boost/boost/accumulators/framework/ |
D | extractor.hpp | 202 #define BOOST_ACCUMULATORS_MAKE_FEATURE(Tag, Feature, ParamsSeq) … argument 211 #define BOOST_ACCUMULATORS_DEFINE_EXTRACTOR_FUN_IMPL(z, n, Tag, Feature, ParamsSeq) … argument 241 #define BOOST_ACCUMULATORS_DEFINE_EXTRACTOR(Tag, Feature, ParamSeq) … argument
|
/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() 217 static std::string StripFlag(StringRef Feature) { in StripFlag() 222 static inline bool isEnabled(StringRef Feature) { in isEnabled()
|
/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() 118 for (auto &Feature : FeatTable) in Help() local 184 for (const std::string &Feature : Features.getFeatures()) { in getFeatures() local 248 FeatureBitset MCSubtargetInfo::ToggleFeature(StringRef Feature) { in ToggleFeature()
|
/third_party/grpc/examples/ruby/lib/ |
D | route_guide_pb.rb | 34 Feature = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Feature").msgclass constant
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | code_generator.h | 106 enum Feature { enum
|
D | plugin.proto | 115 enum Feature { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.cpp | 33 for (auto &Feature : FeatureMap) in detectHost() local
|
/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
|
/third_party/libpng/contrib/arm-neon/ |
D | linux.c | 39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine in png_have_neon() enumerator
|
/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
|
/third_party/grpc/examples/python/multiplex/ |
D | route_guide_pb2.py | 256 Feature = _reflection.GeneratedProtocolMessageType('Feature', (_message.Message,), dict( variable
|
/third_party/grpc/examples/python/route_guide/ |
D | route_guide_pb2.py | 256 Feature = _reflection.GeneratedProtocolMessageType('Feature', (_message.Message,), dict( variable
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Features.h | 26 enum class Feature { enum
|
/third_party/grpc/examples/protos/ |
D | route_guide.proto | 77 message Feature { message
|
/third_party/harfbuzz/src/ |
D | hb-aat-layout-morx-table.hh | 830 struct Feature struct 832 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 839 HBUINT16 featureType; /* The type of feature. */ 840 HBUINT16 featureSetting; /* The feature's setting (aka selector). */ 841 HBUINT32 enableFlags; /* Flags for the settings that this feature 843 HBUINT32 disableFlags; /* Complement of flags for the settings that this
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-morx-table.hh | 830 struct Feature struct 832 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 839 HBUINT16 featureType; /* The type of feature. */ 840 HBUINT16 featureSetting; /* The feature's setting (aka selector). */ 841 HBUINT32 enableFlags; /* Flags for the settings that this feature 843 HBUINT32 disableFlags; /* Complement of flags for the settings that this
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout-morx-table.hh | 847 struct Feature struct 849 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 856 HBUINT16 featureType; /* The type of feature. */ 857 HBUINT16 featureSetting; /* The feature's setting (aka selector). */ 858 HBUINT32 enableFlags; /* Flags for the settings that this feature 860 HBUINT32 disableFlags; /* Complement of flags for the settings that this
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 49 for (auto &Feature : Features) { in UsesVectorABI() local
|