Home
last modified time | relevance | path

Searched refs:writeEntrypointAdapter (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h446 EntrypointAdapter writeEntrypointAdapter(const FunctionDeclaration& main);
DSkSLSPIRVCodeGenerator.cpp3408 SPIRVCodeGenerator::EntrypointAdapter SPIRVCodeGenerator::writeEntrypointAdapter( in writeEntrypointAdapter() function in SkSL::SPIRVCodeGenerator
3565 adapter = this->writeEntrypointAdapter(*main); in writeInstructions()