Home
last modified time | relevance | path

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

/NW4C-1.3.3/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.cpp900 NW_ASSERT(indexStream.ref().m_CommandCacheSize > 0); in RenderPrimitive()
901 … 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-1.3.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp271 resStream.ref().m_CommandCacheSize = commandSize; in Setup()
309 indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
312 NW_ASSERT( resultSize == indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
410 resStream.ref().m_CommandCacheSize = 0; in Cleanup()
Dgfx_ResShader.cpp171 resBinaryShader.ref().m_CommandCacheSize = writtenSize; in ResBinaryShader_Setup()
239 resBinaryShader.ref().m_CommandCacheSize = 0; in Cleanup()
346 ref().m_CommandCacheSize = writtenSize; in Setup()
401 this->ref().m_CommandCacheSize = 0; in Cleanup()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResShader.h95 u32 m_CommandCacheSize; member
117 s32 m_CommandCacheSize; member
809 int GetCommandCacheSize() const { return ref().m_CommandCacheSize; } in GetCommandCacheSize()
Dgfx_ResVertex.h444 s32 m_CommandCacheSize; member
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleShape.h399 s32 m_CommandCacheSize[2]; variable