Lines Matching defs:packing
1029 * This is used by the SPUs that do packing (such as Pack, Tilesort and
1049 /* no special packing is needed */
1053 /* need special packing */
1054 CRPixelPackState packing;
1055 packing.skipRows = rp->skipRows;
1056 packing.skipPixels = rp->skipPixels;
1057 packing.alignment = rp->alignment;
1058 packing.rowLength = rp->rowLength;
1059 packing.imageHeight = 0;
1060 packing.skipImages = 0;
1061 packing.swapBytes = GL_FALSE;
1062 packing.psLSBFirst = GL_FALSE;
1064 dest_ptr, rp->format, rp->type, &packing,