Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp469 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
473 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
496 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, std::string_view string, in writeInstruction() function in SkSL::SPIRVCodeGenerator
502 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, std::string_view string, in writeInstruction() function in SkSL::SPIRVCodeGenerator
509 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
517 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
524 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
532 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
541 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
552 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
[all …]
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2293 void ModuleBitcodeWriter::writeInstruction(const Instruction &I, in writeInstruction() function in ModuleBitcodeWriter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2602 void ModuleBitcodeWriter::writeInstruction(const Instruction &I, in writeInstruction() function in ModuleBitcodeWriter