Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.cpp994 if (pIn->pitchInElement > 0) in ApplyCustomizedPitchHeight()
996 if ((pIn->pitchInElement % pitchAlignInElement) != 0) in ApplyCustomizedPitchHeight()
1000 else if (pIn->pitchInElement < (*pPitch)) in ApplyCustomizedPitchHeight()
1006 *pPitch = pIn->pitchInElement; in ApplyCustomizedPitchHeight()
1116 localIn.pitchInElement = pIn->pitchInElement; in ComputeSurfaceAddrFromCoordLinear()
1204 localIn.pitchInElement = pIn->pitchInElement; in ComputeSurfaceCoordFromAddrLinear()
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h2415 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member
2546 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member
2612 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member
/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp3883 if ((pIn->numMipLevels <= 1) && (pIn->pitchInElement > 0)) in HwlComputeSurfaceInfoTiled()
3885 if ((pIn->pitchInElement % pitchAlignInElement) != 0) in HwlComputeSurfaceInfoTiled()
3889 else if (pIn->pitchInElement < pOut->pitch) in HwlComputeSurfaceInfoTiled()
3895 pOut->pitch = pIn->pitchInElement; in HwlComputeSurfaceInfoTiled()
4605 localIn.pitchInElement = pIn->pitchInElement; in HwlComputeSurfaceAddrFromCoordTiled()