Home
last modified time | relevance | path

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

/external/skia/src/sksl/ast/
DSkSLASTStatement.h25 kIf_Kind, enumerator
DSkSLASTIfStatement.h21 : INHERITED(offset, kIf_Kind) in ASTIfStatement()
/external/skqp/src/sksl/ast/
DSkSLASTStatement.h25 kIf_Kind, enumerator
DSkSLASTIfStatement.h21 : INHERITED(offset, kIf_Kind) in ASTIfStatement()
/external/skqp/src/sksl/ir/
DSkSLStatement.h29 kIf_Kind, enumerator
DSkSLIfStatement.h22 : INHERITED(offset, kIf_Kind) in IfStatement()
/external/skia/src/sksl/ir/
DSkSLStatement.h29 kIf_Kind, enumerator
DSkSLIfStatement.h22 : INHERITED(offset, kIf_Kind) in IfStatement()
/external/skqp/src/sksl/
DSkSLCompiler.cpp925 case Statement::kIf_Kind: { in contains_conditional_break()
967 if (contains_conditional_break(*stmt, s->fKind == Statement::kIf_Kind)) { in block_for_case()
1012 case Statement::kIf_Kind: { in simplifyStatement()
1186 case Statement::kIf_Kind: in scanCFG()
DSkSLInterpreter.cpp144 case Statement::kIf_Kind: { in runStatement()
DSkSLMetalCodeGenerator.cpp1008 case Statement::kIf_Kind: in writeStatement()
1466 case Statement::kIf_Kind: { in requirements()
DSkSLCFGGenerator.cpp460 case Statement::kIf_Kind: { in addStatement()
DSkSLGLSLCodeGenerator.cpp1273 case Statement::kIf_Kind: in writeFunctionCall()
DSkSLJIT.cpp1234 case Statement::kIf_Kind: in compileStatement()
DSkSLIRGenerator.cpp208 case ASTStatement::kIf_Kind: in convertStatement()
DSkSLSPIRVCodeGenerator.cpp2799 case Statement::kIf_Kind: in writeStatement()
/external/skia/src/sksl/
DSkSLCompiler.cpp925 case Statement::kIf_Kind: { in contains_conditional_break()
967 if (contains_conditional_break(*stmt, s->fKind == Statement::kIf_Kind)) { in block_for_case()
1012 case Statement::kIf_Kind: { in simplifyStatement()
1186 case Statement::kIf_Kind: in scanCFG()
DSkSLInterpreter.cpp144 case Statement::kIf_Kind: { in runStatement()
DSkSLMetalCodeGenerator.cpp1152 case Statement::kIf_Kind: in writeStatement()
1608 case Statement::kIf_Kind: { in requirements()
DSkSLCFGGenerator.cpp461 case Statement::kIf_Kind: { in addStatement()
DSkSLGLSLCodeGenerator.cpp1300 case Statement::kIf_Kind: in writeFunctionCall()
DSkSLJIT.cpp1234 case Statement::kIf_Kind: in compileStatement()
DSkSLIRGenerator.cpp214 case ASTStatement::kIf_Kind: in convertStatement()
DSkSLSPIRVCodeGenerator.cpp2790 case Statement::kIf_Kind: in writeStatement()