Home
last modified time | relevance | path

Searched refs:indexStream (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResShape.cpp305 ResIndexStream indexStream = *stream; in SetupDrawCommand() local
306 NW_NULL_ASSERT( indexStream.ref().m_CommandCache ); in SetupDrawCommand()
309 indexStream.ref().m_CommandCache, in SetupDrawCommand()
310 indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
312 …s32 resultSize = internal::SetupDrawIndexStreamCommand(bufferInfo, indexStream, hasGeometryShader); in SetupDrawCommand()
313 NW_ASSERT( resultSize == indexStream.ref().m_CommandCacheSize ); in SetupDrawCommand()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp784 CalcSetupDrawIndexStreamCommand(ResIndexStream indexStream) in CalcSetupDrawIndexStreamCommand() argument
786 NW_UNUSED_VARIABLE( indexStream ); in CalcSetupDrawIndexStreamCommand()
796 ResIndexStream indexStream, in SetupDrawIndexStreamCommand() argument
816 indexStream.GetPrimitiveMode(), in SetupDrawIndexStreamCommand()
823 u32 bufferAddr = nngxGetPhysicalAddr( indexStream.GetImageAddress() ); in SetupDrawIndexStreamCommand()
832 command[2] = indexStream.GetStreamCount(); in SetupDrawIndexStreamCommand()
836 if (indexStream.GetFormatType() == GL_UNSIGNED_SHORT) in SetupDrawIndexStreamCommand()
Dgfx_RenderContext.cpp897 ResIndexStream indexStream = *stream; in RenderPrimitive() local
899 if (!indexStream.IsVisible()) { continue; } in RenderPrimitive()
901 NW_NULL_ASSERT(indexStream.ref().m_CommandCache); in RenderPrimitive()
902 NW_ASSERT(indexStream.ref().m_CommandCacheSize > 0); in RenderPrimitive()
903 … internal::NWUseCmdlist(indexStream.ref().m_CommandCache, indexStream.ref().m_CommandCacheSize); in RenderPrimitive()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ActivateCommand.h453 ResIndexStream indexStream,
463 s32 CalcSetupDrawIndexStreamCommand( ResIndexStream indexStream );
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResGraphicsFile.h658 … for (ResIndexStreamArray::iterator indexStream = (*primitive).GetIndexStreams().begin(); in ForeachIndexStream() local
659 indexStream != indexStreamsEnd; ++indexStream) in ForeachIndexStream()
661 function(*indexStream); in ForeachIndexStream()