mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Abort when blit resolve operation dispatched for different tilings
Related-To: NEO-7872, NEO-7873, NEO-7874, NEO-7875 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2677e11c10
commit
095108edd8
@@ -3816,7 +3816,7 @@ struct XY_BLOCK_COPY_BLT {
|
||||
TheStructure.Common.SpecialModeofOperation = value;
|
||||
}
|
||||
|
||||
inline SPECIAL_MODE_OF_OPERATION getSpecialModeofOperation() const {
|
||||
inline SPECIAL_MODE_OF_OPERATION getSpecialModeOfOperation() const {
|
||||
return static_cast<SPECIAL_MODE_OF_OPERATION>(TheStructure.Common.SpecialModeofOperation);
|
||||
}
|
||||
|
||||
@@ -4500,7 +4500,7 @@ struct XY_FAST_COLOR_BLT {
|
||||
TheStructure.Common.SpecialModeofOperation = value;
|
||||
}
|
||||
|
||||
inline SPECIAL_MODE_OF_OPERATION getSpecialModeofOperation() const {
|
||||
inline SPECIAL_MODE_OF_OPERATION getSpecialModeOfOperation() const {
|
||||
return static_cast<SPECIAL_MODE_OF_OPERATION>(TheStructure.Common.SpecialModeofOperation);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user