Home
last modified time | relevance | path

Searched refs:customizedHeight (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp1051 UINT_32 customizedHeight = pIn->sliceAlign / elementBytes / (*pPitch); in ApplyCustomizedPitchHeight() local
1053 if (customizedHeight * elementBytes * (*pPitch) != pIn->sliceAlign) in ApplyCustomizedPitchHeight()
1057 else if ((pIn->numSlices > 1) && ((*pHeight) != customizedHeight)) in ApplyCustomizedPitchHeight()
1063 *pHeight = customizedHeight; in ApplyCustomizedPitchHeight()