Home
last modified time | relevance | path

Searched refs:colorSurfSize (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.cpp213 UINT_64 dccFastClearSize = pIn->colorSurfSize >> 8; in HwlComputeDccInfo()
215 ADDR_ASSERT(0 == (pIn->colorSurfSize & 0xff)); in HwlComputeDccInfo()
240 pOut->dccRamSize = pIn->colorSurfSize >> 8; in HwlComputeDccInfo()
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h2270 UINT_64 colorSurfSize; ///< Size of color surface to which dcc key is bound member
/third_party/mesa3d/src/amd/common/
Dac_surface.c744 AddrDccIn->colorSurfSize = AddrSurfInfoOut->surfSize; in gfx6_compute_level()
786 AddrDccIn->colorSurfSize = AddrSurfInfoOut->sliceSize; in gfx6_compute_level()