mirror of https://github.com/intel/gmmlib.git
Removed excess assign same value
This commit is contained in:
parent
a999c848a4
commit
db91c3e9cd
|
@ -63,7 +63,6 @@ void GmmLib::GmmGen11TextureCalc::FillPlanarOffsetAddress(GMM_TEXTURE_INFO *pTex
|
|||
pTexInfo->OffsetInfo.Plane.X[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;
|
||||
|
||||
Height = pTexInfo->BaseHeight;
|
||||
|
|
|
@ -557,7 +557,6 @@ void GmmLib::GmmXe_LPGTextureCalc::FillPlanarOffsetAddress(GMM_TEXTURE_INFO *pTe
|
|||
pTexInfo->OffsetInfo.PlaneXe_LPG.X[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;
|
||||
|
||||
Height = pTexInfo->BaseHeight;
|
||||
|
|
Loading…
Reference in New Issue