Searched defs:elementBytesLog2 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 713 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeDccInfo() local 950 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileAddrFromCoord() local 1025 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileCoordFromAddr() local 1109 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeDccAddrFromCoord() local 1508 UINT_32 elementBytesLog2, ///< [in] data surface element bytes in GetDataEquation() 1873 UINT_32 elementBytesLog2, ///< [in] data surface element bytes in GenMetaEquation() 2372 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlGetEquationIndex() local 2408 UINT_32 elementBytesLog2, in HwlComputeBlock256Equation() 2610 UINT_32 elementBytesLog2, in HwlComputeThinEquation() 2760 UINT_32 elementBytesLog2, in HwlComputeThickEquation() [all …]
|
D | gfx9addrlib.h | 236 UINT_32 elementBytesLog2; member
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.cpp | 1871 UINT_32 elementBytesLog2, in ComputeBlock256Equation() 1904 UINT_32 elementBytesLog2, in ComputeThinEquation() 1937 UINT_32 elementBytesLog2, in ComputeThickEquation()
|
D | addrlib2.h | 593 UINT_32 elementBytesLog2, in HwlComputeBlock256Equation() 603 UINT_32 elementBytesLog2, in HwlComputeThinEquation() 613 UINT_32 elementBytesLog2, in HwlComputeThickEquation()
|