Home
last modified time | relevance | path

Searched refs:writeFunction (Results 1 – 25 of 29) sorted by relevance

12

/external/skqp/src/sksl/
DSkSLPipelineStageCodeGenerator.cpp180 void PipelineStageCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::PipelineStageCodeGenerator
198 INHERITED::writeFunction(f); in writeFunction()
DSkSLPipelineStageCodeGenerator.h49 void writeFunction(const FunctionDefinition& f) override;
DSkSLCPPCodeGenerator.h60 void writeFunction(const FunctionDefinition& f) override;
DSkSLGLSLCodeGenerator.h116 virtual void writeFunction(const FunctionDefinition& f);
DSkSLMetalCodeGenerator.h159 void writeFunction(const FunctionDefinition& f);
DSkSLSPIRVCodeGenerator.h140 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
DSkSLCPPCodeGenerator.cpp433 void CPPCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::CPPCodeGenerator
450 INHERITED::writeFunction(f); in writeFunction()
DSkSLGLSLCodeGenerator.cpp1018 void GLSLCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
1491 this->writeFunction((FunctionDefinition&) e); in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp625 void MetalCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::MetalCodeGenerator
1352 this->writeFunction((FunctionDefinition&) e); in writeProgramElement()
/external/skia/src/sksl/
DSkSLPipelineStageCodeGenerator.cpp181 void PipelineStageCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::PipelineStageCodeGenerator
199 INHERITED::writeFunction(f); in writeFunction()
DSkSLPipelineStageCodeGenerator.h49 void writeFunction(const FunctionDefinition& f) override;
DSkSLCPPCodeGenerator.h60 void writeFunction(const FunctionDefinition& f) override;
DSkSLGLSLCodeGenerator.h116 virtual void writeFunction(const FunctionDefinition& f);
DSkSLMetalCodeGenerator.h161 void writeFunction(const FunctionDefinition& f);
DSkSLSPIRVCodeGenerator.h184 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
DSkSLCPPCodeGenerator.cpp475 void CPPCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::CPPCodeGenerator
492 INHERITED::writeFunction(f); in writeFunction()
DSkSLGLSLCodeGenerator.cpp1037 void GLSLCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
1518 this->writeFunction((FunctionDefinition&) e); in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp771 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/
Dgenk-timing.py141 def writeFunction(self, elements): member in KScriptGenerator
192 script.writeFunction(elementsPerFunc)
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py141 def writeFunction(self, elements): member in KScriptGenerator
192 script.writeFunction(elementsPerFunc)
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py141 def writeFunction(self, elements): member in KScriptGenerator
192 script.writeFunction(elementsPerFunc)
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py141 def writeFunction(self, elements): member in KScriptGenerator
192 script.writeFunction(elementsPerFunc)
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py146 def writeFunction(self, elements): member in KScriptGenerator
197 script.writeFunction(elementsPerFunc)
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py146 def writeFunction(self, elements): member in KScriptGenerator
197 script.writeFunction(elementsPerFunc)
/external/clang/utils/ABITest/
DABITestGen.py103 def writeFunction(self, i, FT): member in TypePrinter
653 P.writeFunction(N, FT)

12