Searched refs:fHalf2 (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLBuiltinTypes.cpp | 95 , 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()}))
|
D | SkSLUtil.cpp | 62 if (type == *context.fTypes.fHalf2 ) { *outType = kHalf2_GrSLType; return true; } in type_to_grsltype()
|
D | SkSLBuiltinTypes.h | 30 const std::unique_ptr<Type> fHalf2; variable
|
/external/skia/src/sksl/ir/ |
D | SkSLIndexExpression.cpp | 25 case 2: return *context.fTypes.fHalf2; in IndexType()
|
D | SkSLType.cpp | 99 case 2: return *context.fTypes.fHalf2; in toCompound()
|
/external/skia/src/sksl/dsl/ |
D | DSLType.cpp | 79 return *context.fTypes.fHalf2; in skslType()
|
/external/skia/src/sksl/codegen/ |
D | SkSLHCodeGenerator.cpp | 58 } else if (type == *context.fTypes.fFloat2 || type == *context.fTypes.fHalf2) { in ParameterCType()
|
D | SkSLCPPCodeGenerator.cpp | 155 if (type == *fContext.fTypes.fFloat2 || type == *fContext.fTypes.fHalf2) { in formatRuntimeValue() 472 if (type == *context.fTypes.fHalf2 ) { return "kHalf2_GrSLType"; } in glsltype_string()
|
D | SkSLDSLCPPCodeGenerator.cpp | 146 if (type == *fContext.fTypes.fFloat2 || type == *fContext.fTypes.fHalf2) { in formatRuntimeValue()
|
/external/skia/src/core/ |
D | SkRuntimeEffect.cpp | 101 if (*type == *ctx.fTypes.fHalf2) { v->type = Type::kFloat2; return true; } in init_uniform_type()
|