Searched refs:fUInt3 (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/sksl/ |
D | SkSLBuiltinTypes.cpp | 39 , fUInt3(Type::MakeVectorType("uint3", "I3", *fUInt, /*columns=*/3)) 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 | 72 if (type == *context.fTypes.fUInt3 ) { *outType = kUInt3_GrSLType; return true; } in type_to_grsltype()
|
D | SkSLBuiltinTypes.h | 41 const std::unique_ptr<Type> fUInt3; variable
|
D | SkSLThreadContext.cpp | 111 symbols.addAlias("uint3", context.fTypes.fUInt3.get()); in setupSymbolTable()
|
/third_party/skia/src/sksl/dsl/ |
D | DSLType.cpp | 149 return context.fTypes.fUInt3.get(); in get_type_from_type_constant()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.cpp | 684 case 3: return *context.fTypes.fUInt3; in toCompound()
|