Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp48 , fUShort2(Type::MakeVectorType("ushort2", "S2", *fUShort, /*columns=*/2)) in BuiltinTypes()
169 , fUSVec(Type::MakeGenericType("$usvec", {fInvalid.get(), fUShort2.get(), fUShort3.get(),
DSkSLUtil.cpp49 if (type == *context.fTypes.fUShort2 ) { *outType = kUShort2_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h50 const std::unique_ptr<Type> fUShort2; variable
DSkSLThreadContext.cpp120 symbols.addAlias("ushort2", context.fTypes.fUShort2.get()); in setupSymbolTable()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp155 return context.fTypes.fUShort2.get(); in get_type_from_type_constant()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp695 case 2: return *context.fTypes.fUShort2; in toCompound()