Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h283 SpvId fGLSLExtendedInstructions; variable
DSkSLSPIRVCodeGenerator.cpp1265 this->writeWord(fGLSLExtendedInstructions, out); in writeIntrinsicCall()
1305 this->writeWord(fGLSLExtendedInstructions, out); in writeSpecialIntrinsic()
3011 fGLSLExtendedInstructions = this->nextId(); in writeInstructions()
3058 this->writeInstruction(SpvOpExtInstImport, fGLSLExtendedInstructions, "GLSL.std.450", out); in writeInstructions()