mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
refactor: correct naming of enum class constants 8/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
269009c299
commit
dd1b9d6abc
@@ -298,7 +298,7 @@ HWTEST_TEMPLATED_F(BcsBufferTests, givenDebugFlagSetWhenDispatchingBlitCommandsT
|
||||
snprintf(expectedStr, 512, "\nBlit dispatch with AuxTranslationDirection %u \
|
||||
\nBlit command. width: %u, height: %u, srcAddr: %#" SCNx64 ", dstAddr: %#" SCNx64 " \
|
||||
\nBlit command. width: %u, height: %u, srcAddr: %#" SCNx64 ", dstAddr: %#" SCNx64 " ",
|
||||
static_cast<uint32_t>(AuxTranslationDirection::None),
|
||||
static_cast<uint32_t>(AuxTranslationDirection::none),
|
||||
maxBlitWidth, 1, hostPtrAddr, bufferGpuAddr,
|
||||
(copySize - maxBlitWidth), 1, ptrOffset(hostPtrAddr, maxBlitWidth), ptrOffset(bufferGpuAddr, maxBlitWidth));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user