feature: add extensions to L0 copy API

Related-To: NEO-15440

Signed-off-by: Radoslaw Jablonski <radoslaw.jablonski@intel.com>
This commit is contained in:
Radoslaw Jablonski
2025-09-10 13:17:27 +00:00
committed by Compute-Runtime-Automation
parent 079cf7d04a
commit 024ee558d4
16 changed files with 142 additions and 10 deletions

View File

@@ -14,6 +14,8 @@
#include "shared/source/helpers/constants.h"
#include "shared/source/helpers/vec.h"
#include "blit_properties_ext.h"
#include <cstdint>
namespace NEO {
@@ -114,6 +116,8 @@ struct BlitProperties {
GMM_YUV_PLANE_ENUM srcPlane = GMM_YUV_PLANE_ENUM::GMM_NO_PLANE;
bool isSystemMemoryPoolUsed = false;
bool highPriority = false;
BlitPropertiesExt propertiesExt{};
};
} // namespace NEO