Searched refs:CompSize (Results 1 – 2 of 2) sorted by relevance
752 UINT32 CompSize; in Decompress() local773 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24); in Decompress()783 if (SrcSize < CompSize + 8) { in Decompress()819 Sd->mCompSize = CompSize; in Decompress()
383 unsigned CompSize = HalvingSwizzle ? (vecType->getNumElements() + 1) / 2 in CheckExtVectorComponent() local386 CompSize--; in CheckExtVectorComponent()388 if (CompSize == 1) in CheckExtVectorComponent()393 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize); in CheckExtVectorComponent()