Home
last modified time | relevance | path

Searched refs:m_CommandCacheSize (Results 1 – 9 of 9) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderProgram.cpp105 internal::NWUseCmdlist( shader.ref().m_CommandCache, shader.ref().m_CommandCacheSize ); in ActivateDescription()
109 …shaderProgramDescription.ref().m_CommandCache, shaderProgramDescription.ref().m_CommandCacheSize ); in ActivateDescription()
Dgfx_ParticleShape.cpp192 shape->m_CommandCacheSize[bufferSide] = commandIndex * sizeof(u32); in SetupParticleVertexAttributeCommand()
675 m_CommandCacheSize[i] = 0; in ParticleShape()
694 this->m_CommandCacheSize[i] = 0; in ~ParticleShape()
Dgfx_RenderContext.cpp902 NW_ASSERT(indexStream.ref().m_CommandCacheSize > 0); in RenderPrimitive()
903 … internal::NWUseCmdlist(indexStream.ref().m_CommandCache, indexStream.ref().m_CommandCacheSize); in RenderPrimitive()
Dgfx_MeshRenderer.cpp280 …eCmdlist(particleShape->m_CommandCache[bufferSide], particleShape->m_CommandCacheSize[bufferSide]); in RenderParticleShape()
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp272 resStream.ref().m_CommandCacheSize = commandSize; in Setup()
310 indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
313 NW_ASSERT( resultSize == indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
411 resStream.ref().m_CommandCacheSize = 0; in Cleanup()
Dgfx_ResShader.cpp180 resBinaryShader.ref().m_CommandCacheSize = writtenSize; in ResBinaryShader_Setup()
248 resBinaryShader.ref().m_CommandCacheSize = 0; in Cleanup()
355 ref().m_CommandCacheSize = writtenSize; in Setup()
410 this->ref().m_CommandCacheSize = 0; in Cleanup()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResShader.h97 u32 m_CommandCacheSize; member
119 s32 m_CommandCacheSize; member
812 int GetCommandCacheSize() const { return ref().m_CommandCacheSize; } in GetCommandCacheSize()
Dgfx_ResVertex.h451 s32 m_CommandCacheSize; member
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ParticleShape.h401 s32 m_CommandCacheSize[2]; variable