Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dusage.cc66 // |is_texture_| is implied by any of the later texture-based properties. in IsValid()
68 !is_texture_) { in IsValid()
71 if (is_texture_) { in IsValid()
129 is_texture_ == other.is_texture_ && is_sampled_ == other.is_sampled_ && in operator ==()
140 is_texture_ = is_texture_ || other.is_texture_; in Add()
158 is_texture_ = true; in AddTexture()
H A Dusage.h60 bool IsTexture() const { return is_texture_; } in IsTexture()
120 // |is_texture_| is always implied by any of the others below.
121 bool is_texture_ = false; member in tint::reader::spirv::Usage

Completed in 1 milliseconds