Home
last modified time | relevance | path

Searched refs:m_CommandCache (Results 1 – 11 of 11) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ShaderProgram.cpp102 NW_NULL_ASSERT( shader.ref().m_CommandCache ); in ActivateDescription()
103 internal::NWUseCmdlist( shader.ref().m_CommandCache, shader.ref().m_CommandCacheSize ); in ActivateDescription()
106 NW_NULL_ASSERT( shaderProgramDescription.ref().m_CommandCache ); in ActivateDescription()
107 …internal::NWUseCmdlist( shaderProgramDescription.ref().m_CommandCache, shaderProgramDescription.re… in ActivateDescription()
Dgfx_ParticleShape.cpp63 u32* command = reinterpret_cast<u32*>(shape->m_CommandCache[bufferSide]); in SetupParticleVertexAttributeCommand()
498 node->m_CommandCache[side] = reinterpret_cast<u32*>(nodememory); in Create()
672 m_CommandCache[i] = NULL; in ParticleShape()
689 if (this->m_CommandCache[i] != NULL) in ~ParticleShape()
691 this->m_CommandCache[i] = NULL; in ~ParticleShape()
Dgfx_RenderContext.cpp903 if (indexStream.ref().m_CommandCache) in RenderPrimitive()
906 … internal::NWUseCmdlist(indexStream.ref().m_CommandCache, indexStream.ref().m_CommandCacheSize); in RenderPrimitive()
1014 indexStream.ref().m_CommandCache = builder.AllocAndCopy(); in RenderPrimitive()
Dgfx_MeshRenderer.cpp282 …internal::NWUseCmdlist(particleShape->m_CommandCache[bufferSide], particleShape->m_CommandCacheSiz… in RenderParticleShape()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResShader.cpp165 resBinaryShader.ref().m_CommandCache = builder.AllocAndCopy(); in ResBinaryShader_Setup()
230 if ( resBinaryShader.ref().m_CommandCache != NULL ) in Cleanup()
232 CommandCacheManager::Free( resBinaryShader.ref().m_CommandCache ); in Cleanup()
233 resBinaryShader.ref().m_CommandCache = NULL; in Cleanup()
312 if ( ref().m_CommandCache ) in Setup()
334 ref().m_CommandCache = builder.AllocAndCopy(); in Setup()
386 if ( this->ref().m_CommandCache ) in Cleanup()
388 CommandCacheManager::Free( this->ref().m_CommandCache ); in Cleanup()
389 this->ref().m_CommandCache = NULL; in Cleanup()
Dgfx_ResShape.cpp376 if (resStream.IsValid() && resStream.ref().m_CommandCache) in Cleanup()
378 CommandCacheManager::Free(resStream.ref().m_CommandCache); in Cleanup()
379 resStream.ref().m_CommandCache = NULL; in Cleanup()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTextureMapper.h64 nw::ut::ResU32 m_CommandCache[14]; member
552 u32* GetCommandCache() { return &ref().m_CommandCache[0]; } in GetCommandCache()
553 const u32* GetCommandCache() const { return &ref().m_CommandCache[0]; } in GetCommandCache()
572 return ref().m_CommandCache[ResPixelBasedTextureMapperData::ADDRESS_INDEX] != 0; in NW_RES_FIELD_PRIMITIVE_DECL()
580 ref().m_CommandCache[ResPixelBasedTextureMapperData::ADDRESS_INDEX] = 0; in ResetCommand()
Dgfx_ResShader.h94 void* m_CommandCache; member
116 void* m_CommandCache; member
775 const void* GetCommandCache() const { return ref().m_CommandCache; } in NW_RES_CTOR_INHERIT()
Dgfx_ResVertex.h432 void* m_CommandCache; member
Dgfx_ResMaterial.h67 void* m_CommandCache; member
/NW4C-1.2.23/include/nw/gfx/
Dgfx_ParticleShape.h398 void* m_CommandCache[2]; variable