Home
last modified time | relevance | path

Searched refs:IsPlain (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/src/resolver/
H A Dresolver.h93 bool IsPlain(const sem::Type* type) const;
H A Dresolver.cc2043 if (!IsPlain(elem_type)) { // Check must come before GetDefaultAlignAndSize()
2225 if (!IsPlain(type)) {
2618 bool Resolver::IsPlain(const sem::Type* type) const {
2626 return IsPlain(type) || type->IsAnyOf<sem::Texture, sem::Sampler>();
H A Dresolver_validation.cc792 if (IsPlain(var->Type())) { in ValidateFunctionParameter()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc1014 } else if (desc->IsPlain()) { in TranslateStateValueDescriptor()
H A Dinstruction.h1245 bool IsPlain() const { return kind_ == StateValueKind::kPlain; } in IsPlain() function in v8::internal::compiler::StateValueDescriptor

Completed in 13 milliseconds