/external/skia/src/sksl/ir/ |
D | SkSLIfStatement.h | 23 , fIsStatic(isStatic) in IfStatement() 29 return std::unique_ptr<Statement>(new IfStatement(fOffset, fIsStatic, fTest->clone(), in clone() 35 if (fIsStatic) { in description() 45 bool fIsStatic; member
|
D | SkSLSwitchStatement.h | 24 , fIsStatic(isStatic) in SwitchStatement() 34 return std::unique_ptr<Statement>(new SwitchStatement(fOffset, fIsStatic, fValue->clone(), in clone() 40 if (fIsStatic) { in description() 51 bool fIsStatic; member
|
/external/skqp/src/sksl/ir/ |
D | SkSLIfStatement.h | 23 , fIsStatic(isStatic) in IfStatement() 29 return std::unique_ptr<Statement>(new IfStatement(fOffset, fIsStatic, fTest->clone(), in clone() 35 if (fIsStatic) { in description() 45 bool fIsStatic; member
|
D | SkSLSwitchStatement.h | 24 , fIsStatic(isStatic) in SwitchStatement() 34 return std::unique_ptr<Statement>(new SwitchStatement(fOffset, fIsStatic, fValue->clone(), in clone() 40 if (fIsStatic) { in description() 51 bool fIsStatic; member
|
/external/skia/src/sksl/ast/ |
D | SkSLASTSwitchStatement.h | 23 , fIsStatic(isStatic) in ASTSwitchStatement() 29 if (fIsStatic) { in description() 40 bool fIsStatic; member
|
D | SkSLASTIfStatement.h | 22 , fIsStatic(isStatic) in ASTIfStatement() 29 if (fIsStatic) { in description() 43 const bool fIsStatic; member
|
/external/skqp/src/sksl/ast/ |
D | SkSLASTSwitchStatement.h | 23 , fIsStatic(isStatic) in ASTSwitchStatement() 29 if (fIsStatic) { in description() 40 bool fIsStatic; member
|
D | SkSLASTIfStatement.h | 22 , fIsStatic(isStatic) in ASTIfStatement() 29 if (fIsStatic) { in description() 43 const bool fIsStatic; member
|
/external/skqp/src/sksl/ |
D | SkSLPipelineStageCodeGenerator.cpp | 167 if (s.fIsStatic) { in writeIfStatement() 174 if (s.fIsStatic) { in writeSwitchStatement()
|
D | SkSLCompiler.cpp | 1071 if (s.fIsStatic && !(fFlags & kPermitInvalidStaticTests_Flag)) { in simplifyStatement() 1074 s.fIsStatic = false; in simplifyStatement() 1087 if (s.fIsStatic && !(fFlags & kPermitInvalidStaticTests_Flag)) { in simplifyStatement() 1090 s.fIsStatic = false; in simplifyStatement() 1187 if (((const IfStatement&) s).fIsStatic && in scanCFG() 1194 if (((const SwitchStatement&) s).fIsStatic && in scanCFG()
|
D | SkSLCPPCodeGenerator.cpp | 306 if (s.fIsStatic) { in writeIfStatement() 320 if (s.fIsStatic) { in writeSwitchStatement()
|
D | SkSLIRGenerator.cpp | 394 return std::unique_ptr<Statement>(new IfStatement(s.fOffset, s.fIsStatic, std::move(test), in convertIf() 510 return std::unique_ptr<Statement>(new SwitchStatement(s.fOffset, s.fIsStatic, in convertSwitch()
|
/external/skia/src/sksl/ |
D | SkSLPipelineStageCodeGenerator.cpp | 168 if (s.fIsStatic) { in writeIfStatement() 175 if (s.fIsStatic) { in writeSwitchStatement()
|
D | SkSLCompiler.cpp | 1071 if (s.fIsStatic && !(fFlags & kPermitInvalidStaticTests_Flag)) { in simplifyStatement() 1074 s.fIsStatic = false; in simplifyStatement() 1087 if (s.fIsStatic && !(fFlags & kPermitInvalidStaticTests_Flag)) { in simplifyStatement() 1090 s.fIsStatic = false; in simplifyStatement() 1187 if (((const IfStatement&) s).fIsStatic && in scanCFG() 1194 if (((const SwitchStatement&) s).fIsStatic && in scanCFG()
|
D | SkSLCPPCodeGenerator.cpp | 332 if (s.fIsStatic) { in writeIfStatement() 346 if (s.fIsStatic) { in writeSwitchStatement()
|
D | SkSLIRGenerator.cpp | 400 return std::unique_ptr<Statement>(new IfStatement(s.fOffset, s.fIsStatic, std::move(test), in convertIf() 516 return std::unique_ptr<Statement>(new SwitchStatement(s.fOffset, s.fIsStatic, in convertSwitch()
|