Searched refs:fGLSLExtendedInstructions (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 311 SpvId fGLSLExtendedInstructions; variable
|
D | SkSLSPIRVCodeGenerator.cpp | 692 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/ |
D | SkSLSPIRVCodeGenerator.h | 311 SpvId fGLSLExtendedInstructions; variable
|
D | SkSLSPIRVCodeGenerator.cpp | 692 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()
|