Home
last modified time | relevance | path

Searched refs:fUShort3 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp49 , fUShort3(Type::MakeVectorType("ushort3", "S3", *fUShort, /*columns=*/3)) in BuiltinTypes()
169 , fUSVec(Type::MakeGenericType("$usvec", {fInvalid.get(), fUShort2.get(), fUShort3.get(),
DSkSLUtil.cpp50 if (type == *context.fTypes.fUShort3 ) { *outType = kUShort3_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h51 const std::unique_ptr<Type> fUShort3; variable
DSkSLThreadContext.cpp121 symbols.addAlias("ushort3", context.fTypes.fUShort3.get()); in setupSymbolTable()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp157 return context.fTypes.fUShort3.get(); in get_type_from_type_constant()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp696 case 3: return *context.fTypes.fUShort3; in toCompound()