Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp29 , 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(),
DSkSLUtil.cpp61 if (type == *context.fTypes.fHalf3 ) { *outType = kHalf3_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h31 const std::unique_ptr<Type> fHalf3; variable
/third_party/skia/src/sksl/ir/
DSkSLIndexExpression.cpp43 case 3: return *context.fTypes.fHalf3; in IndexType()
DSkSLType.cpp627 case 3: return *context.fTypes.fHalf3; in toCompound()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp79 return context.fTypes.fHalf3.get(); in get_type_from_type_constant()
/third_party/skia/src/core/
DSkRuntimeEffect.cpp116 if (*type == *ctx.fTypes.fHalf3) { v->type = Type::kFloat3; return true; } in init_uniform_type()