mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 00:10:58 +08:00
ULT renaming: AUB Copy tests
Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
372081b9df
commit
965a3ee592
@@ -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};
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user