Lines Matching refs:IsScalableVector
859 bool IsScalableVector = (LastInfo == IIT_SCALABLE_VEC); in DecodeIITType() local
914 OutputTable.push_back(IITDescriptor::getVector(1, IsScalableVector)); in DecodeIITType()
918 OutputTable.push_back(IITDescriptor::getVector(2, IsScalableVector)); in DecodeIITType()
922 OutputTable.push_back(IITDescriptor::getVector(4, IsScalableVector)); in DecodeIITType()
926 OutputTable.push_back(IITDescriptor::getVector(8, IsScalableVector)); in DecodeIITType()
930 OutputTable.push_back(IITDescriptor::getVector(16, IsScalableVector)); in DecodeIITType()
934 OutputTable.push_back(IITDescriptor::getVector(32, IsScalableVector)); in DecodeIITType()
938 OutputTable.push_back(IITDescriptor::getVector(64, IsScalableVector)); in DecodeIITType()
942 OutputTable.push_back(IITDescriptor::getVector(128, IsScalableVector)); in DecodeIITType()
946 OutputTable.push_back(IITDescriptor::getVector(256, IsScalableVector)); in DecodeIITType()
950 OutputTable.push_back(IITDescriptor::getVector(512, IsScalableVector)); in DecodeIITType()
954 OutputTable.push_back(IITDescriptor::getVector(1024, IsScalableVector)); in DecodeIITType()