Home
last modified time | relevance | path

Searched refs:fVarCount (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp238 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack()
239 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack()
860 String tempMatrix1 = "_tempMatrix" + to_string(fVarCount++); in writeMatrixComparisonWorkaround()
861 String tempMatrix2 = "_tempMatrix" + to_string(fVarCount++); in writeMatrixComparisonWorkaround()
1355 String tmpVar = "_tmpLoopSeenOnce" + to_string(fVarCount++); in writeDoStatement()
1384 String fallthroughVar = "_tmpSwitchFallthrough" + to_string(fVarCount++); in writeSwitchStatement()
1385 String valueVar = "_tmpSwitchValue" + to_string(fVarCount++); in writeSwitchStatement()
1386 String loopVar = "_tmpSwitchLoop" + to_string(fVarCount++); in writeSwitchStatement()
DSkSLGLSLCodeGenerator.h175 int fVarCount = 0; variable
DSkSLMetalCodeGenerator.h274 int fVarCount = 0; variable
DSkSLMetalCodeGenerator.cpp514 String tempVar = "_skTemp" + to_string(fVarCount++); in getTempVariable()
/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.h207 int fVarCount = 0; variable
DSkSLMetalCodeGenerator.h266 int fVarCount = 0; variable
DSkSLGLSLCodeGenerator.cpp251 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack()
252 String tmpVar2 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack()
1424 String tmpVar = "_tmpLoopSeenOnce" + to_string(fVarCount++); in writeFunctionCall()