Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp219 s32 streamCount = interleave.GetVertexStreamsCount(); in CalcSetupDeactivateVertexAttributeCommandSize_() local
220 inputIndex += streamCount; in CalcSetupDeactivateVertexAttributeCommandSize_()
352 s32 streamCount = interleave.GetVertexStreamsCount(); in SetupActivateVertexAttributeCommand_() local
357 command[commandIndex + 3] = (interleave.GetStride() << 16) | (streamCount << 28); in SetupActivateVertexAttributeCommand_()
362 for ( s32 streamIdx = 0; streamIdx < streamCount; ++streamIdx ) in SetupActivateVertexAttributeCommand_()
563 s32 streamCount = interleave.GetVertexStreamsCount(); in SetupDeactivateVertexAttributeCommand_() local
564 inputIndex += streamCount; in SetupDeactivateVertexAttributeCommand_()