Home
last modified time | relevance | path

Searched refs:fHalf2 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp28 , 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(),
DSkSLUtil.cpp60 if (type == *context.fTypes.fHalf2 ) { *outType = kHalf2_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h30 const std::unique_ptr<Type> fHalf2; variable
/third_party/skia/src/sksl/ir/
DSkSLIndexExpression.cpp42 case 2: return *context.fTypes.fHalf2; in IndexType()
DSkSLType.cpp626 case 2: return *context.fTypes.fHalf2; in toCompound()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp77 return context.fTypes.fHalf2.get(); in get_type_from_type_constant()
/third_party/skia/src/core/
DSkRuntimeEffect.cpp114 if (*type == *ctx.fTypes.fHalf2) { v->type = Type::kFloat2; return true; } in init_uniform_type()