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 268 visitor->visit(mEntryPointInst);
291 EntryPointInst *getInstruction() const { return mEntryPointInst; }
300 EntryPointInst *mEntryPointInst;
module.cpp 441 mEntryPointInst = mBuilder->MakeEntryPoint(execModel, mFunction, mName);
449 if ((mEntryPointInst = Deserialize<EntryPointInst>(IS))) {
466 mEntryPointInst->mOperand4.push_back(var);

Completed in 65 milliseconds