Searched refs:streamIdx (Results 1 – 1 of 1) sorted by relevance
362 for ( s32 streamIdx = 0; streamIdx < streamCount; ++streamIdx ) in SetupActivateVertexAttributeCommand_() local364 ResVertexStream stream = interleave.GetVertexStreams( streamIdx ); in SetupActivateVertexAttributeCommand_()378 if (streamIdx < 8) in SetupActivateVertexAttributeCommand_()380 arraySetting[0] |= inputIndex << (streamIdx * 4); in SetupActivateVertexAttributeCommand_()384 arraySetting[1] |= inputIndex << ((streamIdx - 8) * 4); in SetupActivateVertexAttributeCommand_()