Home
last modified time | relevance | path

Searched refs:fStatements (Results 1 – 22 of 22) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLBlock.h24 , fStatements(std::move(statements)) {} in INHERITED()
27 for (const auto& s : fStatements) { in isEmpty()
37 for (size_t i = 0; i < fStatements.size(); i++) { in description()
39 result += fStatements[i]->description(); in description()
48 std::vector<std::unique_ptr<Statement>> fStatements; member
DSkSLSwitchCase.h24 , fStatements(std::move(statements)) {} in SwitchCase()
33 for (const auto& s : fStatements) { in description()
41 std::vector<std::unique_ptr<Statement>> fStatements; member
/external/skqp/src/sksl/ir/
DSkSLBlock.h24 , fStatements(std::move(statements)) {} in INHERITED()
27 for (const auto& s : fStatements) { in isEmpty()
37 for (size_t i = 0; i < fStatements.size(); i++) { in description()
39 result += fStatements[i]->description(); in description()
48 std::vector<std::unique_ptr<Statement>> fStatements; member
DSkSLSwitchCase.h24 , fStatements(std::move(statements)) {} in SwitchCase()
33 for (const auto& s : fStatements) { in description()
41 std::vector<std::unique_ptr<Statement>> fStatements; member
/external/skqp/src/sksl/ast/
DSkSLASTBlock.h21 , fStatements(std::move(statements)) {} in ASTBlock()
25 for (size_t i = 0; i < fStatements.size(); i++) { in description()
27 result += fStatements[i]->description(); in description()
33 const std::vector<std::unique_ptr<ASTStatement>> fStatements; member
DSkSLASTSwitchCase.h24 , fStatements(std::move(statements)) {} in ASTSwitchCase()
33 for (const auto& s : fStatements) { in description()
41 const std::vector<std::unique_ptr<ASTStatement>> fStatements; member
/external/skia/src/sksl/ast/
DSkSLASTBlock.h21 , fStatements(std::move(statements)) {} in ASTBlock()
25 for (size_t i = 0; i < fStatements.size(); i++) { in description()
27 result += fStatements[i]->description(); in description()
33 const std::vector<std::unique_ptr<ASTStatement>> fStatements; member
DSkSLASTSwitchCase.h24 , fStatements(std::move(statements)) {} in ASTSwitchCase()
33 for (const auto& s : fStatements) { in description()
41 const std::vector<std::unique_ptr<ASTStatement>> fStatements; member
/external/skqp/src/sksl/
DSkSLMetalCodeGenerator.cpp473 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunction()
643 this->writeStatements(b.fStatements); in writeBlock()
706 for (const auto& stmt : c->fStatements) { in writeSwitchStatement()
923 for (const auto& child : ((const Block&) s).fStatements) { in requirements()
964 for (const auto& st : c->fStatements) { in requirements()
DSkSLIRGenerator.cpp223 for (size_t i = 0; i < block.fStatements.size(); i++) { in convertBlock()
224 std::unique_ptr<Statement> statement = this->convertStatement(*block.fStatements[i]); in convertBlock()
474 for (const auto& s : c->fStatements) { in convertSwitch()
746 body->fStatements.insert(body->fStatements.begin(), std::move(v)); in convertFunction()
759 body->fStatements.insert(body->fStatements.end(), this->getNormalizeSkPositionCode()); in convertFunction()
DSkSLGLSLCodeGenerator.cpp893 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunction()
1132 this->writeStatements(b.fStatements); in writeBlock()
1195 for (const auto& stmt : c->fStatements) { in writeSwitchStatement()
DSkSLCFGGenerator.cpp455 for (auto& child : ((Block&) **s).fStatements) { in addStatement()
611 for (auto& caseStatement : c->fStatements) { in addStatement()
DSkSLCompiler.cpp862 for (const auto& sub : ((Block&) s).fStatements) { in contains_break()
892 for (auto& stmt : current->fStatements) { in block_for_case()
DSkSLCPPCodeGenerator.cpp340 for (const auto& s : ((Block&) *f.fBody).fStatements) { in writeFunction()
DSkSLSPIRVCodeGenerator.cpp2633 for (size_t i = 0; i < b.fStatements.size(); i++) { in writeBlock()
2634 this->writeStatement(*b.fStatements[i], out); in writeBlock()
2799 for (const auto& stmt : s.fCases[i]->fStatements) { in writeSwitchStatement()
/external/skia/src/sksl/
DSkSLMetalCodeGenerator.cpp473 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunction()
643 this->writeStatements(b.fStatements); in writeBlock()
706 for (const auto& stmt : c->fStatements) { in writeSwitchStatement()
923 for (const auto& child : ((const Block&) s).fStatements) { in requirements()
964 for (const auto& st : c->fStatements) { in requirements()
DSkSLIRGenerator.cpp219 for (size_t i = 0; i < block.fStatements.size(); i++) { in convertBlock()
220 std::unique_ptr<Statement> statement = this->convertStatement(*block.fStatements[i]); in convertBlock()
473 for (const auto& s : c->fStatements) { in convertSwitch()
745 body->fStatements.insert(body->fStatements.begin(), std::move(v)); in convertFunction()
758 body->fStatements.insert(body->fStatements.end(), this->getNormalizeSkPositionCode()); in convertFunction()
DSkSLGLSLCodeGenerator.cpp903 this->writeStatements(((Block&) *f.fBody).fStatements); in writeFunction()
1142 this->writeStatements(b.fStatements); in writeBlock()
1205 for (const auto& stmt : c->fStatements) { in writeSwitchStatement()
DSkSLCFGGenerator.cpp455 for (auto& child : ((Block&) **s).fStatements) { in addStatement()
611 for (auto& caseStatement : c->fStatements) { in addStatement()
DSkSLCompiler.cpp862 for (const auto& sub : ((Block&) s).fStatements) { in contains_break()
892 for (auto& stmt : current->fStatements) { in block_for_case()
DSkSLCPPCodeGenerator.cpp340 for (const auto& s : ((Block&) *f.fBody).fStatements) { in writeFunction()
DSkSLSPIRVCodeGenerator.cpp2637 for (size_t i = 0; i < b.fStatements.size(); i++) { in writeBlock()
2638 this->writeStatement(*b.fStatements[i], out); in writeBlock()
2803 for (const auto& stmt : s.fCases[i]->fStatements) { in writeSwitchStatement()