Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp95 , fHalf2(MakeVectorType("half2", "h2", *fHalf, /*columns=*/2)) in BuiltinTypes()
210 {fHalf.get(), fHalf2.get(), fHalf3.get(), fHalf4.get()}))
232 {fInvalid.get(), fHalf2.get(), fHalf3.get(), fHalf4.get()}))
DSkSLUtil.cpp62 if (type == *context.fTypes.fHalf2 ) { *outType = kHalf2_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h30 const std::unique_ptr<Type> fHalf2; variable
/external/skia/src/sksl/ir/
DSkSLIndexExpression.cpp25 case 2: return *context.fTypes.fHalf2; in IndexType()
DSkSLType.cpp99 case 2: return *context.fTypes.fHalf2; in toCompound()
/external/skia/src/sksl/dsl/
DDSLType.cpp79 return *context.fTypes.fHalf2; in skslType()
/external/skia/src/sksl/codegen/
DSkSLHCodeGenerator.cpp58 } else if (type == *context.fTypes.fFloat2 || type == *context.fTypes.fHalf2) { in ParameterCType()
DSkSLCPPCodeGenerator.cpp155 if (type == *fContext.fTypes.fFloat2 || type == *fContext.fTypes.fHalf2) { in formatRuntimeValue()
472 if (type == *context.fTypes.fHalf2 ) { return "kHalf2_GrSLType"; } in glsltype_string()
DSkSLDSLCPPCodeGenerator.cpp146 if (type == *fContext.fTypes.fFloat2 || type == *fContext.fTypes.fHalf2) { in formatRuntimeValue()
/external/skia/src/core/
DSkRuntimeEffect.cpp101 if (*type == *ctx.fTypes.fHalf2) { v->type = Type::kFloat2; return true; } in init_uniform_type()