Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp38 , fUInt2(Type::MakeVectorType("uint2", "I2", *fUInt, /*columns=*/2)) in BuiltinTypes()
144 , fGenUType(Type::MakeGenericType("$genUType", {fUInt.get(), fUInt2.get(), fUInt3.get(),
165 , fUVec(Type::MakeGenericType("$uvec", {fInvalid.get(), fUInt2.get(), fUInt3.get(),
DSkSLUtil.cpp71 if (type == *context.fTypes.fUInt2 ) { *outType = kUInt2_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h40 const std::unique_ptr<Type> fUInt2; variable
DSkSLThreadContext.cpp110 symbols.addAlias("uint2", context.fTypes.fUInt2.get()); in setupSymbolTable()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp147 return context.fTypes.fUInt2.get(); in get_type_from_type_constant()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp683 case 2: return *context.fTypes.fUInt2; in toCompound()