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

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

Completed in 38 milliseconds