Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/dsl/
H A 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/
H A DSkSLPoison.h18 return std::make_unique<Poison>(line, context.fTypes.fPoison.get()); in Make()
/third_party/skia/src/sksl/
H A DSkSLBuiltinTypes.h60 const std::unique_ptr<Type> fPoison; member in SkSL::BuiltinTypes
H A DSkSLBuiltinTypes.cpp57 , fPoison(Type::MakeSpecialType(Compiler::POISON_TAG, "P", Type::TypeKind::kOther)) in BuiltinTypes()

Completed in 2 milliseconds