Home
last modified time | relevance | path

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

12

/external/skia/src/sksl/
DSkSLPipelineStageCodeGenerator.h42 void writeFunction(const FunctionDefinition& f) override;
DSkSLCPPCodeGenerator.h60 void writeFunction(const FunctionDefinition& f) override;
DSkSLGLSLCodeGenerator.h121 virtual void writeFunction(const FunctionDefinition& f);
DSkSLMetalCodeGenerator.h164 void writeFunction(const FunctionDefinition& f);
DSkSLByteCodeGenerator.h232 void writeFunction(const FunctionDefinition& f);
DSkSLPipelineStageCodeGenerator.cpp214 void PipelineStageCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::PipelineStageCodeGenerator
DSkSLSPIRVCodeGenerator.h186 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
DSkSLGLSLCodeGenerator.cpp1215 void GLSLCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunctionCall() function in SkSL::GLSLCodeGenerator
1699 this->writeFunction((FunctionDefinition&) e); in writeFunctionCall()
/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/llvm/examples/Kaleidoscope/MCJIT/lazy/
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/cached/
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/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/llvm/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py146 def writeFunction(self, elements): member in KScriptGenerator
197 script.writeFunction(elementsPerFunc)
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp403 auto writeFunction = (destComponentType == GL_UNSIGNED_INT) ? WriteUintColor : WriteFloatColor; in CopyImageCHROMIUM() local
433 writeFunction(sourceColor, pixelWriteFunction, destPixelData); in CopyImageCHROMIUM()
/external/clang/utils/ABITest/
DABITestGen.py103 def writeFunction(self, i, FT): member in TypePrinter
653 P.writeFunction(N, FT)

12