Home
last modified time | relevance | path

Searched refs:kFor (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/include/private/
DSkSLStatement.h28 kFor, enumerator
/third_party/skia/src/sksl/analysis/
DSkSLSwitchCaseContainsExit.cpp47 case Statement::Kind::kFor: in visitStatement()
DSkSLCanExitWithoutReturningValue.cpp60 case Statement::Kind::kFor: { in visitStatement()
DSkSLCheckProgramUnrolledSize.cpp109 case Statement::Kind::kFor: { in CheckProgramUnrolledSize()
/third_party/skia/src/sksl/transform/
DSkSLEliminateUnreachableCode.cpp81 case Statement::Kind::kFor: { in EliminateUnreachableCode()
/third_party/skia/src/sksl/ir/
DSkSLForStatement.h32 inline static constexpr Kind kStatementKind = Kind::kFor;
DSkSLFunctionDefinition.cpp197 case Statement::Kind::kFor: { in Convert()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h155 kFor, enumerator
Dtoken.cc146 case Token::Type::kFor: in TypeToName()
Dlexer_test.cc628 TokenData{"for", Token::Type::kFor},
Dlexer.cc954 return {Token::Type::kFor, source, "for"}; in check_keyword()
Dparser_impl.cc2082 if (!match(Token::Type::kFor, &source)) in for_stmt()
/third_party/flutter/skia/src/sksl/
DSkSLASTNode.cpp84 case Kind::kFor: in description()
DSkSLASTNode.h86 kFor, enumerator
DSkSLIRGenerator.cpp192 case ASTNode::Kind::kFor: in convertStatement()
432 SkASSERT(f.fKind == ASTNode::Kind::kFor); in convertFor()
DSkSLParser.cpp1323 CREATE_NODE(result, start.fOffset, ASTNode::Kind::kFor); in forStatement()
/third_party/skia/src/sksl/
DSkSLInliner.cpp88 case Statement::Kind::kFor: in count_returns_at_end_of_control_flow()
505 case Statement::Kind::kFor: { in inlineStatement()
864 case Statement::Kind::kFor: { in visitStatement()
DSkSLDehydrator.cpp478 case Statement::Kind::kFor: { in write()
DSkSLAnalysis.cpp736 case Statement::Kind::kFor: { in visitStatement()
/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp667 case Statement::Kind::kFor: in writeStatement()
DSkSLMetalCodeGenerator.cpp2107 case Statement::Kind::kFor: in writeStatement()
2660 case Statement::Kind::kFor: { in requirements()
DSkSLGLSLCodeGenerator.cpp1235 case Statement::Kind::kFor: in writeStatement()
DSkSLVMCodeGenerator.cpp1780 case Statement::Kind::kFor: in writeStatement()
DSkSLSPIRVCodeGenerator.cpp3178 case Statement::Kind::kFor: in writeStatement()