Searched refs:fHalf4_Type (Results 1 – 18 of 18) sorted by relevance
/external/skqp/src/gpu/effects/ |
D | GrSkSLFP.cpp | 66 &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/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 73 &v->fType == fCompiler.context().fHalf4_Type.get()) { in getSpecialization() 110 } else if (type == *fContext.fHalf4_Type) { in uniformType() 190 &v->fType == context.fHalf4_Type.get()) { in onSetData() 350 &v->fType == context.fHalf4_Type.get()) { in onGetGLSLProcessorKey()
|
/external/skia/src/sksl/ |
D | SkSLContext.h | 38 , fHalf4_Type(new Type("half4", *fHalf_Type, 4)) in Context() 153 fHalf3_Type.get(), fHalf4_Type.get() })) 183 fHalf3_Type.get(), fHalf4_Type.get() })) 229 const std::unique_ptr<Type> fHalf4_Type; variable
|
D | SkSLHCodeGenerator.cpp | 62 } else if (type == *context.fFloat4_Type || type == *context.fHalf4_Type) { in ParameterCType()
|
D | SkSLCPPCodeGenerator.cpp | 195 } else if (type == *fContext.fFloat4_Type || type == *fContext.fHalf4_Type) { in writeRuntimeValue() 548 } else if (var.fType == *fContext.fHalf4_Type) { in addUniform()
|
D | SkSLIRGenerator.cpp | 707 parameters[2]->fType == *fContext.fHalf4_Type && in convertFunction() 712 valid = parameters[0]->fType == *fContext.fHalf4_Type && in convertFunction()
|
D | SkSLJIT.cpp | 1752 f.fParameters[2]->fType == *fProgram->fContext->fHalf4_Type && in hasStageSignature()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 35 , 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
|
D | SkSLHCodeGenerator.cpp | 60 } else if (type == *context.fFloat4_Type || type == *context.fHalf4_Type) { in ParameterCType()
|
D | SkSLCPPCodeGenerator.cpp | 169 } else if (type == *fContext.fFloat4_Type || type == *fContext.fHalf4_Type) { in writeRuntimeValue() 516 } else if (var.fType == *fContext.fHalf4_Type) { in addUniform()
|
D | SkSLJIT.cpp | 1752 f.fParameters[2]->fType == *fProgram->fContext->fHalf4_Type && in hasStageSignature()
|
D | SkSLIRGenerator.cpp | 699 parameters[2]->fType == *fContext.fHalf4_Type && in convertFunction()
|
/external/skqp/src/sksl/ir/ |
D | SkSLIndexExpression.h | 33 case 4: return *context.fHalf4_Type; in index_type()
|
D | SkSLSwizzle.h | 39 case 4: return *context.fHalf4_Type; in get_type()
|
D | SkSLType.cpp | 92 case 4: return *context.fHalf4_Type; in toCompound()
|
/external/skia/src/sksl/ir/ |
D | SkSLIndexExpression.h | 33 case 4: return *context.fHalf4_Type; in index_type()
|
D | SkSLType.cpp | 93 case 4: return *context.fHalf4_Type; in toCompound()
|
D | SkSLSwizzle.h | 45 case 4: return *context.fHalf4_Type; in get_type()
|