Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h592 SpvOpTypeInt = 21, enumerator
DSkSLSPIRVCodeGenerator.cpp221 case SpvOpTypeInt: in opcode_text()
795 case SpvOpTypeInt: // fall through in writeOpCode()
1049 this->writeInstruction(SpvOpTypeInt, result, 32, 1, fConstantBuffer); in getType()
1051 this->writeInstruction(SpvOpTypeInt, result, 32, 0, fConstantBuffer); in getType()