Searched defs:elementBytesLog2 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 857 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileAddrFromCoord() local 932 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileCoordFromAddr() local 988 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeDccAddrFromCoord() local 1390 UINT_32 elementBytesLog2, ///< [in] data surface element bytes in GetDataEquation() 1755 UINT_32 elementBytesLog2, ///< [in] data surface element bytes in GenMetaEquation() 2254 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlGetEquationIndex() local 2290 UINT_32 elementBytesLog2, in HwlComputeBlock256Equation() 2492 UINT_32 elementBytesLog2, in HwlComputeThinEquation() 2642 UINT_32 elementBytesLog2, in HwlComputeThickEquation() 4059 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeSurfaceInfoTiled() local
|
D | gfx9addrlib.h | 237 UINT_32 elementBytesLog2; member
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.cpp | 1832 UINT_32 elementBytesLog2, in ComputeBlock256Equation() 1865 UINT_32 elementBytesLog2, in ComputeThinEquation() 1898 UINT_32 elementBytesLog2, in ComputeThickEquation()
|
D | addrlib2.h | 578 UINT_32 elementBytesLog2, in HwlComputeBlock256Equation() 588 UINT_32 elementBytesLog2, in HwlComputeThinEquation() 598 UINT_32 elementBytesLog2, in HwlComputeThickEquation()
|