/external/skia/src/sksl/ |
D | SkSLPipelineStageCodeGenerator.h | 42 void writeFunction(const FunctionDefinition& f) override;
|
D | SkSLCPPCodeGenerator.h | 60 void writeFunction(const FunctionDefinition& f) override;
|
D | SkSLGLSLCodeGenerator.h | 121 virtual void writeFunction(const FunctionDefinition& f);
|
D | SkSLMetalCodeGenerator.h | 164 void writeFunction(const FunctionDefinition& f);
|
D | SkSLByteCodeGenerator.h | 232 void writeFunction(const FunctionDefinition& f);
|
D | SkSLPipelineStageCodeGenerator.cpp | 214 void PipelineStageCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::PipelineStageCodeGenerator
|
D | SkSLSPIRVCodeGenerator.h | 186 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
|
D | SkSLGLSLCodeGenerator.cpp | 1215 void GLSLCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator 1699 this->writeFunction((FunctionDefinition&) e); in writeFunctionCall()
|
/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/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
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/cached/ |
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/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/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 146 def writeFunction(self, elements): member in KScriptGenerator 197 script.writeFunction(elementsPerFunc)
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 403 auto writeFunction = (destComponentType == GL_UNSIGNED_INT) ? WriteUintColor : WriteFloatColor; in CopyImageCHROMIUM() local 433 writeFunction(sourceColor, pixelWriteFunction, destPixelData); in CopyImageCHROMIUM()
|
/external/clang/utils/ABITest/ |
D | ABITestGen.py | 103 def writeFunction(self, i, FT): member in TypePrinter 653 P.writeFunction(N, FT)
|