Searched refs:m_CommandCache (Results 1 – 11 of 11) sorted by relevance
102 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()
63 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()
903 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()
282 …internal::NWUseCmdlist(particleShape->m_CommandCache[bufferSide], particleShape->m_CommandCacheSiz… in RenderParticleShape()
165 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()
376 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()
64 nw::ut::ResU32 m_CommandCache[14]; member552 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()
94 void* m_CommandCache; member116 void* m_CommandCache; member775 const void* GetCommandCache() const { return ref().m_CommandCache; } in NW_RES_CTOR_INHERIT()
432 void* m_CommandCache; member
67 void* m_CommandCache; member
398 void* m_CommandCache[2]; variable