Home
last modified time | relevance | path

Searched refs:pipeAligned (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.h689 UINT_32 GetPipeLog2ForMetaAddressing(BOOL_32 pipeAligned, AddrSwizzleMode swizzleMode) const in GetPipeLog2ForMetaAddressing() argument
691 UINT_32 numPipeLog2 = pipeAligned ? Min(m_pipesLog2 + m_seLog2, 5u) : 0; in GetPipeLog2ForMetaAddressing()
703 UINT_32 GetPipeNumForMetaAddressing(BOOL_32 pipeAligned, AddrSwizzleMode swizzleMode) const in GetPipeNumForMetaAddressing() argument
705 return (1 << GetPipeLog2ForMetaAddressing(pipeAligned, swizzleMode)); in GetPipeNumForMetaAddressing()
/external/mesa3d/src/amd/common/
Dac_surface.c907 hin.hTileFlags.pipeAligned = 1; in gfx9_compute_miptree()
921 surf->u.gfx9.htile.pipe_aligned = hin.hTileFlags.pipeAligned; in gfx9_compute_miptree()
938 din.dccKeyFlags.pipeAligned = 1; in gfx9_compute_miptree()
956 surf->u.gfx9.dcc.pipe_aligned = din.dccKeyFlags.pipeAligned; in gfx9_compute_miptree()
1031 cin.cMaskFlags.pipeAligned = 1; in gfx9_compute_miptree()
1049 surf->u.gfx9.cmask.pipe_aligned = cin.cMaskFlags.pipeAligned; in gfx9_compute_miptree()
/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp167 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pIn->hTileFlags.pipeAligned, in HwlComputeHtileInfo()
280 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pIn->cMaskFlags.pipeAligned, in HwlComputeCmaskInfo()
547 BOOL_32 pipeAligned = pIn->dccKeyFlags.pipeAligned; in HwlComputeDccInfo() local
555 pipeAligned = FALSE; in HwlComputeDccInfo()
558 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pipeAligned, pIn->swizzleMode); in HwlComputeDccInfo()
745 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->cMaskFlags.pipeAligned, in HwlComputeCmaskAddrFromCoord()
817 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->hTileFlags.pipeAligned, in HwlComputeHtileAddrFromCoord()
877 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->hTileFlags.pipeAligned, in HwlComputeHtileCoordFromAddr()
968 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->dccKeyFlags.pipeAligned, in HwlComputeDccAddrFromCoord()
1687 UINT_32 numPipeTotalLog2 = GetPipeLog2ForMetaAddressing(metaFlag.pipeAligned, swizzleMode); in GenMetaEquation()
[all …]
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h2665 UINT_32 pipeAligned : 1; ///< if Metadata being pipe aligned member