Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h601 SpvOpTypeStruct = 30, enumerator
DSkSLSPIRVCodeGenerator.cpp239 case SpvOpTypeStruct: in opcode_text()
804 case SpvOpTypeStruct: // fall through in writeOpCode()
985 this->writeOpCode(SpvOpTypeStruct, 2 + (int32_t) types.size(), fConstantBuffer); in writeStruct()