/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A 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 …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/ |
H A 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 …]
|
/aosp_15_r20/external/deqp-deps/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 …]
|
/aosp_15_r20/external/cronet/base/ |
H A D | feature_list.h | 101 struct BASE_EXPORT LOGICALLY_CONST Feature { struct 102 constexpr Feature(const char* name, FeatureState default_state) in Feature() argument 117 Feature& operator=(const Feature&) = delete; argument 128 const FeatureState default_state; argument 154 // not, via a DcheckIsFatal feature. We define the Feature here since it is argument
|
/aosp_15_r20/frameworks/av/media/libmedia/include/media/ |
H A D | CodecCapabilitiesUtils.h | 45 struct Feature { struct 50 Feature(std::string name, int value, bool def, bool internal) { in Feature() function 56 Feature(std::string name, int value, bool def) : in Feature() argument
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | SubtargetFeature.cpp | 32 static inline bool hasFlag(StringRef Feature) { in hasFlag() 42 static inline std::string StripFlag(StringRef Feature) { in StripFlag() 48 static inline bool isEnabled(StringRef Feature) { in isEnabled() 109 for (auto &Feature : FeatTable) in Help() local 166 SubtargetFeatures::ToggleFeature(FeatureBitset &Bits, StringRef Feature, in ToggleFeature() 191 void SubtargetFeatures::ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag() 266 for (auto &Feature : Features) { in getFeatureBits() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/cpu/ |
D | intel.rs | 20 pub(crate) struct Feature { struct 25 impl Feature { implementation
|
D | arm.rs | 184 pub(crate) struct Feature { struct 188 impl Feature { argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | sparse_cross_op.cc | 116 int64_t SparseTensorColumn<int64_t>::Feature(int64_t batch, int64_t n, in Feature() function in tensorflow::__anonad3ebfaf0111::SparseTensorColumn 125 int64_t KeyedSparseTensorColumn<int64_t>::Feature(int64_t batch, int64_t n, in Feature() function in tensorflow::__anonad3ebfaf0111::KeyedSparseTensorColumn 146 tstring SparseTensorColumn<tstring>::Feature(int64_t batch, int64_t n, in Feature() function in tensorflow::__anonad3ebfaf0111::SparseTensorColumn 155 tstring KeyedSparseTensorColumn<tstring>::Feature(int64_t batch, int64_t n, in Feature() function in tensorflow::__anonad3ebfaf0111::KeyedSparseTensorColumn 164 StringPiece SparseTensorColumn<StringPiece>::Feature(int64_t batch, int64_t n, in Feature() function in tensorflow::__anonad3ebfaf0111::SparseTensorColumn 171 StringPiece KeyedSparseTensorColumn<StringPiece>::Feature( in Feature() function in tensorflow::__anonad3ebfaf0111::KeyedSparseTensorColumn 222 int64_t DenseTensorColumn<int64_t>::Feature(int64_t batch, int64_t n, in Feature() function in tensorflow::__anonad3ebfaf0111::DenseTensorColumn 230 int64_t KeyedDenseTensorColumn<int64_t>::Feature(int64_t batch, int64_t n, in Feature() function in tensorflow::__anonad3ebfaf0111::KeyedDenseTensorColumn 248 tstring DenseTensorColumn<tstring>::Feature(int64_t batch, int64_t n, in Feature() function in tensorflow::__anonad3ebfaf0111::DenseTensorColumn 255 tstring KeyedDenseTensorColumn<tstring>::Feature(int64_t batch, int64_t n, in Feature() function in tensorflow::__anonad3ebfaf0111::KeyedDenseTensorColumn [all …]
|
/aosp_15_r20/external/skia/modules/skshaper/include/ |
H A D | SkShaper.h | 104 struct Feature { struct 105 SkFourByteTag tag; 106 uint32_t value; 107 size_t start; // Offset to the start (utf8) element of the run. 108 size_t end; // Offset to one past the last (utf8) element of the run.
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/ |
D | feature_list.h | 38 struct BASE_EXPORT Feature { struct 46 const FeatureState default_state; argument 51 // not, via a DcheckIsFatal feature. We define the Feature here since it is argument
|
/aosp_15_r20/external/libchrome/base/ |
H A D | feature_list.h | 35 struct BASE_EXPORT Feature { struct 43 const FeatureState default_state; argument 48 // not, via a DcheckIsFatal feature. We define the Feature here since it is argument
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/ |
D | feature_list.h | 38 struct BASE_EXPORT Feature { struct 46 const FeatureState default_state; argument 51 // not, via a DcheckIsFatal feature. We define the Feature here since it is argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCSubtargetInfo.cpp | 59 static void ApplyFeatureFlag(FeatureBitset &Bits, StringRef Feature, in ApplyFeatureFlag() 119 for (auto &Feature : FeatTable) in Help() local 196 for (const std::string &Feature : Features.getFeatures()) { in getFeatures() local 268 FeatureBitset MCSubtargetInfo::ToggleFeature(StringRef Feature) { in ToggleFeature()
|
/aosp_15_r20/hardware/interfaces/biometrics/face/1.0/default/ |
H A D | BiometricsFace.cpp | 57 const hidl_vec<Feature>& /* disabledFeatures */) { in enroll() 67 Return<Status> BiometricsFace::setFeature(Feature /* feature */, bool /* enabled */, in setFeature() argument 74 Return<void> BiometricsFace::getFeature(Feature /* feature */, uint32_t /* faceId */, in getFeature() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TargetParser/ |
D | SubtargetFeature.h | 201 static bool hasFlag(StringRef Feature) { in hasFlag() 210 static StringRef StripFlag(StringRef Feature) { in StripFlag() 215 static inline bool isEnabled(StringRef Feature) { in isEnabled()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TargetParser/ |
D | SubtargetFeature.h | 201 static bool hasFlag(StringRef Feature) { in hasFlag() 210 static StringRef StripFlag(StringRef Feature) { in StripFlag() 215 static inline bool isEnabled(StringRef Feature) { in isEnabled()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TargetParser/ |
D | SubtargetFeature.h | 201 static bool hasFlag(StringRef Feature) { in hasFlag() 210 static StringRef StripFlag(StringRef Feature) { in StripFlag() 215 static inline bool isEnabled(StringRef Feature) { in isEnabled()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TargetParser/ |
D | SubtargetFeature.h | 201 static bool hasFlag(StringRef Feature) { in hasFlag() 210 static StringRef StripFlag(StringRef Feature) { in StripFlag() 215 static inline bool isEnabled(StringRef Feature) { in isEnabled()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | SubtargetFeature.h | 208 static bool hasFlag(StringRef Feature) { in hasFlag() 217 static StringRef StripFlag(StringRef Feature) { in StripFlag() 222 static inline bool isEnabled(StringRef Feature) { in isEnabled()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A 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()
|
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/platform/java/android/app/ondeviceintelligence/ |
H A D | Feature.java | 36 public final class Feature implements Parcelable { class 47 /* package-private */ Feature( in Feature() method in Feature 154 /* package-private */ Feature(@NonNull Parcel in) { in Feature() method in Feature
|
/aosp_15_r20/frameworks/base/packages/NeuralNetworks/framework/module/java/android/app/ondeviceintelligence/ |
H A D | Feature.java | 38 public final class Feature implements Parcelable { class 49 /* package-private */ Feature( in Feature() method in Feature 155 /* package-private */ Feature(@NonNull Parcel in) { in Feature() method in Feature
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | plugin.rs | 1108 pub enum Feature { enum 1115 impl crate::Enum for Feature { implementation 1122 fn from_i32(value: i32) -> ::std::option::Option<Feature> { in from_i32() 1136 impl crate::EnumFull for Feature { implementation 1148 impl ::std::default::Default for Feature { implementation 1154 impl Feature { impl
|