Searched refs:fAtFunctionScope (Results 1 – 1 of 1) sorted by relevance
412 bool fAtFunctionScope = false; member in SkSL::WGSLCodeGenerator1683 SkASSERT(!fAtFunctionScope); in writeFunction()1684 fAtFunctionScope = true; in writeFunction()1742 SkASSERT(fAtFunctionScope); in writeFunction()1743 fAtFunctionScope = false; in writeFunction()2412 !fAtFunctionScope || Analysis::IsCompileTimeConstant(*varDecl.value()); in writeVarDeclaration()3700 this->write(fAtFunctionScope && !isCompileTimeConstant ? "let " : "const "); in writeScratchLet()