Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp40 , fUInt4(Type::MakeVectorType("uint4", "I4", *fUInt, /*columns=*/4)) in BuiltinTypes()
145 fUInt4.get()}))
166 fUInt4.get()}))
DSkSLUtil.cpp73 if (type == *context.fTypes.fUInt4 ) { *outType = kUInt4_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h42 const std::unique_ptr<Type> fUInt4; variable
DSkSLThreadContext.cpp112 symbols.addAlias("uint4", context.fTypes.fUInt4.get()); in setupSymbolTable()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp151 return context.fTypes.fUInt4.get(); in get_type_from_type_constant()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp685 case 4: return *context.fTypes.fUInt4; in toCompound()