Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ShaderProgram.cpp103 internal::NWUseCmdlist( shader.ref().m_CommandCache, shader.ref().m_CommandCacheSize ); in ActivateDescription()
107 …shaderProgramDescription.ref().m_CommandCache, shaderProgramDescription.ref().m_CommandCacheSize ); in ActivateDescription()
Dgfx_ParticleShape.cpp190 shape->m_CommandCacheSize[bufferSide] = commandIndex * sizeof(u32); in SetupParticleVertexAttributeCommand()
673 m_CommandCacheSize[i] = 0; in ParticleShape()
692 this->m_CommandCacheSize[i] = 0; in ~ParticleShape()
Dgfx_RenderContext.cpp905 NW_ASSERT(indexStream.ref().m_CommandCacheSize > 0); in RenderPrimitive()
906 … internal::NWUseCmdlist(indexStream.ref().m_CommandCache, indexStream.ref().m_CommandCacheSize); in RenderPrimitive()
1015 indexStream.ref().m_CommandCacheSize = builder.GetSize(); in RenderPrimitive()
Dgfx_MeshRenderer.cpp282 …eCmdlist(particleShape->m_CommandCache[bufferSide], particleShape->m_CommandCacheSize[bufferSide]); in RenderParticleShape()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResShader.cpp166 resBinaryShader.ref().m_CommandCacheSize = builder.GetSize(); in ResBinaryShader_Setup()
234 resBinaryShader.ref().m_CommandCacheSize = 0; in Cleanup()
335 ref().m_CommandCacheSize = builder.GetSize(); in Setup()
390 this->ref().m_CommandCacheSize = 0; in Cleanup()
Dgfx_ResShape.cpp380 resStream.ref().m_CommandCacheSize = 0; in Cleanup()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResShader.h95 u32 m_CommandCacheSize; member
117 s32 m_CommandCacheSize; member
782 int GetCommandCacheSize() const { return ref().m_CommandCacheSize; } in GetCommandCacheSize()
Dgfx_ResVertex.h433 s32 m_CommandCacheSize; member
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleShape.h399 s32 m_CommandCacheSize[2]; variable