Home
last modified time | relevance | path

Searched refs:GetCommandCache (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp84 return ::std::make_pair(textureMapper.GetCommandSizeToSend(), textureMapper.GetCommandCache()); in GetOwnerCommand()
517 u32* command = this->GetCommandCache(); in SetSampler()
698 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
784 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
845 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
Dgfx_ResMaterial.cpp134 u32* command = resTextureMapper.GetCommandCache(); in SetupTextures()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp93 internal::NWUseCmdlist( lookupTable.GetCommandCache(), lookupTable.GetCommandCacheCount() ); in ActivateLookupTable()
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTextureMapper.h552 u32* GetCommandCache() { return &ref().m_CommandCache[0]; } in GetCommandCache() function
553 const u32* GetCommandCache() const { return &ref().m_CommandCache[0]; } in GetCommandCache() function
Dgfx_ResShader.h775 const void* GetCommandCache() const { return ref().m_CommandCache; } in NW_RES_CTOR_INHERIT()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_MaterialState.h706 const u32* command = pixTexMapper.GetCommandCache(); in ActivateTextureMappers()
742 const u32* command = pixTexMapper.GetCommandCache(); in ActivateParticleTextureMappers()