Searched refs:m_equationLookupTable (Results 1 – 6 of 6) sorted by relevance
330 UINT_32 m_equationLookupTable[MaxNumElementBytes][TileTableSize]; variable
2707 pOut->equationIndex = m_equationLookupTable[Log2(pIn->bpp >> 3)][tileIndex]; in HwlComputeSurfaceInfo()3766 m_equationLookupTable[log2ElementBytes][tileIndex] = equationIndex; in InitEquationTable()
1918 m_equationLookupTable[rsrcTypeIdx][swModeIdx][elemLog2] = equationIndex; in InitEquationTable()1949 equationIdx = m_equationLookupTable[rsrcTypeIdx][swModeIdx][elemLog2]; in HwlGetEquationIndex()3042 const UINT_32 eqIndex = m_equationLookupTable[rsrcType][swMode][elemLog2]; in ComputeStereoInfo()3979 const UINT_32 eqIndex = m_equationLookupTable[rsrcType][swMode][elemLog2]; in ComputeSurfaceAddrFromCoordMicroTiled()4088 const UINT_32 eqIndex = m_equationLookupTable[rsrcIdx][swMode][elemLog2]; in ComputeSurfaceAddrFromCoordMacroTiled()
938 UINT_32 m_equationLookupTable[MaxRsrcType][MaxSwModeType][MaxElementBytesLog2]; variable
1978 … if (m_equationLookupTable[rsrcTypeIdx][swModeIdx][elemLog2] == ADDR_INVALID_EQUATION_INDEX) in FilterInvalidEqSwizzleMode()
2230 m_equationLookupTable[rsrcTypeIdx][swModeIdx][bppIdx] = equationIndex; in InitEquationTable()2262 index = m_equationLookupTable[rsrcTypeIdx][swModeIdx][elementBytesLog2]; in HwlGetEquationIndex()