Home | History | Annotate | Download | only in functional

Lines Matching full:dstinfo

1832 void generateCopies (vector<Copy>& copies, const ImageInfo& srcInfo, const ImageInfo& dstInfo)
1835 const deUint32 dstTarget = dstInfo.getTarget();
1838 const bool dstIsTexture = isTextureTarget(dstInfo.getTarget());
1844 const IVec3 dstBlockPixelSize = getTexelBlockPixelSize(dstInfo.getFormat());
1854 const int dstLevel = (dstIsTexture ? (levels[levelNdx] >= 0 ? levels[levelNdx] : getLastFullLevel(dstInfo)) : 0);
1857 const IVec3 dstSize = getLevelSize(dstInfo.getTarget(), dstInfo.getSize(), dstLevel);