Searched refs:IsPlain (Results 1 – 5 of 5) sorted by relevance
93 bool IsPlain(const sem::Type* type) const;
2043 if (!IsPlain(elem_type)) { // Check must come before GetDefaultAlignAndSize() in Array()2225 if (!IsPlain(type)) { in Structure()2618 bool Resolver::IsPlain(const sem::Type* type) const { in IsPlain() function in tint::resolver::Resolver2626 return IsPlain(type) || type->IsAnyOf<sem::Texture, sem::Sampler>(); in IsStorable()
792 if (IsPlain(var->Type())) { in ValidateFunctionParameter()
1014 } else if (desc->IsPlain()) { in TranslateStateValueDescriptor()
1245 bool IsPlain() const { return kind_ == StateValueKind::kPlain; } in IsPlain() function