Searched defs:structType (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp418 Module *Module::addStructType(TypeStructInst *structType) { argument
419 getGlobalSection()->addStructType(structType);
864 GlobalSection *GlobalSection::addStructType(TypeStructInst *structType) {
865 mGlobalDefs.push_back(structType);

Completed in 9 milliseconds