Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h598 SpvOpTypeSampledImage = 27, enumerator
DSkSLSPIRVCodeGenerator.cpp233 case SpvOpTypeSampledImage: in opcode_text()
806 case SpvOpTypeSampledImage: // fall through in writeOpCode()
1101 this->writeInstruction(SpvOpTypeSampledImage, result, image, fConstantBuffer); in getType()