Searched refs:dstPtrBase (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 1401 deUint16* dstPtrBase = static_cast<deUint16*>(outputs[outNdx]); in execute() local 1403 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint16)); in execute() 1409 deUint16* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute() 1416 deUint32* dstPtrBase = static_cast<deUint32*>(outputs[outNdx]); in execute() local 1418 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint32)); in execute() 1424 deUint32* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 1401 deUint16* dstPtrBase = static_cast<deUint16*>(outputs[outNdx]); in execute() local 1403 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint16)); in execute() 1409 deUint16* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute() 1416 deUint32* dstPtrBase = static_cast<deUint32*>(outputs[outNdx]); in execute() local 1418 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues * outVecSize * sizeof(deUint32)); in execute() 1424 deUint32* dstPtr = &dstPtrBase[outSize * valNdx + outVecSize * locNdx]; in execute()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderExecUtil.cpp | 667 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()
|
Completed in 18 milliseconds