Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.cpp262 this->writeExpression(absExpr, kTopLevel_Precedence); in writeMinAbsHack()
270 this->writeExpression(x, kTopLevel_Precedence); in writeInverseSqrtHack()
335 this->writeExpression(mat, kTopLevel_Precedence); in writeDeterminantHack()
422 this->writeExpression(mat, kTopLevel_Precedence); in writeInverseHack()
449 this->writeExpression(mat, kTopLevel_Precedence); in writeTransposeHack()
815 this->writeExpression(*expr.fIndex, kTopLevel_Precedence); in writeFunctionCall()
1162 this->writeExpression(*size, kTopLevel_Precedence); in writeFunctionCall()
1171 this->writeExpression(value, kTopLevel_Precedence); in writeFunctionCall()
1228 this->writeExpression(*size, kTopLevel_Precedence); in writeFunctionCall()
1264 this->writeExpression(*((ExpressionStatement&) s).fExpression, kTopLevel_Precedence); in writeFunctionCall()
[all …]
DSkSLMetalCodeGenerator.cpp448 this->writeExpression(*expr.fIndex, kTopLevel_Precedence); in writeIndexExpression()
859 this->writeExpression(*size, kTopLevel_Precedence); in writeInterfaceBlock()
941 this->writeExpression(value, kTopLevel_Precedence); in writeVarInitializer()
971 this->writeExpression(*size, kTopLevel_Precedence); in writeVarDeclarations()
999 this->writeExpression(*((ExpressionStatement&) s).fExpression, kTopLevel_Precedence); in writeStatement()
1059 this->writeExpression(*stmt.fTest, kTopLevel_Precedence); in writeIfStatement()
1076 this->writeExpression(*f.fTest, kTopLevel_Precedence); in writeForStatement()
1080 this->writeExpression(*f.fNext, kTopLevel_Precedence); in writeForStatement()
1088 this->writeExpression(*w.fTest, kTopLevel_Precedence); in writeWhileStatement()
1097 this->writeExpression(*d.fTest, kTopLevel_Precedence); in writeDoStatement()
[all …]
DSkSLGLSLCodeGenerator.h73 kTopLevel_Precedence = kSequence_Precedence enumerator
DSkSLMetalCodeGenerator.h77 kTopLevel_Precedence = kSequence_Precedence enumerator
DSkSLCPPCodeGenerator.cpp215 this->writeExpression(value, kTopLevel_Precedence); in writeVarInitializer()
753 this->writeExpression(e, Precedence::kTopLevel_Precedence); in convertSKSLExpressionToCPP()
/external/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()
821 this->writeExpression(*expr.fIndex, kTopLevel_Precedence); in writeFunctionCall()
1189 this->writeExpression(*size, kTopLevel_Precedence); in writeFunctionCall()
1198 this->writeExpression(value, kTopLevel_Precedence); in writeFunctionCall()
1255 this->writeExpression(*size, kTopLevel_Precedence); in writeFunctionCall()
1291 this->writeExpression(*((ExpressionStatement&) s).fExpression, kTopLevel_Precedence); in writeFunctionCall()
[all …]
DSkSLMetalCodeGenerator.cpp548 this->writeExpression(*expr.fIndex, kTopLevel_Precedence); in writeIndexExpression()
1003 this->writeExpression(*size, kTopLevel_Precedence); in writeInterfaceBlock()
1085 this->writeExpression(value, kTopLevel_Precedence); in writeVarInitializer()
1115 this->writeExpression(*size, kTopLevel_Precedence); in writeVarDeclarations()
1143 this->writeExpression(*((ExpressionStatement&) s).fExpression, kTopLevel_Precedence); in writeStatement()
1203 this->writeExpression(*stmt.fTest, kTopLevel_Precedence); in writeIfStatement()
1220 this->writeExpression(*f.fTest, kTopLevel_Precedence); in writeForStatement()
1224 this->writeExpression(*f.fNext, kTopLevel_Precedence); in writeForStatement()
1232 this->writeExpression(*w.fTest, kTopLevel_Precedence); in writeWhileStatement()
1241 this->writeExpression(*d.fTest, kTopLevel_Precedence); in writeDoStatement()
[all …]
DSkSLGLSLCodeGenerator.h73 kTopLevel_Precedence = kSequence_Precedence enumerator
DSkSLMetalCodeGenerator.h77 kTopLevel_Precedence = kSequence_Precedence enumerator
DSkSLCPPCodeGenerator.cpp241 this->writeExpression(value, kTopLevel_Precedence); in writeVarInitializer()
786 this->writeExpression(e, Precedence::kTopLevel_Precedence); in convertSKSLExpressionToCPP()