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:
Maciej Plewka
2023-04-12 11:56:43 +00:00
committed by Compute-Runtime-Automation
parent 2677e11c10
commit 095108edd8
5 changed files with 9 additions and 7 deletions

View File

@@ -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);
}