Searched refs:kIf (Results 1 – 22 of 22) sorted by relevance
/third_party/skia/include/private/ |
D | SkSLStatement.h | 29 kIf, enumerator
|
/third_party/skia/src/sksl/analysis/ |
D | SkSLSwitchCaseContainsExit.cpp | 40 case Statement::Kind::kIf: { in visitStatement()
|
D | SkSLCanExitWithoutReturningValue.cpp | 43 case Statement::Kind::kIf: { in visitStatement()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLIfStatement.h | 23 inline static constexpr Kind kStatementKind = Kind::kIf;
|
/third_party/skia/src/sksl/transform/ |
D | SkSLEliminateUnreachableCode.cpp | 91 case Statement::Kind::kIf: { in EliminateUnreachableCode()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | token.h | 231 kIf, enumerator
|
D | token.cc | 222 case Token::Type::kIf: in TypeToName()
|
D | lexer_test.cc | 666 TokenData{"if", Token::Type::kIf},
|
D | lexer.cc | 1030 return {Token::Type::kIf, source, "if"}; in check_keyword()
|
D | parser_impl.cc | 1789 if (!match(Token::Type::kIf, &source)) in if_stmt()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLASTNode.h | 94 kIf, enumerator 375 case Kind::kIf: in ASTNode()
|
D | SkSLASTNode.cpp | 116 case Kind::kIf: { in description()
|
D | SkSLIRGenerator.cpp | 190 case ASTNode::Kind::kIf: in convertStatement() 396 SkASSERT(n.fKind == ASTNode::Kind::kIf); in convertIf()
|
D | SkSLParser.cpp | 1148 CREATE_NODE(result, start.fOffset, ASTNode::Kind::kIf, isStatic); in ifStatement()
|
/third_party/skia/src/sksl/ |
D | SkSLAnalysis.cpp | 548 case Statement::Kind::kIf: in VerifyStaticTestsAndExpressions() 743 case Statement::Kind::kIf: { in visitStatement()
|
D | SkSLInliner.cpp | 523 case Statement::Kind::kIf: { in inlineStatement() 891 case Statement::Kind::kIf: { in visitStatement()
|
D | SkSLDehydrator.cpp | 488 case Statement::Kind::kIf: { in write()
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLPipelineStageCodeGenerator.cpp | 670 case Statement::Kind::kIf: in writeStatement()
|
D | SkSLMetalCodeGenerator.cpp | 2104 case Statement::Kind::kIf: in writeStatement() 2654 case Statement::Kind::kIf: { in requirements()
|
D | SkSLGLSLCodeGenerator.cpp | 1232 case Statement::Kind::kIf: in writeStatement()
|
D | SkSLVMCodeGenerator.cpp | 1783 case Statement::Kind::kIf: in writeStatement()
|
D | SkSLSPIRVCodeGenerator.cpp | 3175 case Statement::Kind::kIf: in writeStatement()
|