mirror of https://github.com/intel/gmmlib.git
Merge db91c3e9cd
into 37cac4f8b2
This commit is contained in:
commit
12afddedb2
|
@ -63,7 +63,6 @@ void GmmLib::GmmGen11TextureCalc::FillPlanarOffsetAddress(GMM_TEXTURE_INFO *pTex
|
||||||
pTexInfo->OffsetInfo.Plane.X[GMM_PLANE_Y] = 0;
|
pTexInfo->OffsetInfo.Plane.X[GMM_PLANE_Y] = 0;
|
||||||
pTexInfo->OffsetInfo.Plane.Y[GMM_PLANE_Y] = 0;
|
pTexInfo->OffsetInfo.Plane.Y[GMM_PLANE_Y] = 0;
|
||||||
|
|
||||||
pTexInfo->OffsetInfo.Plane.UnAligned.Height[GMM_PLANE_Y] = 0;
|
|
||||||
pTexInfo->OffsetInfo.Plane.UnAligned.Height[GMM_PLANE_Y] = 0;
|
pTexInfo->OffsetInfo.Plane.UnAligned.Height[GMM_PLANE_Y] = 0;
|
||||||
|
|
||||||
Height = pTexInfo->BaseHeight;
|
Height = pTexInfo->BaseHeight;
|
||||||
|
|
|
@ -563,7 +563,6 @@ void GmmLib::GmmXe_LPGTextureCalc::FillPlanarOffsetAddress(GMM_TEXTURE_INFO *pTe
|
||||||
pTexInfo->OffsetInfo.PlaneXe_LPG.X[GMM_PLANE_Y] = 0;
|
pTexInfo->OffsetInfo.PlaneXe_LPG.X[GMM_PLANE_Y] = 0;
|
||||||
pTexInfo->OffsetInfo.PlaneXe_LPG.Y[GMM_PLANE_Y] = 0;
|
pTexInfo->OffsetInfo.PlaneXe_LPG.Y[GMM_PLANE_Y] = 0;
|
||||||
|
|
||||||
pTexInfo->OffsetInfo.PlaneXe_LPG.UnAligned.Height[GMM_PLANE_Y] = 0;
|
|
||||||
pTexInfo->OffsetInfo.PlaneXe_LPG.UnAligned.Height[GMM_PLANE_Y] = 0;
|
pTexInfo->OffsetInfo.PlaneXe_LPG.UnAligned.Height[GMM_PLANE_Y] = 0;
|
||||||
|
|
||||||
Height = pTexInfo->BaseHeight;
|
Height = pTexInfo->BaseHeight;
|
||||||
|
|
Loading…
Reference in New Issue