| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_HioPacketChannel.h | 38 static const size_t BUFFER_SIZE; 163 size_t SendPacket( 165 size_t headerLength, 167 size_t dataLength 190 size_t* headerWrittenSize, 191 size_t* dataWrittenSize, 193 size_t headerLength, 195 size_t dataLength, 242 static const size_t BUFFER_SIZE; 262 size_t SendPacket(const void* ,size_t ,const void* ,size_t ) { return 0; } in SendPacket() argument [all …]
|
| D | demo_Memory.h | 32 const size_t DEMO_MEMORY_SIZE = 0x1000000; 35 const size_t DEMO_PARTICLE_MEMORY_SIZE = 0x100000; 47 void InitializeDemoAllocator(DemoAllocator* allocator, size_t size, bit32 option = 0 ); 79 void* Alloc(size_t size, u8 alignment = 4); 121 void Initialize(uptr startAddress, size_t size, bit32 option = 0); 145 virtual void* Alloc(size_t size, u8 alignment) in Alloc() 203 size_t GetFreeSize(); 210 size_t GetTotalSize(); 219 size_t GetMemoryBlockSize(void* address); 236 void SetBreakAlloc(int address, size_t size) in SetBreakAlloc() [all …]
|
| D | demo_CommandListSwapper.h | 47 size_t commandListCount; //!< 生成するコマンドリストの数です。 48 size_t bufferSize; //!< 1つのコマンドリストのバッファサイズです。 49 size_t requestCount; //!< 1つのコマンドリクエストの上限数です。 50 size_t reusableBufferSize; //!< 1つの再利用コマンドリストのコマンドバッファのサイズを表します。 51 size_t reusableRequestCount; //!< 1つの再利用コマンドリストのコマンドリクエストの上限数です。 52 size_t maxGpuProfilingEntryCount; //!< GPU プロファイルエントリの上限数です。 194 size_t GetListCount() const { return this->m_CommandLists.size(); } in GetListCount()
|
| D | demo_CameraController.h | 48 size_t maxCameraCount; //!< 登録できるカメラの最大数です 68 Builder& MaxCameraCount(size_t count) in MaxCameraCount() 110 static const size_t MAX_CAMERA_COUNT = 10;
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_SoundArchiveLoader.h | 135 size_t loadBlockSize = 0 168 size_t loadBlockSize = 0 237 size_t loadBlockSize ); 242 size_t loadBlockSize, 248 size_t loadBlockSize ); 253 size_t loadBlockSize ); 257 size_t loadBlockSize ); 262 size_t loadBlockSize ); 266 size_t loadBlockSize ); 271 size_t loadBlockSize ); [all …]
|
| D | snd_StreamBufferPool.h | 27 void Initialize( void* pBuffer, size_t size, int blockCount ); 33 size_t GetBlockSize() const { return m_BlockSize; } in GetBlockSize() 40 size_t m_BufferSize; //< バッファの全体サイズ 41 size_t m_BlockSize; //< 1 ブロックあたりのバイト数
|
| D | snd_SoundHeap.h | 115 size_t size 142 virtual void* Alloc( size_t size ); 167 size_t size, 263 size_t GetSize() const in GetSize() 276 size_t GetFreeSize() const in GetFreeSize()
|
| D | snd_HioSoundArchive.h | 122 size_t GetHeaderSize() const { return m_ArchiveReader.GetInfoBlockSize(); } in GetHeaderSize() 142 bool LoadHeader( void* buffer, size_t size ); 157 size_t GetLabelStringDataSize() const { return m_ArchiveReader.GetStringBlockSize(); } in GetLabelStringDataSize() 182 bool LoadLabelStringData( void* buffer, size_t size ); 186 virtual size_t detail_GetRequiredStreamBufferSize() const;
|
| D | snd_PlayerHeap.h | 50 bool Create( void* startAddress, size_t size ); 54 virtual void* Alloc( size_t size ); 63 size_t GetFreeSize() const;
|
| D | snd_SoundSystem.h | 128 size_t soundThreadStackSize; 136 size_t soundThreadCommandBufferSize; 147 size_t taskThreadStackSize; 155 size_t taskThreadCommandBufferSize; 264 size_t workMemSize 287 static size_t GetRequiredMemSize( const SoundSystemParam& param );
|
| D | snd_Sound3DManager.h | 187 size_t GetRequiredMemSize( const SoundArchive* archive ); 213 size_t size 455 virtual void* detail_AllocAmbientArg( size_t argSize ); 471 size_t m_SoundParamPoolBufferSize;
|
| D | snd_FxDelay.h | 220 size_t GetRequiredMemSize(); 243 bool AssignWorkBuffer( uptr buffer, size_t size ); 275 size_t m_BufferSize; ///< バッファサイズ
|
| /NW4C-1.3.3/include/nw/os/ |
| D | os_Memory.h | 42 MemCpy(void* dstp, const void* srcp, size_t size) in MemCpy() 74 virtual void* Alloc(size_t size, u8 alignment) = 0; 90 void* Alloc(size_t size) { return this->Alloc( size, DEFAULT_ALIGNMENT ); } in Alloc() 93 void* AllocAndClear(size_t size, u8 data, u8 alignment = DEFAULT_ALIGNMENT) 221 const size_t memorySize = sizeof(TObject); in AllocateAndFill() 243 AllocateAndFillN(os::IAllocator* allocator, size_t size, u8 value) in AllocateAndFillN() 292 AllocateAndCopyString(const TChar* str, os::IAllocator* allocator, size_t maxSize) in AllocateAndCopyString() 296 size_t length = std::char_traits<TChar>::length(str); in AllocateAndCopyString() 299 size_t bufferSize = length + 1; in AllocateAndCopyString() 404 static const size_t MAX_ALIGNMENT = IAllocator::CACHE_LINE_ALIGNMENT; [all …]
|
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_Inlines.h | 66 NW_INLINE size_t 69 std::size_t destCount, in strncpy_t() 71 std::size_t srcCount) in strncpy_t() 73 size_t length = 0; in strncpy_t() 106 NW_INLINE size_t 109 std::size_t destCount, in strcpy() 128 NW_INLINE size_t 131 std::size_t destCount, in wcsncpy() 151 NW_INLINE size_t 154 std::size_t destCount, in strncpy() [all …]
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_Memory.cpp | 49 size_t offset = nw::ut::GetOffsetFromPtr( memory, top ); in AlignMemory_() 58 InitializeDemoAllocator( DemoAllocator* allocator, size_t size, bit32 option /* = 0 */ ) in InitializeDemoAllocator() 85 const size_t DEMO_MAIN_MEMORY_SIZE = 0x2000000; // 32MB in InitializeDemoMemory() 112 Alloc(size_t size, u8 alignment) in Alloc() 144 DemoAllocator::Initialize(uptr startAddress, size_t size, bit32 option) in Initialize() 158 size_t 165 size_t 172 size_t
|
| D | demo_HioPacketChannel.cpp | 25 const size_t HioPacketChannel::BUFFER_SIZE = 1024; 111 size_t 114 size_t headerLength, in SendPacket() 116 size_t dataLength in SendPacket() 120 size_t writtenSize; in SendPacket() 121 size_t totalSize = 0; in SendPacket() 185 size_t* headerWrittenSize, in ReceivePacket() 186 size_t* dataWrittenSize, in ReceivePacket() 188 size_t headerLength, in ReceivePacket() 190 size_t dataLength, in ReceivePacket()
|
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_SceneBuilder.h | 147 size_t GetMemorySize( 148 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 166 size_t GetDeviceMemorySize( 167 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 185 size_t GetMemorySizeTree( 186 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT 204 size_t GetDeviceMemorySizeTree( 205 size_t alignment = os::IAllocator::DEFAULT_ALIGNMENT
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_Sound3DManager.cpp | 67 size_t Sound3DManager::GetRequiredMemSize( const SoundArchive* arc ) in GetRequiredMemSize() 81 return static_cast<size_t>( numSounds ) * sizeof( Sound3DParam ); in GetRequiredMemSize() 98 size_t size in Initialize() 109 size_t memSize = GetRequiredMemSize( arc ); in Initialize() 131 size_t memSize = GetRequiredMemSize( arc ); in InitializeWithMoreSoundArchive() 253 void* Sound3DManager::detail_AllocAmbientArg( size_t argSize ) in detail_AllocAmbientArg()
|
| D | snd_FxReverb.cpp | 210 bool FxReverb::AssignWorkBuffer( uptr buffer, size_t size ) in AssignWorkBuffer() 229 size_t FxReverb::GetRequiredMemSize() in GetRequiredMemSize() 231 const size_t bufSizeForEarlyReflection = sizeof(s32) in GetRequiredMemSize() 233 const size_t bufSizeForPreDelay = sizeof(s32) in GetRequiredMemSize() 235 const size_t bufSizeForFilterComp0 = sizeof(s32) * m_FilterSize.m_Comb0; in GetRequiredMemSize() 236 const size_t bufSizeForFilterComp1 = sizeof(s32) * m_FilterSize.m_Comb1; in GetRequiredMemSize() 237 const size_t bufSizeForFilterAllPass = sizeof(s32) * m_FilterSize.m_AllPass; in GetRequiredMemSize() 239 size_t result = ( in GetRequiredMemSize() 255 const size_t bufSizeForEarlyReflection = sizeof(s32) in AllocBuffer() 257 const size_t bufSizeForPreDelay = sizeof(s32) in AllocBuffer() [all …]
|
| D | snd_PlayerHeap.cpp | 68 bool PlayerHeap::Create( void* startAddress, size_t size ) in Create() 105 void* PlayerHeap::Alloc( size_t size ) in Alloc() 149 size_t PlayerHeap::GetFreeSize() const in GetFreeSize() 151 size_t offset = ut::GetOffsetFromPtr( m_pAllocAddress, m_pEndAddress ); in GetFreeSize()
|
| /NW4C-1.3.3/demos/snd/simple/sources/ |
| D | SimpleApp.cpp | 52 size_t workMemSize = nw::snd::SoundSystem::GetRequiredMemSize( param ); in InitializeSoundSystem() 69 size_t infoBlockSize = m_Archive.GetHeaderSize(); in InitializeSoundSystem() 79 size_t setupSize = m_DataManager.GetRequiredMemSize( &m_Archive ); in InitializeSoundSystem() 86 size_t setupSize = m_ArchivePlayer.GetRequiredMemSize( &m_Archive ); in InitializeSoundSystem() 88 size_t setupStrmBufferSize = in InitializeSoundSystem()
|
| /NW4C-1.3.3/demos/snd/originalSoundHeap/sources/ |
| D | OriginalSoundHeapApp.h | 29 virtual void* Alloc( size_t size ); 33 bool Create( void* startAddress, size_t size ); 45 size_t m_BufferSize;
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_TextWriterBase.h | 430 std::size_t size in SetBuffer() 453 std::size_t size in SetBuffer() 479 static std::size_t GetBufferSize() in GetBufferSize() 490 std::size_t count, in VSNPrintf() 504 std::size_t count, in VSNPrintf() 636 static std::size_t s_FormatBufferSize; //!< sprintfバッファのサイズ
|
| /NW4C-1.3.3/demos/snd/effect/sources/ |
| D | main.cpp | 123 size_t workMemSize = nw::snd::SoundSystem::GetRequiredMemSize( param ); in InitializeSoundSystem() 140 size_t infoBlockSize = m_Archive.GetHeaderSize(); in InitializeSoundSystem() 150 size_t setupSize = m_DataManager.GetRequiredMemSize( &m_Archive ); in InitializeSoundSystem() 157 size_t setupSize = m_ArchivePlayer.GetRequiredMemSize( &m_Archive ); in InitializeSoundSystem() 159 size_t setupStrmBufferSize = in InitializeSoundSystem() 326 size_t reverbBufferSize = m_NwFxReverb.GetRequiredMemSize(); in InitializeEffect() 346 size_t delayBufferSize = m_NwFxDelay.GetRequiredMemSize(); in InitializeEffect() 371 size_t reverbBufferSize = m_NnFxReverb.GetRequiredMemSize(); in InitializeEffect() 391 size_t delayBufferSize = m_NnFxDelay.GetRequiredMemSize(); in InitializeEffect()
|
| /NW4C-1.3.3/include/nw/dev/ |
| D | dev_Screenshot.h | 117 size_t maxLength); 150 size_t maxLength, in Screenshot() 167 size_t m_Length; 168 size_t m_MaxLength; 281 …static Screenshot* Create(DisplayDescription, nw::os::IAllocator*, void*, void*, size_t) { return …
|