Home
last modified time | relevance | path

Searched refs:streamSize (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleShape.cpp368 const int streamSize = (capacity + internal::PARTICLE_SIMD_WIDTH_MAX) * sizeof(u16); in GetMemorySizeInternal() local
380 deviceMemorySize += streamSize; in GetMemorySizeInternal()
382 deviceMemorySize += streamSize; in GetMemorySizeInternal()
405 const int streamSize = (capacity + internal::PARTICLE_SIMD_WIDTH_MAX) * sizeof(u16); in GetDeviceMemorySizeInternal() local
417 deviceMemorySize += streamSize; in GetDeviceMemorySizeInternal()
419 deviceMemorySize += streamSize; in GetDeviceMemorySizeInternal()
439 const int streamSize = (capacity + internal::PARTICLE_SIMD_WIDTH_MAX) * sizeof(u16); in Create() local
446 deviceMemorySize += streamSize; in Create()
448 deviceMemorySize += streamSize; in Create()
486 devicememory += streamSize; in Create()
[all …]
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFont.h115 u32 streamSize);
Dfont_PackedFont.h176 u32 streamSize);
Dfont_ArchiveFontBase.h122 u32 streamSize);
/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFont.cpp184 u32 streamSize in StreamingConstruct() argument
189 NW_FONT_BUFFERSIZE_ASSERT(streamSize); in StreamingConstruct()
201 s.Attach(stream, streamSize); in StreamingConstruct()
Dfont_PackedFont.cpp175 u32 streamSize in StreamingConstruct() argument
180 NW_FONT_BUFFERSIZE_ASSERT(streamSize); in StreamingConstruct()
192 s.Attach(stream, streamSize); in StreamingConstruct()
Dfont_ArchiveFontBase.cpp862 u32 streamSize in Attach() argument
867 mStreamEnd = mStreamBegin + streamSize; in Attach()