Searched refs:dstCompPtr (Results 1 – 3 of 3) sorted by relevance
1291 …deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*c… in copyBufferVarData() local1297 …DE_ASSERT((deIntptr)(dstCompPtr + compSize) - (deIntptr)dstBlockPtr.ptr <= (deIntptr)dstBlockPtr.s… in copyBufferVarData()1298 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyBufferVarData()
1513 …deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*c… in copyBufferVarData() local1519 …DE_ASSERT((deIntptr)(dstCompPtr + compSize) - (deIntptr)dstBlockPtr.ptr <= (deIntptr)dstBlockPtr.s… in copyBufferVarData()1520 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyBufferVarData()
1292 …deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*c… in copyUniformData() local1296 deMemcpy(dstCompPtr, srcCompPtr, compSize); in copyUniformData()