Home
last modified time | relevance | path

Searched refs:features_ (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp282 features_.declare_int16_type = true; in RegisterCapability()
286 features_.declare_float16_type = true; in RegisterCapability()
292 features_.declare_int16_type = true; in RegisterCapability()
293 features_.declare_float16_type = true; in RegisterCapability()
294 features_.free_fp_rounding_mode = true; in RegisterCapability()
297 features_.variable_pointers = true; in RegisterCapability()
298 features_.variable_pointers_storage_buffer = true; in RegisterCapability()
301 features_.variable_pointers_storage_buffer = true; in RegisterCapability()
Dvalidation_state.h327 const Feature& features() const { return features_; } in features()
418 Feature features_; variable
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp88 lastValue_(), commentsBefore_(), features_(Features::all()), in Reader()
93 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in Reader()
119 if (!features_.allowComments_) { in parse()
140 if (features_.strictRoot_) { in parse()
209 if (features_.allowDroppedNullPlaceholders_) { in readValue()
234 if (features_.allowComments_) { in skipCommentTokens()
466 } else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) { in readObject()
1001 OurFeatures const features_; member in Json::OurReader
1019 features_(features), collectComments_(false) {} in OurReader()
1023 if (!features_.allowComments_) { in parse()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp174 features_.env_relaxed_block_layout = true;
179 features_.env_allow_localsizeid = !spvIsVulkanEnv(env);
196 UpdateFeaturesBasedOnSpirvVersion(&features_, version_);
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_.declare_int16_type = true; in RegisterCapability()
[all …]
Dvalidation_state.h479 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_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp174 features_.env_relaxed_block_layout = true;
179 features_.env_allow_localsizeid = !spvIsVulkanEnv(env);
196 UpdateFeaturesBasedOnSpirvVersion(&features_, version_);
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_.declare_int16_type = true; in RegisterCapability()
[all …]
Dvalidation_state.h479 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_; variable
/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp276 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_) { in readObject()
1216 OurFeatures const features_; member in Json::OurReader
1226 features_(features), collectComments_() { in OurReader()
1233 if (!features_.allowComments_) { in parse()
[all …]
Djson.h1489 Features features_; variable
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
Dhb-aots-tester.cpp31 hb_feature_t *features_, in TestData()
34 features(features_), num_features(num_features_) in TestData()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp261 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_) { in readObject()
1236 OurFeatures const features_; member in Json::OurReader
1244 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in OurReader()
1251 if (!features_.allowComments_) { in parse()
[all …]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp261 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_) { in readObject()
1236 OurFeatures const features_; member in Json::OurReader
1244 lastValue_(), commentsBefore_(), features_(features), collectComments_() { in OurReader()
1251 if (!features_.allowComments_) { in parse()
[all …]
/third_party/jsoncpp/include/json/
Dreader.h240 Features features_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h1438 Features features_; variable
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h1438 Features features_; variable
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp42749 …PhysicalDeviceFeatures2( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures features_ = {} ) VULKAN_HPP_… in PhysicalDeviceFeatures2()
42750 : features( features_ )
42776 … setFeatures( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures const & features_ ) VULKAN_HPP_NOEXCEPT in setFeatures()
42778 features = features_; in setFeatures()