Lines Matching refs:Ncv32u
64 std::map<std::string, Ncv32u> statsNums;
163 this->allocatorGPU.reset(new NCVMemStackAllocator(static_cast<Ncv32u>(devProp.textureAlignment)));
164 this->allocatorCPU.reset(new NCVMemStackAllocator(static_cast<Ncv32u>(devProp.textureAlignment)));
179 Ncv32u maxGPUsize = (Ncv32u)this->allocatorGPU.get()->maxSize();
180 Ncv32u maxCPUsize = (Ncv32u)this->allocatorCPU.get()->maxSize();
185 this->allocatorGPU.reset(new NCVMemStackAllocator(NCVMemoryTypeDevice, maxGPUsize, static_cast<Ncv32u>(devProp.textureAlignment)));
187 this->allocatorCPU.reset(new NCVMemStackAllocator(NCVMemoryTypeHostPinned, maxCPUsize, static_cast<Ncv32u>(devProp.textureAlignment)));
221 for (std::map<std::string,Ncv32u>::iterator it=report.statsNums.begin();