Home
last modified time | relevance | path

Searched refs:size_t (Results 1 – 25 of 154) sorted by relevance

1234567

/NW4C-1.3.3/include/nw/demo/
Ddemo_HioPacketChannel.h38 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 …]
Ddemo_Memory.h32 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 …]
Ddemo_CommandListSwapper.h47 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()
Ddemo_CameraController.h48 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/
Dsnd_SoundArchiveLoader.h135 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 …]
Dsnd_StreamBufferPool.h27 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 ブロックあたりのバイト数
Dsnd_SoundHeap.h115 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()
Dsnd_HioSoundArchive.h122 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;
Dsnd_PlayerHeap.h50 bool Create( void* startAddress, size_t size );
54 virtual void* Alloc( size_t size );
63 size_t GetFreeSize() const;
Dsnd_SoundSystem.h128 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 );
Dsnd_Sound3DManager.h187 size_t GetRequiredMemSize( const SoundArchive* archive );
213 size_t size
455 virtual void* detail_AllocAmbientArg( size_t argSize );
471 size_t m_SoundParamPoolBufferSize;
Dsnd_FxDelay.h220 size_t GetRequiredMemSize();
243 bool AssignWorkBuffer( uptr buffer, size_t size );
275 size_t m_BufferSize; ///< バッファサイズ
/NW4C-1.3.3/include/nw/os/
Dos_Memory.h42 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/
Dut_Inlines.h66 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/
Ddemo_Memory.cpp49 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
Ddemo_HioPacketChannel.cpp25 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/
Dgfx_SceneBuilder.h147 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/
Dsnd_Sound3DManager.cpp67 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()
Dsnd_FxReverb.cpp210 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 …]
Dsnd_PlayerHeap.cpp68 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/
DSimpleApp.cpp52 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/
DOriginalSoundHeapApp.h29 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/
Dfont_TextWriterBase.h430 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/
Dmain.cpp123 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/
Ddev_Screenshot.h117 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 …

1234567