Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.h389 static const UINT_32 MaxElementBytesLog2 = 5; variable
391 static const UINT_32 EquationTableSize = MaxElementBytesLog2 * MaxSwMode * MaxRsrcType;
398 UINT_32 m_equationLookupTable[MaxRsrcType][MaxSwMode][MaxElementBytesLog2];
Dgfx9addrlib.cpp2061 BOOL_32 supported = (elementBytesLog2 < MaxElementBytesLog2) && in IsEquationSupported()
2100 for (UINT_32 bppIdx = 0; bppIdx < MaxElementBytesLog2; bppIdx++) in InitEquationTable()