Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp86 return ::std::make_pair(textureMapper.GetCommandSizeToSend(), textureMapper.GetCommandCache()); in GetOwnerCommand()
110 u32* command = textureMapper.GetCommandCache(); in SetTextureMipmapCommand()
695 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
787 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
854 u32* command = mapper.GetCommandCache(); in SetupTextureMapperCommand()
Dgfx_ResMaterial.cpp154 u32* command = resTextureMapper.GetCommandCache(); in SetupTextures()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp91 internal::NWUseCmdlist( lookupTable.GetCommandCache(), lookupTable.GetCommandCacheCount() ); in ActivateLookupTable()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h601 u32* GetCommandCache() { return &ref().m_CommandCache[0]; } in GetCommandCache() function
602 const u32* GetCommandCache() const { return &ref().m_CommandCache[0]; } in GetCommandCache() function
Dgfx_ResShader.h805 const void* GetCommandCache() const { return ref().m_CommandCache; } in NW_RES_CTOR_INHERIT()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_MaterialState.h708 const u32* command = pixTexMapper.GetCommandCache(); in ActivateTextureMappers()
744 const u32* command = pixTexMapper.GetCommandCache(); in ActivateParticleTextureMappers()