/third_party/vixl/src/ |
H A D | cpu-features.cc | 43 all.features_.set(); in All() 68 features_ |= other.features_; in Combine() 72 if (feature != CPUFeatures::kNone) features_.set(feature); in Combine() 76 features_ &= ~other.features_; in Remove() 80 if (feature != CPUFeatures::kNone) features_.reset(feature); in Remove() 84 return (features_ & other.features_) == other.features_; in Has() [all...] |
H A D | cpu-features.h | 297 CPUFeatures() : features_{} {} in CPUFeatures() 301 CPUFeatures(T first, U... others) : features_{} { in CPUFeatures() 407 std::bitset<kNumberOfFeatures> features_; member in vixl::CPUFeatures
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validation_state.cpp | 174 features_.env_relaxed_block_layout = true; in max_num_of_warnings_() 179 features_.env_allow_localsizeid = !spvIsVulkanEnv(env); in max_num_of_warnings_() 196 UpdateFeaturesBasedOnSpirvVersion(&features_, version_); in max_num_of_warnings_() 356 features_.group_ops_reduce_and_scans = true; in RegisterCapability() 359 features_.use_int8_type = true; in RegisterCapability() 360 features_.declare_int8_type = true; in RegisterCapability() 366 features_.declare_int8_type = true; in RegisterCapability() 369 features_.declare_int16_type = true; in RegisterCapability() 373 features_.declare_float16_type = true; in RegisterCapability() 380 features_ in RegisterCapability() [all...] |
H A D | validation_state.h | 479 return features_.env_relaxed_block_layout || options()->relax_block_layout; in IsRelaxedBlockLayout() 485 return features_.env_allow_localsizeid || options()->allow_localsizeid; in IsLocalSizeIdAllowed() 521 const Feature& features() const { return features_; } in features() 852 Feature features_; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validation_state.cpp | 174 features_.env_relaxed_block_layout = true; in max_num_of_warnings_() 179 features_.env_allow_localsizeid = !spvIsVulkanEnv(env); in max_num_of_warnings_() 196 UpdateFeaturesBasedOnSpirvVersion(&features_, version_); in max_num_of_warnings_() 356 features_.group_ops_reduce_and_scans = true; in RegisterCapability() 359 features_.use_int8_type = true; in RegisterCapability() 360 features_.declare_int8_type = true; in RegisterCapability() 366 features_.declare_int8_type = true; in RegisterCapability() 369 features_.declare_int16_type = true; in RegisterCapability() 373 features_.declare_float16_type = true; in RegisterCapability() 380 features_ in RegisterCapability() [all...] |
H A D | validation_state.h | 479 return features_.env_relaxed_block_layout || options()->relax_block_layout; in IsRelaxedBlockLayout() 485 return features_.env_allow_localsizeid || options()->allow_localsizeid; in IsLocalSizeIdAllowed() 521 const Feature& features() const { return features_; } in features() 852 Feature features_; member
|
/third_party/spirv-tools/source/val/ |
H A D | validation_state.cpp | 180 features_.env_relaxed_block_layout = true; in max_num_of_warnings_() 190 features_.env_allow_localsizeid = false; in max_num_of_warnings_() 193 features_.env_allow_localsizeid = true; in max_num_of_warnings_() 212 UpdateFeaturesBasedOnSpirvVersion(&features_, version_); in max_num_of_warnings_() 377 features_.group_ops_reduce_and_scans = true; in RegisterCapability() 380 features_.use_int8_type = true; in RegisterCapability() 381 features_.declare_int8_type = true; in RegisterCapability() 387 features_.declare_int8_type = true; in RegisterCapability() 390 features_.declare_int16_type = true; in RegisterCapability() 394 features_ in RegisterCapability() [all...] |
H A D | validation_state.h | 520 return features_.env_relaxed_block_layout || options()->relax_block_layout; in IsRelaxedBlockLayout() 526 return features_.env_allow_localsizeid || options()->allow_localsizeid; in IsLocalSizeIdAllowed() 562 const Feature& features() const { return features_; } in features() 928 Feature features_; member
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/ |
H A D | hb-aots-tester.cpp | 31 hb_feature_t *features_, in TestData() 34 features(features_), num_features(num_features_) in TestData()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | executor_test.cc | 42 features_ = features; 48 const std::vector<std::string>& GetFeatures() const { return features_; } in GetFeatures() 195 std::vector<std::string> features_; member in amber::vkscript::__anon27517::EngineStub
|
/third_party/protobuf/conformance/third_party/jsoncpp/ |
H A D | jsoncpp.cpp | 276 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader() 281 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader() 309 if (!features_.allowComments_) { in parse() 331 if (features_.strictRoot_) { in parse() 406 if (features_.allowDroppedNullPlaceholders_) { in readValue() 432 if (features_.allowComments_) { in skipCommentTokens() 664 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { 1216 OurFeatures const features_; 1226 features_(features), collectComments_() { 1233 if (!features_ [all...] |
H A D | json.h | 1489 Features features_; member in Json::Reader
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 261 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader() 266 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader() 294 if (!features_.allowComments_) { in parse() 316 if (features_.strictRoot_) { in parse() 391 if (features_.allowDroppedNullPlaceholders_) { in readValue() 417 if (features_.allowComments_) { in skipCommentTokens() 649 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { 1236 OurFeatures const features_; 1244 lastValue_(), commentsBefore_(), features_(features), collectComments_() { 1251 if (!features_ [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 261 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader() 266 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader() 294 if (!features_.allowComments_) { in parse() 316 if (features_.strictRoot_) { in parse() 391 if (features_.allowDroppedNullPlaceholders_) { in readValue() 417 if (features_.allowComments_) { in skipCommentTokens() 649 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { 1236 OurFeatures const features_; 1244 lastValue_(), commentsBefore_(), features_(features), collectComments_() { 1251 if (!features_ [all...] |
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
H A D | jsoncpp.cpp | 261 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader() 266 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader() 294 if (!features_.allowComments_) { in parse() 316 if (features_.strictRoot_) { in parse() 391 if (features_.allowDroppedNullPlaceholders_) { in readValue() 417 if (features_.allowComments_) { in skipCommentTokens() 649 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { 1236 OurFeatures const features_; 1244 lastValue_(), commentsBefore_(), features_(features), collectComments_() { 1251 if (!features_ [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector.h | 390 return features_.Contains(feature); in IsSupported() 729 Features features_; member in v8::internal::compiler::final
|
H A D | instruction-selector.cc | 56 features_(features), in InstructionSelector()
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 1438 Features features_; member in Json::Reader
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 1438 Features features_; member in Json::Reader
|
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 1438 Features features_; member in Json::Reader
|
/third_party/vixl/test/aarch64/ |
H A D | test-cpu-features-aarch64.cc | 48 features_(features), in CPUFeaturesTest() 55 RunWithFeatures(features_); in Run() 63 for (CPUFeatures::const_iterator it = features_.begin(); in Run() 64 it != features_.end(); in Run() 67 CPUFeatures reduced = features_.Without(*it); in Run() 76 std::cerr << " // Requires: {" << features_ << "}\n"; in Run() local 92 VIXL_CHECK(auditor_.GetSeenFeatures() == features_); in Run() 101 CPUFeatures features_; member in vixl::aarch64::CPUFeaturesTest 126 if (auditor_.GetInstructionFeatures() != features_) { in RunWithFeatures() 128 features_ in RunWithFeatures() [all...] |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |