Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:aout

77                                       Allocation * aout, const void * usr,
82 Allocation * aout, const void * usr,
88 Allocation * aout,
94 preLaunch(slot, ain, aout, usr, usrLen, sc);
96 forEachMtlsSetup(ain, aout, usr, usrLen, sc, &mtls);
104 mCtx->launchThreads(ain, aout, sc, &mtls);
107 postLaunch(slot, ain, aout, usr, usrLen, sc);
113 Allocation * aout,
123 preLaunch(slot, ains[0], aout, usr, usrLen, sc);
125 forEachMtlsSetup(ains, inLen, aout, usr, usrLen, sc, &mtls);
133 mCtx->launchThreads(ains, inLen, aout, sc, &mtls);
136 postLaunch(slot, ains[0], aout, usr, usrLen, sc);