Searched refs:pMetaEq (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | gfx9addrlib.cpp | 727 const CoordEq* pMetaEq = GetMetaEquation({0, fmaskElementBytesLog2, 0, pIn->cMaskFlags, in HwlComputeCmaskAddrFromCoord() local 739 UINT_64 address = pMetaEq->solve(pIn->x, pIn->y, pIn->slice, 0, blockIndex); in HwlComputeCmaskAddrFromCoord() 801 … const CoordEq* pMetaEq = GetMetaEquation({0, elementBytesLog2, numSamplesLog2, pIn->hTileFlags, in HwlComputeHtileAddrFromCoord() local 813 UINT_64 address = pMetaEq->solve(pIn->x, pIn->y, pIn->slice, 0, blockIndex); in HwlComputeHtileAddrFromCoord() 873 … const CoordEq* pMetaEq = GetMetaEquation({0, elementBytesLog2, numSamplesLog2, pIn->hTileFlags, in HwlComputeHtileCoordFromAddr() local 888 pMetaEq->solveAddr(nibbleAddress, sliceSizeInBlock, x, y, z, s, m); in HwlComputeHtileCoordFromAddr() 951 …const CoordEq* pMetaEq = GetMetaEquation({pIn->mipId, elementBytesLog2, numSamplesLog2, pIn->dccKe… in HwlComputeDccAddrFromCoord() local 964 UINT_64 address = pMetaEq->solve(pIn->x, pIn->y, pIn->slice, pIn->sample, blockIndex); in HwlComputeDccAddrFromCoord() 1627 CoordEq* pMetaEq = NULL; in GetMetaEquation() local 1631 pMetaEq = &m_cachedMetaEq[cachedMetaEqIndex]; in GetMetaEquation() [all …]
|
D | gfx9addrlib.h | 420 VOID GenMetaEquation(CoordEq* pMetaEq, UINT_32 maxMip,
|