Searched refs:pipeAligned (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.h | 822 UINT_32 GetPipeLog2ForMetaAddressing(BOOL_32 pipeAligned, AddrSwizzleMode swizzleMode) const in GetPipeLog2ForMetaAddressing() argument 824 UINT_32 numPipeLog2 = pipeAligned ? Min(m_pipesLog2 + m_seLog2, 5u) : 0; in GetPipeLog2ForMetaAddressing() 836 UINT_32 GetPipeNumForMetaAddressing(BOOL_32 pipeAligned, AddrSwizzleMode swizzleMode) const in GetPipeNumForMetaAddressing() argument 838 return (1 << GetPipeLog2ForMetaAddressing(pipeAligned, swizzleMode)); in GetPipeNumForMetaAddressing()
|
/external/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 166 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pIn->hTileFlags.pipeAligned, in HwlComputeHtileInfo() 281 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pIn->cMaskFlags.pipeAligned, in HwlComputeCmaskInfo() 548 BOOL_32 pipeAligned = pIn->dccKeyFlags.pipeAligned; in HwlComputeDccInfo() local 556 pipeAligned = FALSE; in HwlComputeDccInfo() 559 UINT_32 numPipeTotal = GetPipeNumForMetaAddressing(pipeAligned, pIn->swizzleMode); in HwlComputeDccInfo() 806 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->cMaskFlags.pipeAligned, in HwlComputeCmaskAddrFromCoord() 881 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->hTileFlags.pipeAligned, in HwlComputeHtileAddrFromCoord() 943 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->hTileFlags.pipeAligned, in HwlComputeHtileCoordFromAddr() 1017 UINT_32 numPipeBits = GetPipeLog2ForMetaAddressing(pIn->dccKeyFlags.pipeAligned, in HwlComputeDccAddrFromCoord() 1769 UINT_32 numPipeTotalLog2 = GetPipeLog2ForMetaAddressing(metaFlag.pipeAligned, swizzleMode); in GenMetaEquation() [all …]
|
/external/mesa3d/src/amd/common/ |
D | ac_surface.c | 148 din.dccKeyFlags.pipeAligned = pipe_aligned; in ac_compute_dcc_retile_tile_indices() 179 addrin.dccKeyFlags.pipeAligned = pipe_aligned; in ac_compute_dcc_retile_tile_indices() 1447 hin.hTileFlags.pipeAligned = 1; in gfx9_compute_miptree() 1509 din.dccKeyFlags.pipeAligned = !in->flags.metaPipeUnaligned; in gfx9_compute_miptree() 1527 surf->u.gfx9.dcc.pipe_aligned = din.dccKeyFlags.pipeAligned; in gfx9_compute_miptree() 1584 din.dccKeyFlags.pipeAligned = 0; in gfx9_compute_miptree() 1749 cin.cMaskFlags.pipeAligned = 1; in gfx9_compute_miptree()
|
/external/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 170 (pIn->hTileFlags.pipeAligned != TRUE)) in HwlComputeHtileInfo() 279 (pIn->cMaskFlags.pipeAligned != TRUE) || in HwlComputeCmaskInfo() 421 pIn->dccKeyFlags.pipeAligned, in HwlComputeDccInfo() 520 ADDR_ASSERT(pIn->cMaskFlags.pipeAligned == TRUE); in HwlComputeCmaskAddrFromCoord() 697 if (pIn->dccKeyFlags.pipeAligned) in HwlComputeDccAddrFromCoord() 721 if (pIn->dccKeyFlags.pipeAligned) in HwlComputeDccAddrFromCoord()
|
/external/mesa3d/src/amd/addrlib/inc/ |
D | addrinterface.h | 2695 UINT_32 pipeAligned : 1; ///< if Metadata being pipe aligned member
|