Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dmodule.h270 visitor->visit(mEntryPointInst); in accept()
293 EntryPointInst *getInstruction() const { return mEntryPointInst; } in getInstruction()
302 EntryPointInst *mEntryPointInst; variable
Dmodule.cpp448 mEntryPointInst = mBuilder->MakeEntryPoint(execModel, mFunction, mName); in EntryPointDefinition()
457 if ((mEntryPointInst = Deserialize<EntryPointInst>(IS))) { in DeserializeInternal()
474 mEntryPointInst->mOperand4.push_back(var); in addToInterface()