Searched refs:writeFunction (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/src/sksl/codegen/ |
D | SkSLPipelineStageCodeGenerator.cpp | 71 void writeFunction(const FunctionDefinition& f); 321 void PipelineStageCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::PipelineStage::PipelineStageCodeGenerator 439 this->writeFunction(e.as<FunctionDefinition>()); in writeProgramElementSecondPass()
|
D | SkSLGLSLCodeGenerator.h | 86 virtual void writeFunction(const FunctionDefinition& f);
|
D | SkSLMetalCodeGenerator.h | 130 void writeFunction(const FunctionDefinition& f);
|
D | SkSLSPIRVCodeGenerator.h | 218 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
|
D | SkSLVMCodeGenerator.cpp | 175 void writeFunction(const FunctionDefinition& function, 370 this->writeFunction(function, arguments, outReturn); in writeProgram() 440 void SkVMGenerator::writeFunction(const FunctionDefinition& function, in writeFunction() function in SkSL::SkVMGenerator 1345 this->writeFunction(*f.function().definition(), SkMakeSpan(argVals), result.asSpan()); in writeFunctionCall()
|
D | SkSLGLSLCodeGenerator.cpp | 1043 void GLSLCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::GLSLCodeGenerator 1524 this->writeFunction(e.as<FunctionDefinition>()); in writeProgramElement()
|
D | SkSLMetalCodeGenerator.cpp | 1929 void MetalCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::MetalCodeGenerator 2537 this->writeFunction(e.as<FunctionDefinition>()); in writeProgramElement()
|
D | SkSLSPIRVCodeGenerator.cpp | 2930 SpvId SPIRVCodeGenerator::writeFunction(const FunctionDefinition& f, OutputStream& out) { in writeFunction() function in SkSL::SPIRVCodeGenerator 3587 this->writeFunction(*adapter.entrypointDef, body); in writeInstructions() 3594 this->writeFunction(e->as<FunctionDefinition>(), body); in writeInstructions()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 517 auto writeFunction = (destComponentType == GL_UNSIGNED_INT) ? WriteUintColor : WriteFloatColor; in CopyImageCHROMIUM() local 547 writeFunction(sourceColor, pixelWriteFunction, destPixelData); in CopyImageCHROMIUM()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 390 writeFunction(const Function &F, 3172 void ModuleBitcodeWriter::writeFunction( in writeFunction() function in ModuleBitcodeWriter 4275 writeFunction(*F, FunctionToBitcodeIndex); in write()
|