Home
last modified time | relevance | path

Searched defs:is_identical (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/zucchini/
H A Dheuristic_ensemble_matcher.cc98 bool is_identical) {} in DeclareMatch()
107 bool is_identical, in OutputMatch()
165 bool is_identical) override { in DeclareMatch()
184 bool is_identical, in OutputMatch()
303 bool is_identical = false; in RunMatch() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sampler/
Dycbcr.rs453 pub fn is_identical(&self, other: &SamplerYcbcrConversion) -> bool { in is_identical() method