Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h587 SpvOpEntryPoint = 15, enumerator
DSkSLSPIRVCodeGenerator.cpp211 case SpvOpEntryPoint: in opcode_text()
815 case SpvOpEntryPoint: // fall through in writeOpCode()
2870 this->writeOpCode(SpvOpEntryPoint, (SpvId) (3 + (strlen(main->fName.c_str()) + 4) / 4) + in writeInstructions()