Home
last modified time | relevance | path

Searched refs:kIf_Kind (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLStatement.h29 kIf_Kind, enumerator
DSkSLIfStatement.h22 : INHERITED(offset, kIf_Kind) in IfStatement()
/third_party/flutter/skia/src/sksl/
DSkSLCompiler.cpp946 case Statement::kIf_Kind: { in contains_conditional_break()
988 if (contains_conditional_break(*stmt, s->fKind == Statement::kIf_Kind)) { in block_for_case()
1033 case Statement::kIf_Kind: { in simplifyStatement()
1207 case Statement::kIf_Kind: in scanCFG()
DSkSLMetalCodeGenerator.cpp1158 case Statement::kIf_Kind: in writeStatement()
1614 case Statement::kIf_Kind: { in requirements()
DSkSLCFGGenerator.cpp478 case Statement::kIf_Kind: { in addStatement()
DSkSLGLSLCodeGenerator.cpp1304 case Statement::kIf_Kind: in writeFunctionCall()
DSkSLByteCodeGenerator.cpp1508 case Statement::kIf_Kind: in writeStatement()
DSkSLJIT.cpp1234 case Statement::kIf_Kind: in compileStatement()
DSkSLSPIRVCodeGenerator.cpp2834 case Statement::kIf_Kind: in writeStatement()