Searched refs:fUInt2 (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/sksl/ |
D | SkSLBuiltinTypes.cpp | 38 , 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(),
|
D | SkSLUtil.cpp | 71 if (type == *context.fTypes.fUInt2 ) { *outType = kUInt2_GrSLType; return true; } in type_to_grsltype()
|
D | SkSLBuiltinTypes.h | 40 const std::unique_ptr<Type> fUInt2; variable
|
D | SkSLThreadContext.cpp | 110 symbols.addAlias("uint2", context.fTypes.fUInt2.get()); in setupSymbolTable()
|
/third_party/skia/src/sksl/dsl/ |
D | DSLType.cpp | 147 return context.fTypes.fUInt2.get(); in get_type_from_type_constant()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.cpp | 683 case 2: return *context.fTypes.fUInt2; in toCompound()
|