Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp71 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()
DSkSLGLSLCodeGenerator.h86 virtual void writeFunction(const FunctionDefinition& f);
DSkSLMetalCodeGenerator.h130 void writeFunction(const FunctionDefinition& f);
DSkSLSPIRVCodeGenerator.h218 SpvId writeFunction(const FunctionDefinition& f, OutputStream& out);
DSkSLVMCodeGenerator.cpp175 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()
DSkSLGLSLCodeGenerator.cpp1043 void GLSLCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::GLSLCodeGenerator
1524 this->writeFunction(e.as<FunctionDefinition>()); in writeProgramElement()
DSkSLMetalCodeGenerator.cpp1929 void MetalCodeGenerator::writeFunction(const FunctionDefinition& f) { in writeFunction() function in SkSL::MetalCodeGenerator
2537 this->writeFunction(e.as<FunctionDefinition>()); in writeProgramElement()
DSkSLSPIRVCodeGenerator.cpp2930 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/
Drenderer_utils.cpp517 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/
DBitcodeWriter.cpp390 writeFunction(const Function &F,
3172 void ModuleBitcodeWriter::writeFunction( in writeFunction() function in ModuleBitcodeWriter
4275 writeFunction(*F, FunctionToBitcodeIndex); in write()