Searched refs:streamIdx (Results 1 – 1 of 1) sorted by relevance
252 for ( s32 streamIdx = 0; streamIdx < streamCount; ++streamIdx ) in SetupActivateVertexAttributeCommand_() local254 ResVertexStream stream = interleave.GetVertexStreams( streamIdx ); in SetupActivateVertexAttributeCommand_()267 if (streamIdx < 8) in SetupActivateVertexAttributeCommand_()269 arraySetting[0] |= inputIndex << (streamIdx * 4); in SetupActivateVertexAttributeCommand_()273 arraySetting[1] |= inputIndex << ((streamIdx - 8) * 4); in SetupActivateVertexAttributeCommand_()