HomeSort by relevance Sort by last modified time
    Searched refs:mEntryPointInst (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/rsov/compiler/spirit/
module.h 270 visitor->visit(mEntryPointInst);
293 EntryPointInst *getInstruction() const { return mEntryPointInst; }
302 EntryPointInst *mEntryPointInst;
module.cpp 448 mEntryPointInst = mBuilder->MakeEntryPoint(execModel, mFunction, mName);
457 if ((mEntryPointInst = Deserialize<EntryPointInst>(IS))) {
474 mEntryPointInst->mOperand4.push_back(var);

Completed in 664 milliseconds