Lines Matching refs:ScriptKernelID
36 ScriptGroup::IO::IO(const ScriptKernelID *kid) {
105 const ScriptKernelID *k = mKernels[ct].get();
151 const ScriptKernelID *k = mKernels[ct].get();
194 ScriptKernelID ** kernels, size_t kernelsSize,
195 ScriptKernelID ** src, size_t srcSize,
196 ScriptKernelID ** dstK, size_t dstKSize,
200 size_t kernelCount = kernelsSize / sizeof(ScriptKernelID *);
235 const ScriptKernelID *k = l->mSource.get();
256 void ScriptGroup::setInput(Context *rsc, ScriptKernelID *kid, Allocation *a) {
270 void ScriptGroup::setOutput(Context *rsc, ScriptKernelID *kid, Allocation *a) {
296 const ScriptKernelID *k = n->mKernels[ct2];
359 (ScriptKernelID **) kernels, kernelsSize,
360 (ScriptKernelID **) src, srcSize,
361 (ScriptKernelID **) dstK, dstKSize,
371 s->setInput(rsc, (ScriptKernelID *)kid, (Allocation *)alloc);
378 s->setOutput(rsc, (ScriptKernelID *)kid, (Allocation *)alloc);