Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp96 , fHalf3(MakeVectorType("half3", "h3", *fHalf, /*columns=*/3)) in BuiltinTypes()
210 {fHalf.get(), fHalf2.get(), fHalf3.get(), fHalf4.get()}))
232 {fInvalid.get(), fHalf2.get(), fHalf3.get(), fHalf4.get()}))
DSkSLUtil.cpp63 if (type == *context.fTypes.fHalf3 ) { *outType = kHalf3_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h31 const std::unique_ptr<Type> fHalf3; variable
/external/skia/src/sksl/ir/
DSkSLIndexExpression.cpp26 case 3: return *context.fTypes.fHalf3; in IndexType()
DSkSLType.cpp100 case 3: return *context.fTypes.fHalf3; in toCompound()
/external/skia/src/sksl/dsl/
DDSLType.cpp81 return *context.fTypes.fHalf3; in skslType()
/external/skia/src/sksl/codegen/
DSkSLCPPCodeGenerator.cpp160 if (type == *fContext.fTypes.fFloat3 || type == *fContext.fTypes.fHalf3) { in formatRuntimeValue()
473 if (type == *context.fTypes.fHalf3 ) { return "kHalf3_GrSLType"; } in glsltype_string()
DSkSLDSLCPPCodeGenerator.cpp151 if (type == *fContext.fTypes.fFloat3 || type == *fContext.fTypes.fHalf3) { in formatRuntimeValue()
/external/skia/src/core/
DSkRuntimeEffect.cpp103 if (*type == *ctx.fTypes.fHalf3) { v->type = Type::kFloat3; return true; } in init_uniform_type()