Searched refs:fHalf3 (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/src/sksl/ |
D | SkSLBuiltinTypes.cpp | 29 , fHalf3(Type::MakeVectorType("half3", "h3", *fHalf, /*columns=*/3)) 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 | 61 if (type == *context.fTypes.fHalf3 ) { *outType = kHalf3_GrSLType; return true; } in type_to_grsltype()
|
D | SkSLBuiltinTypes.h | 31 const std::unique_ptr<Type> fHalf3; variable
|
/third_party/skia/src/sksl/ir/ |
D | SkSLIndexExpression.cpp | 43 case 3: return *context.fTypes.fHalf3; in IndexType()
|
D | SkSLType.cpp | 627 case 3: return *context.fTypes.fHalf3; in toCompound()
|
/third_party/skia/src/sksl/dsl/ |
D | DSLType.cpp | 79 return context.fTypes.fHalf3.get(); in get_type_from_type_constant()
|
/third_party/skia/src/core/ |
D | SkRuntimeEffect.cpp | 116 if (*type == *ctx.fTypes.fHalf3) { v->type = Type::kFloat3; return true; } in init_uniform_type()
|