Searched refs:compBits (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
H A D | egbaddrlib.cpp | 1985 UINT_32 compBits, ///< [in] component bits actually needed(for planar surface) 2000 if ((bpp != compBits) && (compBits != 0) && isDepthSampleOrder) 2007 bpp = compBits; 2183 UINT_32 compBits = pIn->compBits; 2243 compBits, 2285 compBits, 2322 UINT_32 compBits, ///< [in] component bits (for planar surface) 2423 compBits, [all...] |
H A D | egbaddrlib.h | 148 AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits, 370 AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits,
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrlib1.h | 404 AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits, 419 AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits,
|
H A D | addrlib1.cpp | 2647 UINT_32 compBits, ///< [in] component bits actually needed(for planar surface) in ComputeSurfaceCoordFromAddrMicroTiled() 2727 compBits, in ComputeSurfaceCoordFromAddrMicroTiled() 2638 ComputeSurfaceCoordFromAddrMicroTiled( UINT_64 addr, UINT_32 bitPosition, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSamples, AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits, UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, AddrTileType microTileType, BOOL_32 isDepthSampleOrder ) const ComputeSurfaceCoordFromAddrMicroTiled() argument
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A D | addrinterface.h | 691 UINT_32 compBits; ///< The component bits actually needed(for planar surface) member 779 UINT_32 compBits; ///< The component bits actually needed(for planar surface) member
|
Completed in 18 milliseconds