Home
last modified time | relevance | path

Searched defs:Feature (Results 1 – 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/include/platform/
DFeature.h113 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/
Dvalidation_state.h66 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/
Dvalidation_state.h66 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/
Dvalidation_state.h67 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/
DFeature.java13 class Feature extends TaggedRecord class
19 public Feature(String theFeatureTag) in Feature() method in Feature
/third_party/skia/modules/skshaper/include/
DSkShaper.h116 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/
DSubtargetFeature.h208 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()
DMCSubtargetInfo.h112 bool hasFeature(unsigned Feature) const { in hasFeature()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp58 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/
Dvk_physical_device_features.py143 Feature = namedtuple('Feature', 'name vk_type vk_flags') variable
/third_party/protobuf/src/google/protobuf/compiler/
Dcode_generator.h106 enum Feature { enum
Dplugin.proto115 enum Feature { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DJITTargetMachineBuilder.cpp33 for (auto &Feature : FeatureMap) in detectHost() local
/third_party/skia/third_party/externals/libpng/contrib/arm-neon/
Dlinux.c39 StartLine, Feature, Colon, StartTag, Neon, HaveNeon, SkipTag, SkipLine in png_have_neon() enumerator
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_external_memory_acquire_unmodified.adoc203 === Feature subsection
DVK_EXT_swapchain_maintenance1.adoc198 === Feature subsection
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFeatures.h26 enum class Feature { enum
/third_party/rust/crates/env_logger/ci/src/
Dtask.rs4 pub type Feature = &'static str; typedef
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-morx-table.hh847 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/
DSystemZTargetMachine.cpp49 for (auto &Feature : Features) { in UsesVectorABI() local
/third_party/vixl/src/
Dcpu-features.h266 enum Feature { enum
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowOptionalChain.ts543 type Feature = { alias
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerTracePC.h141 size_t Feature = (i * 8 + Bit); in CollectFeatures() local
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
Dmakeindex.py70 class Feature: class
/third_party/EGL/sdk/docs/man/html/
Dmakeindex.py70 class Feature: class

12