Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp66 &v->fType == fCompiler.context().fHalf4_Type.get()) { in getSpecialization()
103 } else if (type == *fContext.fHalf4_Type) { in uniformType()
184 &v->fType == context.fHalf4_Type.get()) { in onSetData()
317 &v->fType == context.fHalf4_Type.get()) { in onGetGLSLProcessorKey()
/external/skqp/src/sksl/ir/
DSkSLIndexExpression.h33 case 4: return *context.fHalf4_Type; in index_type()
DSkSLSwizzle.h39 case 4: return *context.fHalf4_Type; in get_type()
DSkSLType.cpp92 case 4: return *context.fHalf4_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h35 , fHalf4_Type(new Type("half4", *fHalf_Type, 4)) in Context()
150 fHalf3_Type.get(), fHalf4_Type.get() }))
180 fHalf3_Type.get(), fHalf4_Type.get() }))
223 const std::unique_ptr<Type> fHalf4_Type; variable
DSkSLHCodeGenerator.cpp60 } else if (type == *context.fFloat4_Type || type == *context.fHalf4_Type) { in ParameterCType()
DSkSLCPPCodeGenerator.cpp169 } else if (type == *fContext.fFloat4_Type || type == *fContext.fHalf4_Type) { in writeRuntimeValue()
516 } else if (var.fType == *fContext.fHalf4_Type) { in addUniform()
DSkSLJIT.cpp1752 f.fParameters[2]->fType == *fProgram->fContext->fHalf4_Type && in hasStageSignature()
DSkSLIRGenerator.cpp699 parameters[2]->fType == *fContext.fHalf4_Type && in convertFunction()