Searched defs:elementBytesLog2 (Results 1 – 4 of 4) sorted by relevance
| /third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
| D | gfx9addrlib.cpp | 714 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeDccInfo() local 951 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileAddrFromCoord() local 1026 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeHtileCoordFromAddr() local 1110 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlComputeDccAddrFromCoord() local 1509 UINT_32 elementBytesLog2, ///< [in] data surface element bytes in GetDataEquation() 1874 UINT_32 elementBytesLog2, ///< [in] data surface element bytes in GenMetaEquation() 2373 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3); in HwlGetEquationIndex() local 2409 UINT_32 elementBytesLog2, in HwlComputeBlock256Equation() 2611 UINT_32 elementBytesLog2, in HwlComputeThinEquation() 2761 UINT_32 elementBytesLog2, in HwlComputeThickEquation() [all …]
|
| D | gfx9addrlib.h | 237 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 | 589 UINT_32 elementBytesLog2, in HwlComputeBlock256Equation() 599 UINT_32 elementBytesLog2, in HwlComputeThinEquation() 609 UINT_32 elementBytesLog2, in HwlComputeThickEquation()
|