Searched refs:outVecSize (Results 1 – 1 of 1) sorted by relevance
804 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute() local820 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues*outVecSize*sizeof(deUint32)); in execute()826 deUint32* dstPtr = &dstPtrBase[outSize*valNdx + outVecSize*locNdx]; in execute()827 deMemcpy(dstPtr, srcPtr, outVecSize*sizeof(deUint32)); in execute()