Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp45 , fShort4(Type::MakeVectorType("short4", "s4", *fShort, /*columns=*/4)) in BuiltinTypes()
168 fShort4.get()}))
DSkSLUtil.cpp47 if (type == *context.fTypes.fShort4 ) { *outType = kShort4_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h47 const std::unique_ptr<Type> fShort4; variable
DSkSLThreadContext.cpp117 symbols.addAlias("short4", context.fTypes.fShort4.get()); in setupSymbolTable()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp143 return context.fTypes.fShort4.get(); in get_type_from_type_constant()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp673 case 4: return *context.fTypes.fShort4; in toCompound()