Searched refs:fHalf3 (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLBuiltinTypes.cpp | 96 , 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()}))
|
D | SkSLUtil.cpp | 63 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
|
/external/skia/src/sksl/ir/ |
D | SkSLIndexExpression.cpp | 26 case 3: return *context.fTypes.fHalf3; in IndexType()
|
D | SkSLType.cpp | 100 case 3: return *context.fTypes.fHalf3; in toCompound()
|
/external/skia/src/sksl/dsl/ |
D | DSLType.cpp | 81 return *context.fTypes.fHalf3; in skslType()
|
/external/skia/src/sksl/codegen/ |
D | SkSLCPPCodeGenerator.cpp | 160 if (type == *fContext.fTypes.fFloat3 || type == *fContext.fTypes.fHalf3) { in formatRuntimeValue() 473 if (type == *context.fTypes.fHalf3 ) { return "kHalf3_GrSLType"; } in glsltype_string()
|
D | SkSLDSLCPPCodeGenerator.cpp | 151 if (type == *fContext.fTypes.fFloat3 || type == *fContext.fTypes.fHalf3) { in formatRuntimeValue()
|
/external/skia/src/core/ |
D | SkRuntimeEffect.cpp | 103 if (*type == *ctx.fTypes.fHalf3) { v->type = Type::kFloat3; return true; } in init_uniform_type()
|