Searched refs:dccFastClearSize (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dciaddrlib.cpp215 UINT_64 dccFastClearSize = pIn->colorSurfSize >> 8; local in function:Addr::V1::CiLib::HwlComputeDccInfo
231 dccFastClearSize /= numSplits;
233 if (0 != (dccFastClearSize & (fastClearBaseAlign - 1)))
237 dccFastClearSize = 0;
246 pOut->dccFastClearSize = dccFastClearSize;
259 if (pOut->dccRamSize == pOut->dccFastClearSize)
261 pOut->dccFastClearSize = PowTwoAlign(pOut->dccRamSize, dccRamSizeAlign);
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Dciaddrlib.cpp214 UINT_64 dccFastClearSize = pIn->colorSurfSize >> 8; local in function:Addr::V1::CiLib::HwlComputeDccInfo
230 dccFastClearSize /= numSplits;
232 if (0 != (dccFastClearSize & (fastClearBaseAlign - 1)))
236 dccFastClearSize = 0;
245 pOut->dccFastClearSize = dccFastClearSize;
258 if (pOut->dccRamSize == pOut->dccFastClearSize)
260 pOut->dccFastClearSize = PowTwoAlign(pOut->dccRamSize, dccRamSizeAlign);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h2250 UINT_64 dccFastClearSize; ///< Size of dcc key portion that can be fast cleared member in struct:_ADDR_COMPUTE_DCCINFO_OUTPUT
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.c411 surf_level->dcc_fast_clear_size = AddrDccOut->dccFastClearSize;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h2295 UINT_64 dccFastClearSize; ///< Size of dcc key portion that can be fast cleared member in struct:_ADDR_COMPUTE_DCCINFO_OUTPUT
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c710 dcc_level->dcc_fast_clear_size = AddrDccOut->dccFastClearSize;
738 dcc_level->dcc_slice_fast_clear_size = AddrDccOut->dccFastClearSize;

Completed in 26 milliseconds