Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLContext.h38 , fHalf4_Type(new Type("half4", *fHalf_Type, 4)) in Context()
160 fHalf3_Type.get(), fHalf4_Type.get() }))
190 fHalf3_Type.get(), fHalf4_Type.get() }))
236 const std::unique_ptr<Type> fHalf4_Type; variable
DSkSLCPPCodeGenerator.cpp196 } else if (type == *fContext.fFloat4_Type || type == *fContext.fHalf4_Type) { in writeRuntimeValue()
556 } else if (var.fType == *fContext.fHalf4_Type) { in addUniform()
1154 } else if (var.fType == *fContext.fHalf4_Type) { in writeGetKey()
DSkSLHCodeGenerator.cpp62 } else if (type == *context.fFloat4_Type || type == *context.fHalf4_Type) { in ParameterCType()
DSkSLIRGenerator.cpp763 parameters[2]->fType == *fContext.fHalf4_Type && in convertFunction()
768 valid = parameters[0]->fType == *fContext.fHalf4_Type && in convertFunction()
DSkSLJIT.cpp1752 f.fParameters[2]->fType == *fProgram->fContext->fHalf4_Type && in hasStageSignature()
/third_party/flutter/skia/src/sksl/ir/
DSkSLIndexExpression.h33 case 4: return *context.fHalf4_Type; in index_type()
DSkSLType.cpp93 case 4: return *context.fHalf4_Type; in toCompound()
DSkSLSwizzle.h45 case 4: return *context.fHalf4_Type; in get_type()
/third_party/flutter/skia/src/gpu/effects/
DGrSkSLFP.cpp75 &v->fType == fCompiler.context().fHalf4_Type.get()) { in getSpecialization()
103 } else if (&v.fType == context.fHalf4_Type.get()) { in get_ctype()
136 } else if (type == *fContext.fHalf4_Type) { in uniformType()