Searched refs:pipeline_statistics_query (Results 1 – 5 of 5) sorted by relevance
390 pub pipeline_statistics_query: bool, field2443 if self.pipeline_statistics_query { in check_requirements()2444 if !supported.pipeline_statistics_query { in check_requirements()4412 pipeline_statistics_query: false, in empty()4788 pipeline_statistics_query: true, in all()5213 || (self.pipeline_statistics_query && other.pipeline_statistics_query) in intersects()5695 && (self.pipeline_statistics_query || !other.pipeline_statistics_query) in contains()6262 pipeline_statistics_query: self.pipeline_statistics_query in union()6263 || other.pipeline_statistics_query, in union()6922 pipeline_statistics_query: self.pipeline_statistics_query in intersection()[all …]
66 if !device.enabled_features().pipeline_statistics_query { in new()
494 && !device.enabled_features().pipeline_statistics_query in validate_begin()
410 && !device.enabled_features().pipeline_statistics_query in validate_begin()
8664 pub pipeline_statistics_query: Bool32, field8842 pub fn pipeline_statistics_query(mut self, pipeline_statistics_query: bool) -> Self { in pipeline_statistics_query() method8843 self.inner.pipeline_statistics_query = pipeline_statistics_query.into(); in pipeline_statistics_query()