Home
last modified time | relevance | path

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

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