Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ActivateCommand.cpp242 s32 streamCount = interleave.GetVertexStreamsCount(); in SetupActivateVertexAttributeCommand_() local
247 command[commandIndex + 3] = (interleave.GetStride() << 16) | (streamCount << 28); in SetupActivateVertexAttributeCommand_()
252 for ( s32 streamIdx = 0; streamIdx < streamCount; ++streamIdx ) in SetupActivateVertexAttributeCommand_()
447 s32 streamCount = interleave.GetVertexStreamsCount(); in SetupDeactivateVertexAttributeCommand_() local
448 inputIndex += streamCount; in SetupDeactivateVertexAttributeCommand_()