| /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/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/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/spirv-tools/source/val/ |
| D | validation_state.h | 67 struct Feature { struct 68 bool declare_int16_type = false; // Allow OpTypeInt with 16 bit width? 69 bool declare_float16_type = false; // Allow OpTypeFloat with 16 bit width? 70 bool free_fp_rounding_mode = false; // Allow the FPRoundingMode decoration 76 bool variable_pointers = false; 79 bool group_ops_reduce_and_scans = false; 82 bool declare_int8_type = false; 86 bool env_relaxed_block_layout = false; 90 bool use_int8_type = false; 94 bool select_between_composites = false; [all …]
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| D | Feature.java | 13 class Feature extends TaggedRecord class 19 public Feature(String theFeatureTag) in Feature() method in Feature
|
| /third_party/skia/modules/skshaper/include/ |
| D | SkShaper.h | 116 struct Feature { struct 117 SkFourByteTag tag; 118 uint32_t value; 119 size_t start; // Offset to the start (utf8) element of the run. 120 size_t end; // Offset to one past the last (utf8) element of the run.
|
| /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()
|
| D | MCSubtargetInfo.h | 112 bool hasFeature(unsigned Feature) const { in hasFeature()
|
| /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/mesa3d/src/vulkan/runtime/ |
| D | vk_physical_device_features.py | 143 Feature = namedtuple('Feature', 'name vk_type vk_flags') variable
|
| /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/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/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| D | VK_EXT_external_memory_acquire_unmodified.adoc | 203 === Feature subsection
|
| D | VK_EXT_swapchain_maintenance1.adoc | 198 === Feature subsection
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Features.h | 26 enum class Feature { enum
|
| /third_party/rust/crates/env_logger/ci/src/ |
| D | task.rs | 4 pub type Feature = &'static str; typedef
|
| /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
|
| /third_party/vixl/src/ |
| D | cpu-features.h | 266 enum Feature { enum
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | controlFlowOptionalChain.ts | 543 type Feature = { alias
|
| /third_party/json/tests/thirdparty/Fuzzer/ |
| D | FuzzerTracePC.h | 141 size_t Feature = (i * 8 + Bit); in CollectFeatures() local
|
| /third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
| D | makeindex.py | 70 class Feature: class
|
| /third_party/EGL/sdk/docs/man/html/ |
| D | makeindex.py | 70 class Feature: class
|