Home
last modified time | relevance | path

Searched refs:forEachKernelSetup (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsic.h57 void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach * mtls) override;
DrsCpuIntrinsic.cpp115 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup() function in android::renderscript::RsdCpuScriptIntrinsic
DrsCpuScriptGroup.cpp226 si->forEachKernelSetup(slot, &mtls); in execute()
262 si->forEachKernelSetup(kernels[ct]->mSlot, &mtls); in execute()
DrsCpuScript.h92 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls);
DrsCpuScript.cpp756 forEachKernelSetup(slot, &mtls); in invokeForEach()
778 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { in forEachKernelSetup() function in android::renderscript::RsdCpuScriptImpl
DrsCpuScriptGroup2.cpp173 si->forEachKernelSetup(funcID->mSlot, &mtls); in CpuScriptGroup2Impl()