Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.cpp1127 UINT_32* pBpp, ///< [in/out] bpp in AdjustSurfaceInfo() argument
1139 ADDR_ASSERT(pBpp != NULL); in AdjustSurfaceInfo()
1142 if (pBpp) in AdjustSurfaceInfo()
1144 bpp = *pBpp; in AdjustSurfaceInfo()
1182 *pBpp = packedBits; in AdjustSurfaceInfo()
1252 UINT_32* pBpp, ///< [in/out] bpp in RestoreSurfaceInfo() argument
1261 ADDR_ASSERT(pBpp != NULL); in RestoreSurfaceInfo()
1264 if (pBpp) in RestoreSurfaceInfo()
1266 bpp = *pBpp; in RestoreSurfaceInfo()
1302 *pBpp = originalBits; in RestoreSurfaceInfo()
Daddrelemlib.h221 UINT_32* pBpp, UINT_32* pBasePitch, UINT_32* pWidth, UINT_32* pHeight);
225 UINT_32* pBpp, UINT_32* pWidth, UINT_32* pHeight);