Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp3404 static std::shared_ptr<SymbolTable> get_top_level_symbol_table(const FunctionDeclaration& anyFunc) { in get_top_level_symbol_table() function
3414 std::shared_ptr<SymbolTable> symbolTable = get_top_level_symbol_table(main); in writeEntrypointAdapter()
3559 this->writeUniformBuffer(get_top_level_symbol_table(*main)); in writeInstructions()