Searched refs:ch_feat_intersection (Results 1 – 1 of 1) sorted by relevance
315 uint32_t ch_feat_intersection = 0; in Probe() local318 ch_feat_intersection = features_[1].supported_; in Probe()321 ch_feat_intersection &= features_[i].supported_; in Probe()342 ((ch_feat_union ^ ch_feat_intersection) & kUniformControls)) { // Check #2 in Probe()346 id(), features_[0].supported_, ch_feat_union, ch_feat_intersection); in Probe()352 ch_feat_ = ch_feat_intersection & kUniformControls; in Probe()
Completed in 16 milliseconds