Home
last modified time | relevance | path

Searched refs:fFunctionHeader (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp240 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.type()) + in writeMinAbsHack()
242 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.type()) + in writeMinAbsHack()
743 fFunctionHeader += precision; in writeFragCoord()
744 fFunctionHeader += " float sk_FragCoord_InvW = 1. / sk_FragCoord_Workaround.w;\n"; in writeFragCoord()
745 fFunctionHeader += precision; in writeFragCoord()
746 fFunctionHeader += " vec4 sk_FragCoord_Resolved = " in writeFragCoord()
749 fFunctionHeader += " sk_FragCoord_Resolved.xy = floor(sk_FragCoord_Resolved.xy) + " in writeFragCoord()
758 fFunctionHeader += usesPrecisionModifiers() ? "highp " : ""; in writeFragCoord()
759 fFunctionHeader += " vec4 sk_FragCoord = vec4(" in writeFragCoord()
786 fFunctionHeader += in writeVariableReference()
[all …]
DSkSLGLSLCodeGenerator.h174 String fFunctionHeader; variable
DSkSLMetalCodeGenerator.h271 String fFunctionHeader; variable
DSkSLMetalCodeGenerator.cpp515 this->fFunctionHeader += " " + this->typeName(type) + " " + tempVar + ";\n"; in getTempVariable()
1947 fFunctionHeader.clear(); in writeFunction()
1968 this->write(fFunctionHeader); in writeFunction()
/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp253 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) + in writeMinAbsHack()
255 this->fFunctionHeader += String(" ") + this->getTypePrecision(otherExpr.fType) + in writeMinAbsHack()
738 fFunctionHeader += precision; in writeFunctionCall()
739 fFunctionHeader += " float sk_FragCoord_InvW = 1. / sk_FragCoord_Workaround.w;\n"; in writeFunctionCall()
740 fFunctionHeader += precision; in writeFunctionCall()
741 fFunctionHeader += " vec4 sk_FragCoord_Resolved = " in writeFunctionCall()
744 fFunctionHeader += " sk_FragCoord_Resolved.xy = floor(sk_FragCoord_Resolved.xy) + " in writeFunctionCall()
769 fFunctionHeader += usesPrecisionModifiers() ? "highp " : ""; in writeFunctionCall()
770 fFunctionHeader += " vec4 sk_FragCoord = vec4(gl_FragCoord.x, " SKSL_RTHEIGHT_NAME in writeFunctionCall()
1073 fFunctionHeader = ""; in writeFunctionCall()
[all …]
DSkSLPipelineStageCodeGenerator.cpp187 fFunctionHeader = ""; in writeFunction()
200 this->write(fFunctionHeader); in writeFunction()
DSkSLGLSLCodeGenerator.h205 String fFunctionHeader; variable
DSkSLMetalCodeGenerator.h263 String fFunctionHeader; variable
DSkSLCPPCodeGenerator.cpp485 fFunctionHeader = ""; in writeFunction()
497 this->write(fFunctionHeader); in writeFunction()
DSkSLMetalCodeGenerator.cpp955 fFunctionHeader = ""; in writeFunction()
978 this->write(fFunctionHeader); in writeFunction()