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

/external/deqp/modules/glshared/
H A DglsShaderExecUtil.cpp667 deUint32* dstPtrBase = static_cast<deUint32*>(outputs[outNdx]); local
681 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues*outVecSize*sizeof(deUint32));
687 deUint32* dstPtr = &dstPtrBase[outSize*valNdx + outVecSize*locNdx];
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp1370 deUint32* dstPtrBase = static_cast<deUint32*>(outputs[outNdx]); local
1429 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint32));
1435 deUint32* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx];

Completed in 183 milliseconds