Lines Matching refs:mAlloc
42 input->mAlloc.clear(); in ~ScriptGroup()
46 output->mAlloc.clear(); in ~ScriptGroup()
231 if (l->mAlloc.get()) { in create()
236 l->mAlloc = alloc; in create()
240 n->mOutputs[ct3]->mAlloc = alloc; in create()
256 mInputs[ct]->mAlloc = a; in setInput()
270 mOutputs[ct]->mAlloc = a; in setOutput()
283 if (mInputs[i]->mAlloc.get() == nullptr) { in validateInputAndOutput()
290 if (mOutputs[i]->mAlloc.get() == nullptr) { in validateInputAndOutput()
320 ain = n->mInputs[ct3]->mAlloc.get(); in execute()
326 ain = mInputs[ct3]->mAlloc.get(); in execute()
333 aout = n->mOutputs[ct3]->mAlloc.get(); in execute()
339 aout = mOutputs[ct3]->mAlloc.get(); in execute()