Home
last modified time | relevance | path

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

/external/skia/resources/sksl/runtime_errors/
DLoopStructureErrors.rts3 void loop_length_ok() { for (int i = 0; i < 128; i++) {} } // LEGAL: See kMaxUnrollableLoopLength
/external/skia/src/sksl/
DSkSLAnalysis.cpp948 constexpr int kMaxUnrollableLoopLength = 128; in invalid_for_ES2() local
964 for (loopInfo.fCount = 0; loopInfo.fCount <= kMaxUnrollableLoopLength; ++loopInfo.fCount) { in invalid_for_ES2()
971 if (loopInfo.fCount > kMaxUnrollableLoopLength) { in invalid_for_ES2()