Searched refs:ms_ (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | types.cpp | 340 ms_(multisample), in Image() 351 ms_ == it->ms_ && sampled_ == it->sampled_ && format_ == it->format_ && in IsSameImpl() 360 << ", " << arrayed_ << ", " << ms_ << ", " << sampled_ << ", " << format_ in str() 371 words->push_back(ms_); in GetExtraHashWords()
|
D | types.h | 325 bool is_multisampled() const { return ms_; } in is_multisampled() 340 bool ms_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | types.cpp | 340 ms_(multisample), in Image() 351 ms_ == it->ms_ && sampled_ == it->sampled_ && format_ == it->format_ && in IsSameImpl() 360 << ", " << arrayed_ << ", " << ms_ << ", " << sampled_ << ", " << format_ in str() 371 words->push_back(ms_); in GetExtraHashWords()
|
D | types.h | 325 bool is_multisampled() const { return ms_; } in is_multisampled() 340 bool ms_; variable
|
/third_party/spirv-tools/source/opt/ |
D | types.cpp | 367 ms_(multisample), in Image() 378 ms_ == it->ms_ && sampled_ == it->sampled_ && format_ == it->format_ && in IsSameImpl() 387 << ", " << arrayed_ << ", " << ms_ << ", " << sampled_ << ", " << format_ in str() 393 hash = hash_combine(hash, uint32_t(dim_), depth_, arrayed_, ms_, sampled_, in ComputeExtraStateHash()
|
D | types.h | 319 bool is_multisampled() const { return ms_; } in is_multisampled() 333 bool ms_; variable
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 82998 static nsIAtom* ms_; member in nsGkAtoms
|