Searched refs:IsDeviceMemory (Results 1 – 6 of 6) sorted by relevance
520 if ( ! internal::Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), REQUIRED_SIZE ) ) in LoadWaveArchiveTable()579 if ( ! internal::Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), REQUIRED_SIZE ) ) in LoadIndividualWave()1089 if ( ! Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), fileSize ) ) in LoadFile()
140 if ( ! internal::Util::IsDeviceMemory( in Initialize()
379 IsDeviceMemory(const void* memory) in IsDeviceMemory() function
824 NW_ASSERT(nw::os::IsDeviceMemory(m_Buffer)); in FlushCache()
441 static bool IsDeviceMemory( uptr memory, size_t size ) in IsDeviceMemory() function
869 if (! nw::os::IsDeviceMemory(this->GetImageData())) in CheckMemoryLocation()