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

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic.h48 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls);
H A DrsCpuIntrinsic.cpp139 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls) { function in class:RsdCpuScriptIntrinsic
H A DrsCpuScript.h111 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls);
H A DrsCpuScriptGroup.cpp200 si->forEachKernelSetup(slot, &mtls);
219 si->forEachKernelSetup(kernels[ct]->mSlot, &mtls);
H A DrsCpuScript.cpp1060 forEachKernelSetup(slot, &mtls);
1078 forEachKernelSetup(slot, &mtls);
1085 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls) { function in class:android::renderscript::RsdCpuScriptImpl

Completed in 348 milliseconds