Home
last modified time | relevance | path

Searched refs:outVecSize (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp804 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute() local
820 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()