Home | History | Annotate | Download | only in functional

Lines Matching refs:srcCompPtr

1515 						const deUint8*	srcCompPtr	= srcElemPtr + (srcEntry.isRowMajor ? rowNdx*srcEntry.matrixStride + colNdx*compSize
1518 DE_ASSERT((deIntptr)(srcCompPtr + compSize) - (deIntptr)srcBlockPtr.ptr <= (deIntptr)srcBlockPtr.size);
1520 deMemcpy(dstCompPtr, srcCompPtr, compSize);