Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp243 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
247 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
269 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
275 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, in writeInstruction() function in SkSL::SPIRVCodeGenerator
282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
290 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
297 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
305 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
314 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
325 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
[all …]
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp310 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
314 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator
337 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, skstd::string_view string, in writeInstruction() function in SkSL::SPIRVCodeGenerator
344 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, skstd::string_view string, in writeInstruction() function in SkSL::SPIRVCodeGenerator
351 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
359 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
366 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
374 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
383 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
394 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2602 void ModuleBitcodeWriter::writeInstruction(const Instruction &I, in writeInstruction() function in ModuleBitcodeWriter