mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
overwrite offsets for shared images
Change-Id: Id21eb40bc9a2e067f42094a989291d6339e753ac Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
This commit is contained in:
@ -168,6 +168,8 @@ TEST_F(VaSharingTests, givenMockVaWhenVaSurfaceIsCreatedWithNotAlignedWidthAndHe
|
||||
vaSurface->getSurfaceOffsets(surfaceOffsets);
|
||||
EXPECT_EQ(alignedHeight, surfaceOffsets.yOffsetForUVplane);
|
||||
EXPECT_EQ(alignedOffset, surfaceOffsets.offset);
|
||||
EXPECT_EQ(0u, surfaceOffsets.yOffset);
|
||||
EXPECT_EQ(0u, surfaceOffsets.xOffset);
|
||||
|
||||
delete vaSurface;
|
||||
}
|
||||
|
Reference in New Issue
Block a user