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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.h42 void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach * mtls) override;
H A DrsCpuIntrinsic.cpp115 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { function in class:RsdCpuScriptIntrinsic
H A DrsCpuScript.h90 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls);
H A DrsCpuScriptGroup.cpp228 si->forEachKernelSetup(slot, &mtls);
264 si->forEachKernelSetup(kernels[ct]->mSlot, &mtls);
H A DrsCpuScript.cpp748 forEachKernelSetup(slot, &mtls);
770 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStructForEach *mtls) { function in class:android::renderscript::RsdCpuScriptImpl
H A DrsCpuScriptGroup2.cpp174 si->forEachKernelSetup(funcID->mSlot, &mtls);

Completed in 1113 milliseconds