Home
last modified time | relevance | path

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

/NW4C-1.2.23/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.cpp150 swapperDescription.bufferSize = description.commandBufferSize; in Create()
/NW4C-1.2.23/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()
205 bufferSize += sizeof(ResLightingLookupTableData); in GetMemorySizeInternal()
[all …]
Dgfx_ShaderBinaryInfo.cpp80 ShaderBinaryInfo::BuildCommonCommand( u32* bufferAddress, u32 bufferSize ) in BuildCommonCommand() argument
82 SafeBuffer buffer(bufferAddress, bufferSize); in BuildCommonCommand()
219 …BuildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress, u32 bufferSize ) in BuildShaderProgramCommand() argument
221 SafeBuffer buffer(bufferAddress, bufferSize); in BuildShaderProgramCommand()
/NW4C-1.2.23/include/nw/font/
Dfont_ArchiveFont.h81 u32 bufferSize,
97 u32 bufferSize,
Dfont_PackedFont.h141 u32 bufferSize,
158 u32 bufferSize,
499 u32 bufferSize,
/NW4C-1.2.23/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.2.23/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.2.23/include/nw/gfx/
Dgfx_ShaderBinaryInfo.h82 s32 BuildCommonCommand( u32* bufferAddress, u32 bufferSize );
92 u32 bufferSize = ut::GetOffsetFromPtr( currentBuffer, cmdBufferEnd ); in BuildCommonCommand() local
94 s32 result = this->BuildCommonCommand( currentBuffer, bufferSize ); in BuildCommonCommand()
105 …uildShaderProgramCommand( s32 vertexIndex, s32 geometryIndex, u32* bufferAddress, u32 bufferSize );
119 u32 bufferSize = ut::GetOffsetFromPtr( currentBuffer, cmdBufferEnd ); in BuildShaderProgramCommand() local
121 … result = this->BuildShaderProgramCommand( vertexIndex, geometryIndex, currentBuffer, bufferSize ); in BuildShaderProgramCommand()
/NW4C-1.2.23/include/nw/os/
Dos_Memory.h261 size_t bufferSize = length + 1; in AllocateAndCopyString() local
262 TChar* copyStr = reinterpret_cast<char*>(allocator->Alloc(bufferSize)); in AllocateAndCopyString()
264 NW_CHAR_TRAITS_COPY(TChar, copyStr, bufferSize, str, length); in AllocateAndCopyString()
/NW4C-1.2.23/demos/lyt/orthoStereo/sources/
Dmain.cpp308 GLsizei bufferSize; member
327 &pCmdListInfo->bufferSize, in StopCmdListSave()
351 cmdListInfo.bufferSize, in UseSavedCmdlist()
/NW4C-1.2.23/include/nw/demo/
Ddemo_CommandListSwapper.h48 size_t bufferSize; //!< 1つのコマンドリストのバッファサイズです。 member
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp195 commandListSwapperDescription.bufferSize = COMMAND_BUFFER_SIZE; in InitializeGraphics()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp207 commandListSwapperDescription.bufferSize = COMMAND_BUFFER_SIZE; in InitializeGraphics()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp206 commandListSwapperDescription.bufferSize = COMMAND_BUFFER_SIZE; in InitializeGraphics()