Lines Matching refs:dstElemPtr
1280 deUint8* dstElemPtr = dstBasePtr + elementNdx*dstEntry.arrayStride;1292 deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*compSize1301 deMemcpy(dstElemPtr, srcElemPtr, scalarSize*compSize);