Home
last modified time | relevance | path

Searched refs:htileBytes (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h908 UINT_64 htileBytes; ///< Size of HTILE buffer, in bytes member
2779 UINT_32 htileBytes; ///< Size of HTILE buffer, in bytes member
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp1298 pOut->htileBytes = pIn->flags.skipTcCompatSizeAlign ? in ComputeHtileInfo()
1306 pOut->htileBytes = pOut->sliceSize; in ComputeHtileInfo()
1331 &pOut->htileBytes, in ComputeHtileInfo()
/external/mesa3d/src/amd/common/
Dac_surface.c660 surf->htile_size = AddrHtileOut->htileBytes; in gfx6_compute_level()
1461 surf->htile_size = hout.htileBytes; in gfx9_compute_miptree()
/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp222 pOut->htileBytes = pOut->sliceSize * pIn->numSlices; in HwlComputeHtileInfo()
246 pOut->htileBytes = pOut->sliceSize * pIn->numSlices; in HwlComputeHtileInfo()
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp258 pOut->htileBytes = PowTwoAlign(pOut->sliceSize * numMetaBlkZ, align); in HwlComputeHtileInfo()