Home
last modified time | relevance | path

Searched refs:kTopLevel_Precedence (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp258 this->writeExpression(absExpr, kTopLevel_Precedence); in writeMinAbsHack()
266 this->writeExpression(x, kTopLevel_Precedence); in writeInverseSqrtHack()
331 this->writeExpression(mat, kTopLevel_Precedence); in writeDeterminantHack()
418 this->writeExpression(mat, kTopLevel_Precedence); in writeInverseHack()
445 this->writeExpression(mat, kTopLevel_Precedence); in writeTransposeHack()
825 this->writeExpression(*expr.fIndex, kTopLevel_Precedence); in writeFunctionCall()
1196 this->writeExpression(*size, kTopLevel_Precedence); in writeFunctionCall()
1205 this->writeExpression(value, kTopLevel_Precedence); in writeFunctionCall()
1262 this->writeExpression(*size, kTopLevel_Precedence); in writeFunctionCall()
1295 this->writeExpression(*((ExpressionStatement&) s).fExpression, kTopLevel_Precedence); in writeFunctionCall()
[all …]
DSkSLMetalCodeGenerator.cpp554 this->writeExpression(*expr.fIndex, kTopLevel_Precedence); in writeIndexExpression()
1017 this->writeExpression(*size, kTopLevel_Precedence); in writeInterfaceBlock()
1099 this->writeExpression(value, kTopLevel_Precedence); in writeVarInitializer()
1129 this->writeExpression(*size, kTopLevel_Precedence); in writeVarDeclarations()
1149 this->writeExpression(*((ExpressionStatement&) s).fExpression, kTopLevel_Precedence); in writeStatement()
1209 this->writeExpression(*stmt.fTest, kTopLevel_Precedence); in writeIfStatement()
1226 this->writeExpression(*f.fTest, kTopLevel_Precedence); in writeForStatement()
1230 this->writeExpression(*f.fNext, kTopLevel_Precedence); in writeForStatement()
1238 this->writeExpression(*w.fTest, kTopLevel_Precedence); in writeWhileStatement()
1247 this->writeExpression(*d.fTest, kTopLevel_Precedence); in writeDoStatement()
[all …]
DSkSLGLSLCodeGenerator.h73 kTopLevel_Precedence = kSequence_Precedence enumerator
DSkSLMetalCodeGenerator.h77 kTopLevel_Precedence = kSequence_Precedence enumerator
DSkSLCPPCodeGenerator.cpp248 this->writeExpression(value, kTopLevel_Precedence); in writeVarInitializer()
794 this->writeExpression(e, Precedence::kTopLevel_Precedence); in convertSKSLExpressionToCPP()