/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 233 this->writeInstruction(SpvOpLabel, label, out); in writeLabel() 236 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator 240 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator 262 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator 268 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, in writeInstruction() function in SkSL::SPIRVCodeGenerator 275 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator 283 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 298 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator 307 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator [all …]
|
D | SkSLSPIRVCodeGenerator.h | 329 void writeInstruction(SpvOp_ opCode, OutputStream& out); 331 void writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out); 333 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out); 335 void writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, OutputStream& out); 337 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string, 340 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out); 342 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, 345 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 348 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 351 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, [all …]
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 234 this->writeInstruction(SpvOpLabel, label, out); in writeLabel() 237 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator 241 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator 263 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out) { in writeInstruction() function in SkSL::SPIRVCodeGenerator 269 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, in writeInstruction() function in SkSL::SPIRVCodeGenerator 276 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator 284 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator 291 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator 299 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator 308 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() function in SkSL::SPIRVCodeGenerator [all …]
|
D | SkSLSPIRVCodeGenerator.h | 277 void writeInstruction(SpvOp_ opCode, OutputStream& out); 279 void writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out); 281 void writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out); 283 void writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, OutputStream& out); 285 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, StringFragment string, 288 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, OutputStream& out); 290 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, 293 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 296 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, 299 void writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, int32_t word3, int32_t word4, [all …]
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 241 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 377 void writeInstruction(const Instruction &I, unsigned InstID, 2522 void ModuleBitcodeWriter::writeInstruction(const Instruction &I, in writeInstruction() function in ModuleBitcodeWriter 3068 writeInstruction(*I, InstID, Vals); in writeFunction()
|