mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00
ULT renaming: AUB Mapping 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
fb47944aff
commit
ff4923d411
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2020 Intel Corporation
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -25,7 +25,7 @@ struct AUBMapBuffer
|
||||
}
|
||||
};
|
||||
|
||||
HWTEST_F(AUBMapBuffer, MapUpdateUnmapVerify) {
|
||||
HWTEST_F(AUBMapBuffer, WhenMappingAndUnmappingThenExpectationsAreMet) {
|
||||
MockContext context(this->pCmdQ->getDevice().getSpecializedDevice<ClDevice>());
|
||||
auto retVal = CL_INVALID_VALUE;
|
||||
size_t bufferSize = 10;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
* Copyright (C) 2017-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -59,7 +59,7 @@ struct AUBMapImage
|
||||
std::unique_ptr<Image> srcImage;
|
||||
};
|
||||
|
||||
HWTEST_P(AUBMapImage, MapUpdateUnmapVerify) {
|
||||
HWTEST_P(AUBMapImage, WhenMappingAndUnmappingThenExpectationsAreMet) {
|
||||
const unsigned int testWidth = 5;
|
||||
const unsigned int testHeight =
|
||||
std::get<2>(GetParam()).imageType != CL_MEM_OBJECT_IMAGE1D ? 5 : 1;
|
||||
|
Reference in New Issue
Block a user