Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/ir/
DSkSLNop.h21 : INHERITED(-1, kNop_Kind) {} in Nop()
DSkSLStatement.h30 kNop_Kind, enumerator
/third_party/flutter/skia/src/sksl/
DSkSLCFGGenerator.cpp507 if (stmt->fKind == Statement::kNop_Kind) { in addStatement()
646 case Statement::kNop_Kind: in addStatement()
DSkSLGLSLCodeGenerator.cpp1328 case Statement::kNop_Kind: in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp1182 case Statement::kNop_Kind: in writeStatement()
DSkSLByteCodeGenerator.cpp1511 case Statement::kNop_Kind: in writeStatement()
DSkSLCompiler.cpp1224 if ((*varIter)->fKind == Statement::kNop_Kind) { in scanCFG()
DSkSLSPIRVCodeGenerator.cpp2718 if (decl.fVars[i]->fKind == Statement::kNop_Kind) { in writeGlobalVars()
2820 case Statement::kNop_Kind: in writeStatement()
DSkSLJIT.cpp1237 case Statement::kNop_Kind: in compileStatement()