Searched refs:writeInstruction (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp232 this->writeInstruction(SpvOpLabel, label, out);
235 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { function in class:SkSL::SPIRVCodeGenerator
239 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { function in class:SkSL::SPIRVCodeGenerator
261 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out) { function in class:SkSL::SPIRVCodeGenerator
267 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, function in class:SkSL::SPIRVCodeGenerator
274 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
289 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
297 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
306 void SPIRVCodeGenerator::writeInstruction(SpvOp function in class:SkSL::SPIRVCodeGenerator
317 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
329 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
342 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
[all...]
H A DSkSLSPIRVCodeGenerator.h272 void writeInstruction(SpvOp_ opCode, OutputStream& out);
274 void writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out);
276 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out);
278 void writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, OutputStream& out);
280 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string,
283 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
285 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
288 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
291 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
294 void writeInstruction(SpvOp
[all...]
/external/skqp/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp232 this->writeInstruction(SpvOpLabel, label, out);
235 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { function in class:SkSL::SPIRVCodeGenerator
239 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { function in class:SkSL::SPIRVCodeGenerator
261 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out) { function in class:SkSL::SPIRVCodeGenerator
267 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, function in class:SkSL::SPIRVCodeGenerator
274 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
289 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
297 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
306 void SPIRVCodeGenerator::writeInstruction(SpvOp function in class:SkSL::SPIRVCodeGenerator
317 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
329 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
342 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, function in class:SkSL::SPIRVCodeGenerator
[all...]
H A DSkSLSPIRVCodeGenerator.h272 void writeInstruction(SpvOp_ opCode, OutputStream& out);
274 void writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out);
276 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out);
278 void writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, OutputStream& out);
280 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string,
283 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out);
285 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3,
288 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
291 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4,
294 void writeInstruction(SpvOp
[all...]
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp241 void writeInstruction(const Instruction &I, unsigned InstID,
2293 void ModuleBitcodeWriter::writeInstruction(const Instruction &I, function in class:ModuleBitcodeWriter
2905 writeInstruction(*I, InstID, Vals);

Completed in 175 milliseconds