Searched defs:elementBytesLog2 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | gfx9addrlib.cpp | 796 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileAddrFromCoord() local 868 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileCoordFromAddr() local 942 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeDccAddrFromCoord() local 1308 UINT_32 elementBytesLog2, ///< [in] data surface element bytes in GetDataEquation() 1673 UINT_32 elementBytesLog2, ///< [in] data surface element bytes in GenMetaEquation() 2171 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlGetEquationIndex() local 2207 UINT_32 elementBytesLog2, in HwlComputeBlock256Equation() 2409 UINT_32 elementBytesLog2, in HwlComputeThinEquation() 2559 UINT_32 elementBytesLog2, in HwlComputeThickEquation() 3996 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeSurfaceInfoTiled() local
|
D | gfx9addrlib.h | 94 UINT_32 elementBytesLog2; member
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib2.h | 441 UINT_32 elementBytesLog2, in HwlComputeBlock256Equation() 451 UINT_32 elementBytesLog2, in HwlComputeThinEquation() 461 UINT_32 elementBytesLog2, in HwlComputeThickEquation()
|
D | addrlib2.cpp | 1760 UINT_32 elementBytesLog2, in ComputeBlock256Equation() 1793 UINT_32 elementBytesLog2, in ComputeThinEquation() 1826 UINT_32 elementBytesLog2, in ComputeThickEquation()
|