Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp1363 deUint16* dstPtrBase = static_cast<deUint16*>(outputs[outNdx]); in execute() local
1365 … deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint16)); in execute()
1371 deUint16* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute()
1378 deUint32* dstPtrBase = static_cast<deUint32*>(outputs[outNdx]); in execute() local
1380 … deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint32)); in execute()
1386 deUint32* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp667 deUint32* dstPtrBase = static_cast<deUint32*>(outputs[outNdx]); in execute() local
681 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues*outVecSize*sizeof(deUint32)); in execute()
687 deUint32* dstPtr = &dstPtrBase[outSize*valNdx + outVecSize*locNdx]; in execute()