Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h311 SpvId fGLSLExtendedInstructions; variable
DSkSLSPIRVCodeGenerator.cpp692 this->writeWord(fGLSLExtendedInstructions, out); in writeIntrinsicCall()
764 this->writeWord(fGLSLExtendedInstructions, out); in writeGLSLExtendedInstruction()
792 this->writeWord(fGLSLExtendedInstructions, out); in writeSpecialIntrinsic()
2885 fGLSLExtendedInstructions = this->nextId(); in writeInstructions()
2963 this->writeInstruction(SpvOpExtInstImport, fGLSLExtendedInstructions, "GLSL.std.450", out); in writeInstructions()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h311 SpvId fGLSLExtendedInstructions; variable
DSkSLSPIRVCodeGenerator.cpp692 this->writeWord(fGLSLExtendedInstructions, out); in writeIntrinsicCall()
764 this->writeWord(fGLSLExtendedInstructions, out); in writeGLSLExtendedInstruction()
792 this->writeWord(fGLSLExtendedInstructions, out); in writeSpecialIntrinsic()
2889 fGLSLExtendedInstructions = this->nextId(); in writeInstructions()
2967 this->writeInstruction(SpvOpExtInstImport, fGLSLExtendedInstructions, "GLSL.std.450", out); in writeInstructions()