Home
last modified time | relevance | path

Searched refs:writeInstruction (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp835 this->writeInstruction(SpvOpLabel, label, out); in writeLabel()
838 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, SkWStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
842 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, SkWStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
865 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, const char* string, SkWStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
872 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, const char* string, in writeInstruction() function in SkSL::SPIRVCodeGenerator
880 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
889 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
896 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
904 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
913 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
[all …]
DSkSLSPIRVCodeGenerator.h236 void writeInstruction(SpvOp_ opCode, SkWStream& out);
238 void writeInstruction(SpvOp_ opCode, const char* string, SkWStream& out);
240 void writeInstruction(SpvOp_ opCode, int32_t word1, SkWStream& out);
242 void writeInstruction(SpvOp_ opCode, int32_t word1, const char* string, SkWStream& out);
244 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, const char* string,
247 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, SkWStream& out);
249 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
252 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
255 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
258 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
[all …]
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp241 void writeInstruction(const Instruction &I, unsigned InstID,
2293 void ModuleBitcodeWriter::writeInstruction(const Instruction &I, in writeInstruction() function in ModuleBitcodeWriter
2905 writeInstruction(*I, InstID, Vals); in writeFunction()