Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp806 deUint32* dstPtrBase = static_cast<deUint32*>(outputs[outNdx]); 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()