Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp2912 const UINT_32 eqIndex = m_equationLookupTable[rsrcType][swMode][elemLog2]; in ComputeStereoInfo() local
2914 if (eqIndex != ADDR_INVALID_EQUATION_INDEX) in ComputeStereoInfo()
2922 ADDR_ASSERT(m_equationTable[eqIndex].addr[i].valid == 1); in ComputeStereoInfo()
2924 if ((m_equationTable[eqIndex].addr[i].channel == 1) && in ComputeStereoInfo()
2925 (m_equationTable[eqIndex].addr[i].index > yMax)) in ComputeStereoInfo()
2927 yMax = m_equationTable[eqIndex].addr[i].index; in ComputeStereoInfo()
2930 if ((m_equationTable[eqIndex].xor1[i].valid == 1) && in ComputeStereoInfo()
2931 (m_equationTable[eqIndex].xor1[i].channel == 1) && in ComputeStereoInfo()
2932 (m_equationTable[eqIndex].xor1[i].index > yMax)) in ComputeStereoInfo()
2934 yMax = m_equationTable[eqIndex].xor1[i].index; in ComputeStereoInfo()
[all …]
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp3429 const UINT_32 eqIndex = m_equationLookupTable[rsrcType][swMode][elemLog2]; in ComputeStereoInfo() local
3431 if (eqIndex != ADDR_INVALID_EQUATION_INDEX) in ComputeStereoInfo()
3439 ADDR_ASSERT(m_equationTable[eqIndex].addr[i].valid == 1); in ComputeStereoInfo()
3441 if ((m_equationTable[eqIndex].addr[i].channel == 1) && in ComputeStereoInfo()
3442 (m_equationTable[eqIndex].addr[i].index > yMax)) in ComputeStereoInfo()
3444 yMax = m_equationTable[eqIndex].addr[i].index; in ComputeStereoInfo()
3447 if ((m_equationTable[eqIndex].xor1[i].valid == 1) && in ComputeStereoInfo()
3448 (m_equationTable[eqIndex].xor1[i].channel == 1) && in ComputeStereoInfo()
3449 (m_equationTable[eqIndex].xor1[i].index > yMax)) in ComputeStereoInfo()
3451 yMax = m_equationTable[eqIndex].xor1[i].index; in ComputeStereoInfo()
[all …]
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp4018 UINT_32 eqIndex = HwlGetEquationIndex(pIn, pOut); in ComputeStereoInfo() local
4020 if (eqIndex < m_numEquations) in ComputeStereoInfo()
4029 const ADDR_EQUATION *pEqToCheck = &m_equationTable[eqIndex]; in ComputeStereoInfo()