mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
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:
committed by
Compute-Runtime-Automation
parent
079cf7d04a
commit
024ee558d4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user