Searched refs:dstCompPtr (Results 1 – 4 of 4) sorted by relevance
1594 …deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*c… in copyBufferVarData() local1600 …DE_ASSERT((deIntptr)(dstCompPtr + compSize) - (deIntptr)dstBlockPtr.ptr <= (deIntptr)dstBlockPtr.s… in copyBufferVarData()1601 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyBufferVarData()
1527 …deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*c… in copyBufferVarData() local1533 …DE_ASSERT((deIntptr)(dstCompPtr + compSize) - (deIntptr)dstBlockPtr.ptr <= (deIntptr)dstBlockPtr.s… in copyBufferVarData()1534 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyBufferVarData()
1243 deUint8* dstCompPtr = in copyUniformData() local1249 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyUniformData()
1292 …deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*c… in copyUniformData() local1296 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyUniformData()