mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Limit blitter max height.
Change-Id: I957d5501cac8b837391f88d6e20d1bf47e681ae5 Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
0884a341c8
commit
3243b9d69d
@ -1241,3 +1241,8 @@ TEST_F(ScratchSpaceControllerTest, whenScratchSpaceControllerIsDestroyedThenItRe
|
||||
EXPECT_NE(nullptr, scratchSpaceController.privateScratchAllocation);
|
||||
//no memory leak is expected
|
||||
}
|
||||
|
||||
TEST(BcsConstantsTests, givenBlitConstantsThenTheyHaveDesiredValues) {
|
||||
EXPECT_EQ(BlitterConstants::maxBlitWidth, 0x7FC0u);
|
||||
EXPECT_EQ(BlitterConstants::maxBlitHeight, 0x3FC0u);
|
||||
}
|
||||
|
Reference in New Issue
Block a user