Home
last modified time | relevance | path

Searched refs:kDiscard_Kind (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/sksl/ast/
DSkSLASTDiscardStatement.h20 : INHERITED(offset, kDiscard_Kind) {} in ASTDiscardStatement()
DSkSLASTStatement.h33 kDiscard_Kind enumerator
/external/skqp/src/sksl/ir/
DSkSLDiscardStatement.h21 : INHERITED(offset, kDiscard_Kind) {} in DiscardStatement()
DSkSLStatement.h24 kDiscard_Kind, enumerator
/external/skqp/src/sksl/
DSkSLInterpreter.cpp102 case Statement::kDiscard_Kind: in runStatement()
DSkSLCFGGenerator.cpp503 case Statement::kDiscard_Kind: in addStatement()
DSkSLGLSLCodeGenerator.cpp1294 case Statement::kDiscard_Kind: in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp1029 case Statement::kDiscard_Kind: in writeStatement()
DSkSLJIT.cpp1221 case Statement::kDiscard_Kind: in compileStatement()
DSkSLIRGenerator.cpp224 case ASTStatement::kDiscard_Kind: in convertStatement()
DSkSLSPIRVCodeGenerator.cpp2820 case Statement::kDiscard_Kind: in writeStatement()