Home | History | Annotate | Download | only in cpu_ref

Lines Matching full:allocation

460         mBoundAllocs = new Allocation *[info->getExportVarNames().size()];
652 mBoundAllocs = new Allocation *[varCount];
723 void RsdCpuScriptImpl::forEachMtlsSetup(const Allocation * ain, Allocation * aout,
824 const Allocation * ain,
825 Allocation * aout,
970 void RsdCpuScriptImpl::setGlobalBind(uint32_t slot, Allocation *data) {
1084 Allocation * RsdCpuScriptImpl::getAllocationForPointer(const void *ptr) const {
1090 Allocation *a = mBoundAllocs[ct];
1100 void RsdCpuScriptImpl::preLaunch(uint32_t slot, const Allocation * ain,
1101 Allocation * aout, const void * usr,
1106 void RsdCpuScriptImpl::postLaunch(uint32_t slot, const Allocation * ain,
1107 Allocation * aout, const void * usr,