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