Searched refs:REQUIRED_SIZE (Results 1 – 1 of 1) sorted by relevance
565 const u32 REQUIRED_SIZE = in LoadWaveArchiveTable() local570 void* buffer = pAllocator->Alloc( REQUIRED_SIZE ); in LoadWaveArchiveTable()571 if ( ! internal::Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), REQUIRED_SIZE ) ) in LoadWaveArchiveTable()628 const size_t REQUIRED_SIZE = WAVE_FILE_SIZE + sizeof(IndividualWaveInfo); in LoadIndividualWave() local629 void* buffer = pAllocator->Alloc( REQUIRED_SIZE ); in LoadIndividualWave()630 if ( ! internal::Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), REQUIRED_SIZE ) ) in LoadIndividualWave()