Home
last modified time | relevance | path

Searched refs:fPoison (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/sksl/dsl/
DDSLType.cpp25 return context.fTypes.fPoison.get(); in verify_type()
29 return context.fTypes.fPoison.get(); in verify_type()
42 return context.fTypes.fPoison.get(); in find_type()
47 return context.fTypes.fPoison.get(); in find_type()
163 return context.fTypes.fPoison.get(); in get_type_from_type_constant()
/third_party/skia/src/sksl/ir/
DSkSLPoison.h18 return std::make_unique<Poison>(line, context.fTypes.fPoison.get()); in Make()
/third_party/skia/src/sksl/
DSkSLBuiltinTypes.h60 const std::unique_ptr<Type> fPoison; variable
DSkSLBuiltinTypes.cpp57 , fPoison(Type::MakeSpecialType(Compiler::POISON_TAG, "P", Type::TypeKind::kOther)) in BuiltinTypes()