Home
last modified time | relevance | path

Searched refs:SpvOpFunctionEnd (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/
Dspirv.h624 SpvOpFunctionEnd = 56, enumerator
DSkSLSPIRVCodeGenerator.cpp285 case SpvOpFunctionEnd: in opcode_text()
810 case SpvOpFunctionEnd: // fall through in writeOpCode()
2462 this->writeInstruction(SpvOpFunctionEnd, out); in writeFunction()