Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsic.h48 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls);
DrsCpuScriptGroup.cpp200 si->forEachKernelSetup(slot, &mtls); in execute()
219 si->forEachKernelSetup(kernels[ct]->mSlot, &mtls); in execute()
DrsCpuIntrinsic.cpp139 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls) { in forEachKernelSetup() function in RsdCpuScriptIntrinsic
DrsCpuScript.h111 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls);
DrsCpuScript.cpp1055 forEachKernelSetup(slot, &mtls); in invokeForEach()
1073 forEachKernelSetup(slot, &mtls); in invokeForEachMulti()
1080 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls) { in forEachKernelSetup() function in android::renderscript::RsdCpuScriptImpl