Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp832 this->writeInstruction(SpvOpLabel, label, out); in writeLabel()
835 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
839 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
862 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, const char* string, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
869 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, const char* string, in writeInstruction() function in SkSL::SPIRVCodeGenerator
877 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
886 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
893 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
901 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
910 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
[all …]
DSkSLSPIRVCodeGenerator.h246 void writeInstruction(SpvOp_ opCode, OutputStream& out);
248 void writeInstruction(SpvOp_ opCode, const char* string, OutputStream& out);
250 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out);
252 void writeInstruction(SpvOp_ opCode, int32_t word1, const char* string, OutputStream& out);
254 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, const char* string,
257 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
259 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
262 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
265 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
268 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()