Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.h477 SpvId fGLSLExtendedInstructions; member in SkSL::SPIRVCodeGenerator
H A DSkSLSPIRVCodeGenerator.cpp857 this->writeWord(fGLSLExtendedInstructions, out); in writeIntrinsicCall()
955 this->writeWord(fGLSLExtendedInstructions, out); in writeGLSLExtendedInstruction()
986 this->writeWord(fGLSLExtendedInstructions, out); in writeSpecialIntrinsic()
3536 fGLSLExtendedInstructions = this->nextId(nullptr); in writeInstructions()
3607 this->writeInstruction(SpvOpExtInstImport, fGLSLExtendedInstructions, "GLSL.std.450", out); in writeInstructions()

Completed in 9 milliseconds