Lines Matching refs:mAlloc
42 input->mAlloc.clear(); in ~ScriptGroup()
46 output->mAlloc.clear(); in ~ScriptGroup()
249 if (l->mAlloc.get()) { in create()
256 l->mAlloc = alloc; in create()
260 n->mOutputs[ct3]->mAlloc = alloc; in create()
276 mInputs[ct]->mAlloc = a; in setInput()
290 mOutputs[ct]->mAlloc = a; in setOutput()
303 if (mInputs[i]->mAlloc.get() == nullptr) { in validateInputAndOutput()
310 if (mOutputs[i]->mAlloc.get() == nullptr) { in validateInputAndOutput()
340 ain = n->mInputs[ct3]->mAlloc.get(); in execute()
346 ain = mInputs[ct3]->mAlloc.get(); in execute()
353 aout = n->mOutputs[ct3]->mAlloc.get(); in execute()
359 aout = mOutputs[ct3]->mAlloc.get(); in execute()