Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h844 UINT_32 GetPipeLog2ForMetaAddressing(BOOL_32 pipeAligned, AddrSwizzleMode swizzleMode) const in GetPipeLog2ForMetaAddressing() function
860 return (1 << GetPipeLog2ForMetaAddressing(pipeAligned, swizzleMode)); in GetPipeNumForMetaAddressing()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp393 pOut->equation.gfx9.numPipeBits = GetPipeLog2ForMetaAddressing(pIn->cMaskFlags.pipeAligned, in HwlComputeCmaskInfo()
758 pOut->equation.gfx9.numPipeBits = GetPipeLog2ForMetaAddressing(pIn->dccKeyFlags.pipeAligned, in HwlComputeDccInfo()
899 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->cMaskFlags.pipeAligned, in HwlComputeCmaskAddrFromCoord()
974 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->hTileFlags.pipeAligned, in HwlComputeHtileAddrFromCoord()
1036 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->hTileFlags.pipeAligned, in HwlComputeHtileCoordFromAddr()
1138 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->dccKeyFlags.pipeAligned, in HwlComputeDccAddrFromCoord()
1887 UINT_32 numPipeTotalLog2 = GetPipeLog2ForMetaAddressing(metaFlag.pipeAligned, swizzleMode); in GenMetaEquation()