Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleShape.cpp366 const int streamSize = (capacity + internal::PARTICLE_SIMD_WIDTH_MAX) * sizeof(u16); in GetMemorySizeInternal() local
378 deviceMemorySize += streamSize; in GetMemorySizeInternal()
380 deviceMemorySize += streamSize; in GetMemorySizeInternal()
403 const int streamSize = (capacity + internal::PARTICLE_SIMD_WIDTH_MAX) * sizeof(u16); in GetDeviceMemorySizeInternal() local
415 deviceMemorySize += streamSize; in GetDeviceMemorySizeInternal()
417 deviceMemorySize += streamSize; in GetDeviceMemorySizeInternal()
437 const int streamSize = (capacity + internal::PARTICLE_SIMD_WIDTH_MAX) * sizeof(u16); in Create() local
444 deviceMemorySize += streamSize; in Create()
446 deviceMemorySize += streamSize; in Create()
484 devicememory += streamSize; in Create()
[all …]
/NW4C-1.2.23/include/nw/font/
Dfont_ArchiveFont.h113 u32 streamSize);
Dfont_PackedFont.h174 u32 streamSize);
Dfont_ArchiveFontBase.h120 u32 streamSize);
/NW4C-1.2.23/sources/libraries/font/
Dfont_ArchiveFont.cpp182 u32 streamSize in StreamingConstruct() argument
187 NW_FONT_BUFFERSIZE_ASSERT(streamSize); in StreamingConstruct()
199 s.Attach(stream, streamSize); in StreamingConstruct()
Dfont_PackedFont.cpp173 u32 streamSize in StreamingConstruct() argument
178 NW_FONT_BUFFERSIZE_ASSERT(streamSize); in StreamingConstruct()
190 s.Attach(stream, streamSize); in StreamingConstruct()
Dfont_ArchiveFontBase.cpp860 u32 streamSize in Attach() argument
865 mStreamEnd = mStreamBegin + streamSize; in Attach()