Searched refs:REQUIRED_SIZE (Results 1 – 1 of 1) sorted by relevance
575 const u32 REQUIRED_SIZE = in LoadWaveArchiveTable() local580 void* buffer = pAllocator->Alloc( REQUIRED_SIZE ); in LoadWaveArchiveTable()581 if ( ! internal::Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), REQUIRED_SIZE ) ) in LoadWaveArchiveTable()638 const size_t REQUIRED_SIZE = WAVE_FILE_SIZE + sizeof(IndividualWaveInfo); in LoadIndividualWave() local639 void* buffer = pAllocator->Alloc( REQUIRED_SIZE ); in LoadIndividualWave()640 if ( ! internal::Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), REQUIRED_SIZE ) ) in LoadIndividualWave()