Home
last modified time | relevance | path

Searched refs:enabled_features (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/test/
Dscoped_feature_list.cc44 const std::initializer_list<base::Feature>& enabled_features, in InitWithFeatures() argument
46 InitFromCommandLine(GetFeatureString(enabled_features), in InitWithFeatures()
Dscoped_feature_list.h34 const std::initializer_list<base::Feature>& enabled_features,
/external/libchrome/base/metrics/
Dfield_trial.cc192 std::string enabled_features; in AddFeatureAndFieldTrialFlags() local
194 FeatureList::GetInstance()->GetFeatureOverrides(&enabled_features, in AddFeatureAndFieldTrialFlags()
197 if (!enabled_features.empty()) in AddFeatureAndFieldTrialFlags()
198 cmd_line->AppendSwitchASCII(enable_features_switch, enabled_features); in AddFeatureAndFieldTrialFlags()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp165 VkPhysicalDeviceFeatures enabled_features = {}; member
1322 if (!dev_data->enabled_features.independentBlend) { in ValidatePipelineUnlocked()
1342 …if (!dev_data->enabled_features.logicOp && (pPipeline->graphicsPipelineCI.pColorBlendState->logicO… in ValidatePipelineUnlocked()
1419 (!dev_data->enabled_features.depthClamp)) { in ValidatePipelineUnlocked()
1429 (!dev_data->enabled_features.depthBiasClamp)) { in ValidatePipelineUnlocked()
1440 (!dev_data->enabled_features.alphaToOne)) { in ValidatePipelineUnlocked()
1459 (!dev_data->enabled_features.depthBounds)) { in ValidatePipelineUnlocked()
2249 device_data->enabled_features = *enabled_features_found; in CreateDevice()
2251 memset(&device_data->enabled_features, 0, sizeof(VkPhysicalDeviceFeatures)); in CreateDevice()
2317 …if (!dev_data->enabled_features.geometryShader && (stageMask & VK_PIPELINE_STAGE_GEOMETRY_SHADER_B… in ValidateStageMaskGsTsEnables()
[all …]