Home
last modified time | relevance | path

Searched refs:fFragmentProcessor_Type (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/sksl/
DSkSLHCodeGenerator.cpp70 } else if (type == *context.fFragmentProcessor_Type) { in ParameterCType()
80 } else if (type == *context.fFragmentProcessor_Type) { in FieldType()
194 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeMake()
252 } else if (type == *fContext.fFragmentProcessor_Type) { in writeConstructor()
276 } else if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeConstructor()
306 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeFields()
364 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in generateCode()
DSkSLCPPCodeGenerator.cpp91 var->fType.componentType() == *fContext.fFragmentProcessor_Type); in writeBinaryExpression()
361 const Type::Field& field = fContext.fFragmentProcessor_Type->fields()[access.fFieldIndex]; in writeFieldAccess()
387 } else if (decl.fVar->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in getChildFPIndex()
580 if (decl.fVar->fType == *fContext.fFragmentProcessor_Type) { in writePrivateVars()
976 decl.fVar->fType != *fContext.fFragmentProcessor_Type) { in writeSetData()
1028 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeClone()
1049 } else if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in writeClone()
1227 if (param->fType.nonnullable() == *fContext.fFragmentProcessor_Type) { in generateCode()
DSkSLPipelineStageCodeGenerator.cpp93 } else if (decl.fVar->fType == *fContext.fFragmentProcessor_Type) { in writeFunctionCall()
DSkSLContext.h202 , fFragmentProcessor_Type(fp_type(fInt_Type.get(), fBool_Type.get()))
366 const std::unique_ptr<Type> fFragmentProcessor_Type; variable
DSkSLIRGenerator.cpp993 if (((Type&) *result) == *fContext.fFragmentProcessor_Type) { in convertType()
/external/skqp/src/sksl/
DSkSLHCodeGenerator.cpp68 } else if (type == *context.fFragmentProcessor_Type) { in ParameterCType()
78 } else if (type == *context.fFragmentProcessor_Type) { in FieldType()
191 if (param->fType == *fContext.fFragmentProcessor_Type) { in writeMake()
248 } else if (param->fType == *fContext.fFragmentProcessor_Type) { in writeConstructor()
272 } else if (param->fType == *fContext.fFragmentProcessor_Type) { in writeConstructor()
291 if (param->fType == *fContext.fFragmentProcessor_Type) { in writeFields()
DSkSLCPPCodeGenerator.cpp335 const Type::Field& field = fContext.fFragmentProcessor_Type->fields()[access.fFieldIndex]; in writeFieldAccess()
360 } else if (decl.fVar->fType == *fContext.fFragmentProcessor_Type) { in getChildFPIndex()
548 if (decl.fVar->fType == *fContext.fFragmentProcessor_Type) { in writePrivateVars()
943 decl.fVar->fType != *fContext.fFragmentProcessor_Type) { in writeSetData()
994 if (param->fType == *fContext.fFragmentProcessor_Type) { in writeClone()
1014 } else if (param->fType == *fContext.fFragmentProcessor_Type) { in writeClone()
1185 if (param->fType == *fContext.fFragmentProcessor_Type) { in generateCode()
DSkSLPipelineStageCodeGenerator.cpp92 } else if (decl.fVar->fType == *fContext.fFragmentProcessor_Type) { in writeFunctionCall()
DSkSLContext.h199 , fFragmentProcessor_Type(fp_type(fInt_Type.get(), fBool_Type.get()))
360 const std::unique_ptr<Type> fFragmentProcessor_Type; variable
/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp68 } else if (&v->fType == fCompiler.context().fFragmentProcessor_Type.get()) { in getSpecialization()
122 *fContext.fFragmentProcessor_Type) { in emitCode()
221 SkASSERT(&v->fType == context.fFragmentProcessor_Type.get()); in onSetData()
339 } else if (&v->fType == context.fFragmentProcessor_Type.get()) { in onGetGLSLProcessorKey()
/external/skia/src/gpu/effects/
DGrSkSLFP.cpp75 } else if (&v->fType == fCompiler.context().fFragmentProcessor_Type.get()) { in getSpecialization()
129 *fContext.fFragmentProcessor_Type) { in emitCode()
233 SkASSERT(&v->fType == context.fFragmentProcessor_Type.get()); in onSetData()
372 } else if (&v->fType == context.fFragmentProcessor_Type.get()) { in onGetGLSLProcessorKey()