Home
last modified time | relevance | path

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

/third_party/skia/include/private/
DSkSLStatement.h29 kIf, enumerator
/third_party/skia/src/sksl/analysis/
DSkSLSwitchCaseContainsExit.cpp40 case Statement::Kind::kIf: { in visitStatement()
DSkSLCanExitWithoutReturningValue.cpp43 case Statement::Kind::kIf: { in visitStatement()
/third_party/skia/src/sksl/ir/
DSkSLIfStatement.h23 inline static constexpr Kind kStatementKind = Kind::kIf;
/third_party/skia/src/sksl/transform/
DSkSLEliminateUnreachableCode.cpp91 case Statement::Kind::kIf: { in EliminateUnreachableCode()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dtoken.h231 kIf, enumerator
Dtoken.cc222 case Token::Type::kIf: in TypeToName()
Dlexer_test.cc666 TokenData{"if", Token::Type::kIf},
Dlexer.cc1030 return {Token::Type::kIf, source, "if"}; in check_keyword()
Dparser_impl.cc1789 if (!match(Token::Type::kIf, &source)) in if_stmt()
/third_party/flutter/skia/src/sksl/
DSkSLASTNode.h94 kIf, enumerator
375 case Kind::kIf: in ASTNode()
DSkSLASTNode.cpp116 case Kind::kIf: { in description()
DSkSLIRGenerator.cpp190 case ASTNode::Kind::kIf: in convertStatement()
396 SkASSERT(n.fKind == ASTNode::Kind::kIf); in convertIf()
DSkSLParser.cpp1148 CREATE_NODE(result, start.fOffset, ASTNode::Kind::kIf, isStatic); in ifStatement()
/third_party/skia/src/sksl/
DSkSLAnalysis.cpp548 case Statement::Kind::kIf: in VerifyStaticTestsAndExpressions()
743 case Statement::Kind::kIf: { in visitStatement()
DSkSLInliner.cpp523 case Statement::Kind::kIf: { in inlineStatement()
891 case Statement::Kind::kIf: { in visitStatement()
DSkSLDehydrator.cpp488 case Statement::Kind::kIf: { in write()
/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp670 case Statement::Kind::kIf: in writeStatement()
DSkSLMetalCodeGenerator.cpp2104 case Statement::Kind::kIf: in writeStatement()
2654 case Statement::Kind::kIf: { in requirements()
DSkSLGLSLCodeGenerator.cpp1232 case Statement::Kind::kIf: in writeStatement()
DSkSLVMCodeGenerator.cpp1783 case Statement::Kind::kIf: in writeStatement()
DSkSLSPIRVCodeGenerator.cpp3175 case Statement::Kind::kIf: in writeStatement()