Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.h385 static const UINT_32 MaxSwMode = 32; variable
391 static const UINT_32 EquationTableSize = MaxElementBytesLog2 * MaxSwMode * MaxRsrcType;
398 UINT_32 m_equationLookupTable[MaxRsrcType][MaxSwMode][MaxElementBytesLog2];
Dgfx9addrlib.cpp2095 for (UINT_32 swModeIdx = 0; swModeIdx < MaxSwMode; swModeIdx++) in InitEquationTable()