Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp41 mExtensionsDeleter(mExtensions), mExtInstImportsDeleter(mExtInstImports), in Module()
51 mExtensionsDeleter(mExtensions), mExtInstImportsDeleter(mExtInstImports), in Module()
120 DeserializeZeroOrMore<ExtInstImportInst>(IS, mExtInstImports); in DeserializeInternal()
194 mExtInstImports.push_back(extInst); in addExtInstImport()
Dmodule.h93 for (auto imp : mExtInstImports) { in accept()
231 std::vector<ExtInstImportInst *> mExtInstImports; variable