Searched refs:enabled_features (Results 1 – 4 of 4) sorted by relevance
44 const std::initializer_list<base::Feature>& enabled_features, in InitWithFeatures() argument46 InitFromCommandLine(GetFeatureString(enabled_features), in InitWithFeatures()
34 const std::initializer_list<base::Feature>& enabled_features,
192 std::string enabled_features; in AddFeatureAndFieldTrialFlags() local194 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()
165 VkPhysicalDeviceFeatures enabled_features = {}; member1322 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 …]