Home
last modified time | relevance | path

Searched refs:fMaxLoopCount (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLByteCodeGenerator.h251 fMaxLoopCount = std::max(fMaxLoopCount, fLoopCount); in enterLoop()
290 int fMaxLoopCount; variable
DSkSLByteCodeGenerator.cpp90 fLoopCount = fMaxLoopCount = 0; in writeFunction()
106 result->fLoopCount = fMaxLoopCount; in writeFunction()
967 fMaxLoopCount = std::max(fMaxLoopCount, fLoopCount + callee->fLoopCount); in writeFunctionCall()