Searched refs:fHalf2 (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/sksl/ |
D | SkSLBuiltinTypes.cpp | 28 , fHalf2(Type::MakeVectorType("half2", "h2", *fHalf, /*columns=*/2)) in BuiltinTypes() 140 , fGenHType(Type::MakeGenericType("$genHType", {fHalf.get(), fHalf2.get(), fHalf3.get(), 161 , fHVec(Type::MakeGenericType("$hvec", {fInvalid.get(), fHalf2.get(), fHalf3.get(),
|
D | SkSLUtil.cpp | 60 if (type == *context.fTypes.fHalf2 ) { *outType = kHalf2_GrSLType; return true; } in type_to_grsltype()
|
D | SkSLBuiltinTypes.h | 30 const std::unique_ptr<Type> fHalf2; variable
|
/third_party/skia/src/sksl/ir/ |
D | SkSLIndexExpression.cpp | 42 case 2: return *context.fTypes.fHalf2; in IndexType()
|
D | SkSLType.cpp | 626 case 2: return *context.fTypes.fHalf2; in toCompound()
|
/third_party/skia/src/sksl/dsl/ |
D | DSLType.cpp | 77 return context.fTypes.fHalf2.get(); in get_type_from_type_constant()
|
/third_party/skia/src/core/ |
D | SkRuntimeEffect.cpp | 114 if (*type == *ctx.fTypes.fHalf2) { v->type = Type::kFloat2; return true; } in init_uniform_type()
|