Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.cpp1135 UINT_32* pBasePitch, ///< [in,out] base pitch in AdjustSurfaceInfo() argument
1147 ADDR_ASSERT(pWidth != NULL && pHeight != NULL && pBasePitch != NULL); in AdjustSurfaceInfo()
1198 if (pWidth && pHeight && pBasePitch) in AdjustSurfaceInfo()
1200 basePitch = *pBasePitch; in AdjustSurfaceInfo()
1243 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
Daddrelemlib.h227 UINT_32* pBpp, UINT_32* pBasePitch, UINT_32* pWidth, UINT_32* pHeight);