Searched refs:dstPtrBase (Results 1 – 1 of 1) sorted by relevance
806 deUint32* dstPtrBase = static_cast<deUint32*>(outputs[outNdx]); in execute() local820 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues*outVecSize*sizeof(deUint32)); in execute()826 deUint32* dstPtr = &dstPtrBase[outSize*valNdx + outVecSize*locNdx]; in execute()