Home | History | Annotate | Download | only in functional

Lines Matching refs:dstElemPtr

1501 			deUint8* const			dstElemPtr	= dstTopPtr + elementNdx*dstArrayStride;
1513 deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*compSize
1527 DE_ASSERT((deIntptr)(dstElemPtr + scalarSize*compSize) - (deIntptr)dstBlockPtr.ptr <= (deIntptr)dstBlockPtr.size);
1528 deMemcpy(dstElemPtr, srcElemPtr, scalarSize*compSize);