Searched refs:canAllocate (Results 1 - 4 of 4) sorted by relevance

/gem5/src/gpu-compute/
H A Dpool_manager.hh51 virtual bool canAllocate(uint32_t numRegions, uint32_t size) = 0;
H A Dsimple_pool_manager.hh57 bool canAllocate(uint32_t numRegions, uint32_t size);
H A Dsimple_pool_manager.cc67 SimplePoolManager::canAllocate(uint32_t numRegions, uint32_t size) function in class:SimplePoolManager
H A Dcompute_unit.cc416 vregAvail = vrf[j]->manager->canAllocate(numWfsPerSimd[j],

Completed in 11 milliseconds