Home
last modified time | relevance | path

Searched refs:is_sampled_ (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dusage.cc38 if (is_sampled_) { in operator <<()
67 if ((IsStorageTexture() || is_sampled_ || is_multisampled_ || is_depth_) && in IsValid()
74 if (!is_sampled_) { in IsValid()
80 if (!is_sampled_) { in IsValid()
86 if (is_sampled_) { in IsValid()
94 if (is_sampled_) { in IsValid()
121 return is_sampled_ || IsStorageTexture(); in IsComplete()
129 is_texture_ == other.is_texture_ && is_sampled_ == other.is_sampled_ && in operator ==()
141 is_sampled_ in Add()
[all...]
H A Dusage.h62 bool IsSampledTexture() const { return is_sampled_; } in IsSampledTexture()
122 bool is_sampled_ = false; member in tint::reader::spirv::Usage

Completed in 2 milliseconds