SWDEV-360944 - palBlit setArgument desc.size_ --> argSize

Fixes AMF tests that were impacted on Windows

Change-Id: I0326e794ec5a34fdec7a5ff4ed79d5bd055997d2
Этот коммит содержится в:
Ajay
2022-10-18 19:33:23 +00:00
коммит произвёл Ajay GunaShekar
родитель 9a82118c85
Коммит a5b550e828
+1 -1
Просмотреть файл
@@ -1038,7 +1038,7 @@ inline void KernelBlitManager::setArgument(amd::Kernel* kernel, size_t index, si
break;
}
switch (desc.size_) {
switch (argSize) {
case sizeof(uint32_t):
*static_cast<uint32_t*>(param) = uint32_value;
break;