Searched refs:forEachKernelSetup (Results 1 – 5 of 5) sorted by relevance
48 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls);
200 si->forEachKernelSetup(slot, &mtls); in execute()219 si->forEachKernelSetup(kernels[ct]->mSlot, &mtls); in execute()
139 void RsdCpuScriptIntrinsic::forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls) { in forEachKernelSetup() function in RsdCpuScriptIntrinsic
111 virtual void forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls);
1055 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