Home
last modified time | relevance | path

Searched refs:MaxElementBytesLog2 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h967 static const UINT_32 MaxElementBytesLog2 = 5; variable
969 static const UINT_32 EquationTableSize = MaxElementBytesLog2 * MaxSwModeType * MaxRsrcType;
976 UINT_32 m_equationLookupTable[MaxRsrcType][MaxSwModeType][MaxElementBytesLog2];
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp2261 BOOL_32 supported = (elementBytesLog2 < MaxElementBytesLog2) && in IsEquationSupported()
2301 for (UINT_32 bppIdx = 0; bppIdx < MaxElementBytesLog2; bppIdx++) in InitEquationTable()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp1648 for (UINT_32 elemLog2 = 0; elemLog2 < MaxElementBytesLog2; elemLog2++) in InitEquationTable()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp2011 for (UINT_32 elemLog2 = 0; elemLog2 < MaxElementBytesLog2; elemLog2++) in InitEquationTable()