ULT renaming: AUB Copy tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2021-03-08 16:13:34 +01:00
committed by Compute-Runtime-Automation
parent 372081b9df
commit 965a3ee592
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 Intel Corporation
* Copyright (C) 2017-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -31,7 +31,7 @@ struct CopyBufferHw
typedef CopyBufferHw AUBCopyBuffer;
HWTEST_P(AUBCopyBuffer, simple) {
HWTEST_P(AUBCopyBuffer, WhenCopyingThenExpectationsMet) {
MockContext context(pCmdQ->getDevice().getSpecializedDevice<ClDevice>());
cl_float srcMemory[] = {1.0f, 2.0f, 3.0f, 4.0f};

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 Intel Corporation
* Copyright (C) 2017-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -41,7 +41,7 @@ struct CopyBufferRectHw
typedef CopyBufferRectHw AUBCopyBufferRect;
HWTEST_P(AUBCopyBufferRect, simple) {
HWTEST_P(AUBCopyBufferRect, WhenCopyingThenExpectationsMet) {
//3D UINT8 buffer 20x20x20
static const size_t rowPitch = 20;
static const size_t slicePitch = rowPitch * rowPitch;

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2017-2020 Intel Corporation
* Copyright (C) 2017-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -49,7 +49,7 @@ struct AUBCopyImage
std::unique_ptr<Image> dstImage;
};
HWTEST_P(AUBCopyImage, simple) {
HWTEST_P(AUBCopyImage, WhenCopyingThenExpectationsMet) {
const size_t testImageDimensions = 4;
cl_float srcMemory[testImageDimensions * testImageDimensions] = {