Searched refs:forEachKernelSetup (Results 1 – 6 of 6) sorted by relevance
57 void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach * mtls) override;
115 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup() function in android::renderscript::RsdCpuScriptIntrinsic
226 si->forEachKernelSetup(slot, &mtls); in execute()262 si->forEachKernelSetup(kernels[ct]->mSlot, &mtls); in execute()
92 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls);
756 forEachKernelSetup(slot, &mtls); in invokeForEach()778 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup() function in android::renderscript::RsdCpuScriptImpl
173 si->forEachKernelSetup(funcID->mSlot, &mtls); in CpuScriptGroup2Impl()