Home
last modified time | relevance | path

Searched defs:loopVar (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gfxstream/codegen/scripts/cereal/
Dfunctable.py425 def genInternalArray(param, countParamName, outArrayName, inArrayName, loopVar): argument
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp1386 String loopVar = "_tmpSwitchLoop" + to_string(fVarCount++); in writeSwitchStatement() local
/third_party/skia/m133/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp1807 std::string loopVar = "_tmpSwitchLoop" + std::to_string(fVarCount++); in writeSwitchStatement() local
/third_party/mesa3d/src/gfxstream/codegen/scripts/cereal/common/
Dcodegen.py320 def beginLoop(self, loopVarType, loopVar, loopInit, loopBound): argument