Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp84 return ::std::make_pair(textureMapper.GetCommandSizeToSend(), textureMapper.GetCommandCache()); in GetOwnerCommand()
108 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.cpp146 u32* command = resTextureMapper.GetCommandCache(); in SetupTextures()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp89 internal::NWUseCmdlist( lookupTable.GetCommandCache(), lookupTable.GetCommandCacheCount() ); in ActivateLookupTable()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResTextureMapper.h599 u32* GetCommandCache() { return &ref().m_CommandCache[0]; } in GetCommandCache() function
600 const u32* GetCommandCache() const { return &ref().m_CommandCache[0]; } in GetCommandCache() function
Dgfx_ResShader.h802 const void* GetCommandCache() const { return ref().m_CommandCache; } in NW_RES_CTOR_INHERIT()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_MaterialState.h706 const u32* command = pixTexMapper.GetCommandCache(); in ActivateTextureMappers()
742 const u32* command = pixTexMapper.GetCommandCache(); in ActivateParticleTextureMappers()