Home
last modified time | relevance | path

Searched refs:bufferSize (Results 1 – 16 of 16) sorted by relevance

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_Material.cpp145 os::MemorySizeCalculator bufferSize(size.GetAlignment()); in GetMemorySizeInternal() local
147 bufferSize += sizeof(ResMaterialData); in GetMemorySizeInternal()
151 bufferSize += sizeof(ut::Offset) * resMaterial.GetShaderParametersCount(); in GetMemorySizeInternal()
157 bufferSize += sizeof(ResShaderParameterData) + sizeof(f32) * (parameterLength - 1); in GetMemorySizeInternal()
168 resTextureMapper.GetMemorySizeForCloneInternal(&bufferSize); in GetMemorySizeInternal()
178 resTextureMapper.GetMemorySizeForCloneInternal(&bufferSize); in GetMemorySizeInternal()
186 bufferSize += sizeof(ResFragmentShaderData); in GetMemorySizeInternal()
198 bufferSize += sizeof(ResFragmentLightingTableData); in GetMemorySizeInternal()
201 bufferSize += sizeof(ResLightingLookupTableData); in GetMemorySizeInternal()
202 bufferSize += sizeof(ResReferenceLookupTableData); in GetMemorySizeInternal()
[all …]
Dgfx_ShaderBinaryInfo.cpp241 ShaderBinaryInfo::BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) const in BuildCommonCommand()
243 SafeBuffer buffer(bufferAddress, bufferSize); in BuildCommonCommand()
383 …haderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress, u32 bufferSize ) const in BuildShaderProgramCommand()
385 SafeBuffer buffer(bufferAddress, bufferSize); in BuildShaderProgramCommand()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp68 nngxCmdlistStorage(description.bufferSize, description.requestCount); in CommandListSwapper()
348 GLint bufferSize; in GetCommandBufferSize() local
350 nngxGetCmdlistParameteri(NN_GX_CMDLIST_USED_BUFSIZE, &bufferSize); in GetCommandBufferSize()
353 return static_cast<int>(bufferSize); in GetCommandBufferSize()
360 GLint bufferSize; in GetReusableCommandBufferSize() local
367 nngxGetCmdlistParameteri(NN_GX_CMDLIST_USED_BUFSIZE, &bufferSize); in GetReusableCommandBufferSize()
373 return static_cast<int>(bufferSize); in GetReusableCommandBufferSize()
Ddemo_GraphicsSystem.cpp152 swapperDescription.bufferSize = description.commandBufferSize; in Create()
/NW4C-1.3.3/include/nw/font/
Dfont_ArchiveFont.h81 u32 bufferSize,
97 u32 bufferSize,
Dfont_PackedFont.h141 u32 bufferSize,
158 u32 bufferSize,
499 u32 bufferSize,
/NW4C-1.3.3/sources/libraries/font/
Dfont_ArchiveFont.cpp164 u32 bufferSize, in InitStreamingConstruct() argument
171 NW_FONT_BUFFERSIZE_ASSERT(bufferSize); in InitStreamingConstruct()
174 pContext->Init( pBuffer, bufferSize, glyphGroups ); in InitStreamingConstruct()
258 u32 bufferSize, in Construct() argument
265 NW_FONT_BUFFERSIZE_ASSERT( bufferSize ); in Construct()
273 InitStreamingConstruct(&context, pBuffer, bufferSize, glyphGroups); in Construct()
Dfont_PackedFont.cpp265 u32 bufferSize, in Construct() argument
272 NW_FONT_BUFFERSIZE_ASSERT(bufferSize); in Construct()
281 InitStreamingConstruct(&context, pBuffer, bufferSize, glyphGroups); in Construct()
592 u32 bufferSize, in AssignMemory() argument
599 NW_FONT_BUFFERSIZE_ASSERT(bufferSize); in AssignMemory()
608 u32 varibaleAreaSize = bufferSize - sizeGlyphIndexAdjustArray in AssignMemory()
612 if (varibaleAreaSize > bufferSize) in AssignMemory()
837 const u32 bufferSize = pContext->GetRemain(); in ConstructOpAnalyzeGLGRPacked() local
859 reinterpret_cast<uptr>(pTempFileHead + bufferSize - sizeAdjustTable), 2)); in ConstructOpAnalyzeGLGRPacked()
860 if (bufferSize < (pTempGLGRTail - pTempFileHead) + sizeAdjustTable) in ConstructOpAnalyzeGLGRPacked()
[all …]
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_GraphicsResource.cpp242 size_t bufferSize = 0; in GetResourcePath() local
243 _wgetenv_s(&bufferSize, buff, FILENAME_MAX, L"NW4C_ROOT"); in GetResourcePath()
244 NW_ASSERT(bufferSize > 0); in GetResourcePath()
245 buff = StrCopy(buff + bufferSize - 1, sResourceFiles[i]); in GetResourcePath()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h94 s32 BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) const;
106 u32 bufferSize = ut::GetOffsetFromPtr( currentBuffer, cmdBufferEnd ); in BuildCommonCommand() local
108 s32 result = this->BuildCommonCommand( currentBuffer, bufferSize ); in BuildCommonCommand()
138 …aderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress, u32 bufferSize ) const;
152 u32 bufferSize = ut::GetOffsetFromPtr( currentBuffer, cmdBufferEnd ); in BuildShaderProgramCommand() local
154 … result = this->BuildShaderProgramCommand( vertexIndex, geometryIndex, currentBuffer, bufferSize ); in BuildShaderProgramCommand()
/NW4C-1.3.3/include/nw/os/
Dos_Memory.h299 size_t bufferSize = length + 1; in AllocateAndCopyString() local
300 TChar* copyStr = reinterpret_cast<char*>(allocator->Alloc(bufferSize)); in AllocateAndCopyString()
302 NW_CHAR_TRAITS_COPY(TChar, copyStr, bufferSize, str, length); in AllocateAndCopyString()
/NW4C-1.3.3/demos/lyt/orthoStereo/sources/
Dmain.cpp308 GLsizei bufferSize; member
327 &pCmdListInfo->bufferSize, in StopCmdListSave()
351 cmdListInfo.bufferSize, in UseSavedCmdlist()
/NW4C-1.3.3/include/nw/demo/
Ddemo_CommandListSwapper.h48 size_t bufferSize; //!< 1つのコマンドリストのバッファサイズです。 member
/NW4C-1.3.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp195 commandListSwapperDescription.bufferSize = COMMAND_BUFFER_SIZE; in InitializeGraphics()
/NW4C-1.3.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp207 commandListSwapperDescription.bufferSize = COMMAND_BUFFER_SIZE; in InitializeGraphics()
/NW4C-1.3.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp206 commandListSwapperDescription.bufferSize = COMMAND_BUFFER_SIZE; in InitializeGraphics()