Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h929 static const UINT_32 MaxElementBytesLog2 = 5; variable
931 static const UINT_32 EquationTableSize = MaxElementBytesLog2 * MaxSwModeType * MaxRsrcType;
938 UINT_32 m_equationLookupTable[MaxRsrcType][MaxSwModeType][MaxElementBytesLog2];
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp2143 BOOL_32 supported = (elementBytesLog2 < MaxElementBytesLog2) && in IsEquationSupported()
2183 for (UINT_32 bppIdx = 0; bppIdx < MaxElementBytesLog2; bppIdx++) in InitEquationTable()
/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp1886 for (UINT_32 elemLog2 = 0; elemLog2 < MaxElementBytesLog2; elemLog2++) in InitEquationTable()