/external/skqp/src/sksl/ |
D | SkSLPipelineStageCodeGenerator.cpp | 180 void PipelineStageCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::PipelineStageCodeGenerator 198 INHERITED::writeFunction(f); in writeFunction()
|
D | SkSLPipelineStageCodeGenerator.h | 49 void writeFunction(const FunctionDefinition& f) override;
|
D | SkSLCPPCodeGenerator.h | 60 void writeFunction(const FunctionDefinition& f) override;
|
D | SkSLGLSLCodeGenerator.h | 116 virtual void writeFunction(const FunctionDefinition& f);
|
D | SkSLMetalCodeGenerator.h | 159 void writeFunction(const FunctionDefinition& f);
|
D | SkSLSPIRVCodeGenerator.h | 140 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
|
D | SkSLCPPCodeGenerator.cpp | 433 void CPPCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::CPPCodeGenerator 450 INHERITED::writeFunction(f); in writeFunction()
|
D | SkSLGLSLCodeGenerator.cpp | 1018 void GLSLCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator 1491 this->writeFunction((FunctionDefinition&) e); in writeFunctionCall()
|
D | SkSLMetalCodeGenerator.cpp | 625 void MetalCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::MetalCodeGenerator 1352 this->writeFunction((FunctionDefinition&) e); in writeProgramElement()
|
/external/skia/src/sksl/ |
D | SkSLPipelineStageCodeGenerator.cpp | 181 void PipelineStageCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::PipelineStageCodeGenerator 199 INHERITED::writeFunction(f); in writeFunction()
|
D | SkSLPipelineStageCodeGenerator.h | 49 void writeFunction(const FunctionDefinition& f) override;
|
D | SkSLCPPCodeGenerator.h | 60 void writeFunction(const FunctionDefinition& f) override;
|
D | SkSLGLSLCodeGenerator.h | 116 virtual void writeFunction(const FunctionDefinition& f);
|
D | SkSLMetalCodeGenerator.h | 161 void writeFunction(const FunctionDefinition& f);
|
D | SkSLSPIRVCodeGenerator.h | 184 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
|
D | SkSLCPPCodeGenerator.cpp | 475 void CPPCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::CPPCodeGenerator 492 INHERITED::writeFunction(f); in writeFunction()
|
D | SkSLGLSLCodeGenerator.cpp | 1037 void GLSLCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator 1518 this->writeFunction((FunctionDefinition&) e); in writeFunctionCall()
|
D | SkSLMetalCodeGenerator.cpp | 771 void MetalCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::MetalCodeGenerator 1494 this->writeFunction((FunctionDefinition&) e); in writeProgramElement()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | genk-timing.py | 141 def writeFunction(self, elements): member in KScriptGenerator 192 script.writeFunction(elementsPerFunc)
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 141 def writeFunction(self, elements): member in KScriptGenerator 192 script.writeFunction(elementsPerFunc)
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | genk-timing.py | 141 def writeFunction(self, elements): member in KScriptGenerator 192 script.writeFunction(elementsPerFunc)
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 141 def writeFunction(self, elements): member in KScriptGenerator 192 script.writeFunction(elementsPerFunc)
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 146 def writeFunction(self, elements): member in KScriptGenerator 197 script.writeFunction(elementsPerFunc)
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 146 def writeFunction(self, elements): member in KScriptGenerator 197 script.writeFunction(elementsPerFunc)
|
/external/clang/utils/ABITest/ |
D | ABITestGen.py | 103 def writeFunction(self, i, FT): member in TypePrinter 653 P.writeFunction(N, FT)
|