Searched refs:equationIndex (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp2696 pOut->equationIndex = ADDR_INVALID_EQUATION_INDEX;
2702 pOut->equationIndex = m_uncompressDepthEqIndex + Log2(pIn->bpp >> 3);
2707 pOut->equationIndex = m_equationLookupTable[Log2(pIn->bpp >> 3)][tileIndex];
2710 if (pOut->equationIndex != ADDR_INVALID_EQUATION_INDEX)
2712 pOut->blockWidth = m_blockWidth[pOut->equationIndex];
2714 pOut->blockHeight = m_blockHeight[pOut->equationIndex];
2716 pOut->blockSlices = m_blockSlices[pOut->equationIndex];
2721 pOut->equationIndex = ADDR_INVALID_EQUATION_INDEX;
3633 UINT_32 equationIndex = ADDR_INVALID_EQUATION_INDEX; local in function:Addr::V1::SiLib::InitEquationTable
3668 equationIndex
3790 UINT_32 equationIndex = m_numEquations; local in function:Addr::V1::SiLib::InitEquationTable
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp2696 pOut->equationIndex = ADDR_INVALID_EQUATION_INDEX;
2702 pOut->equationIndex = m_uncompressDepthEqIndex + Log2(pIn->bpp >> 3);
2707 pOut->equationIndex = m_equationLookupTable[Log2(pIn->bpp >> 3)][tileIndex];
2710 if (pOut->equationIndex != ADDR_INVALID_EQUATION_INDEX)
2712 pOut->blockWidth = m_blockWidth[pOut->equationIndex];
2714 pOut->blockHeight = m_blockHeight[pOut->equationIndex];
2716 pOut->blockSlices = m_blockSlices[pOut->equationIndex];
2721 pOut->equationIndex = ADDR_INVALID_EQUATION_INDEX;
3633 UINT_32 equationIndex = ADDR_INVALID_EQUATION_INDEX; local in function:Addr::V1::SiLib::InitEquationTable
3668 equationIndex
3790 UINT_32 equationIndex = m_numEquations; local in function:Addr::V1::SiLib::InitEquationTable
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h634 UINT_32 equationIndex; ///< Equation index in the equation table; member in struct:_ADDR_COMPUTE_SURFACE_INFO_OUTPUT
2418 UINT_32 equationIndex; ///< Equation index in the equation table member in struct:_ADDR2_MIP_INFO
2476 UINT_32 equationIndex; ///< Equation index in the equation table of mip0 member in struct:_ADDR2_COMPUTE_SURFACE_INFO_OUTPUT
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h637 UINT_32 equationIndex; ///< Equation index in the equation table; member in struct:_ADDR_COMPUTE_SURFACE_INFO_OUTPUT
2466 UINT_32 equationIndex; ///< Equation index in the equation table member in struct:_ADDR2_MIP_INFO
2524 UINT_32 equationIndex; ///< Equation index in the equation table of mip0 member in struct:_ADDR2_COMPUTE_SURFACE_INFO_OUTPUT
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp2201 UINT_32 equationIndex = ADDR_INVALID_EQUATION_INDEX; local in function:Addr::V2::Gfx9Lib::InitEquationTable
2231 equationIndex = m_numEquations;
2232 ADDR_ASSERT(equationIndex < EquationTableSize);
2234 m_equationTable[equationIndex] = equation;
2246 m_equationLookupTable[rsrcTypeIdx][swModeIdx][bppIdx] = equationIndex;
2285 pOut->pMipInfo[i].equationIndex = index;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp1996 UINT_32 equationIndex = ADDR_INVALID_EQUATION_INDEX; local in function:Addr::V2::Gfx10Lib::InitEquationTable
2009 equationIndex = m_numEquations;
2010 ADDR_ASSERT(equationIndex < EquationTableSize);
2012 m_equationTable[equationIndex] = equation;
2026 m_equationLookupTable[rsrcTypeIdx][swModeIdx][elemLog2] = equationIndex;
2064 pOut->pMipInfo[i].equationIndex = equationIdx;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp2304 UINT_32 equationIndex = ADDR_INVALID_EQUATION_INDEX; local in function:Addr::V2::Gfx9Lib::InitEquationTable
2334 equationIndex = m_numEquations;
2335 ADDR_ASSERT(equationIndex < EquationTableSize);
2337 m_equationTable[equationIndex] = equation;
2349 m_equationLookupTable[rsrcTypeIdx][swModeIdx][bppIdx] = equationIndex;
2388 pOut->pMipInfo[i].equationIndex = index;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp281 pOut->equationIndex = GetEquationIndex(&localIn, pOut);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib2.cpp281 pOut->equationIndex = GetEquationIndex(&localIn, pOut);
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp305 pOut->equationIndex = GetEquationIndex(&localIn, pOut);

Completed in 48 milliseconds