Home
last modified time | relevance | path

Searched refs:isWidth8 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.h241 BOOL_32 isWidth8, BOOL_32 isHeight8) const = 0;
318 BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8,
339 UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8,
345 UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8,
Daddrlib1.cpp1256 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; in ComputeHtileInfo() local
1325 isWidth8, in ComputeHtileInfo()
1482 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; in ComputeHtileAddrFromCoord() local
1527 isWidth8, in ComputeHtileAddrFromCoord()
1557 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; in ComputeHtileCoordFromAddr() local
1595 isWidth8, in ComputeHtileCoordFromAddr()
1833 BOOL_32 isWidth8, ///< [in] if htile block width is 8 in ComputeHtileInfo() argument
1854 const UINT_32 bpp = HwlComputeHtileBpp(isWidth8, isHeight8); in ComputeHtileInfo()
2182 BOOL_32 isWidth8, ///< [in] TRUE if width is 8, FALSE means 4. It's register value in HwlComputeXmaskCoordFromAddr() argument
2272 elemBits = HwlComputeHtileBpp(isWidth8, isHeight8); in HwlComputeXmaskCoordFromAddr()
[all …]
/third_party/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.h123 UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8,
128 UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8,
Degbaddrlib.h122 BOOL_32 isWidth8, BOOL_32 isHeight8) const;
Dsiaddrlib.cpp1297 BOOL_32 isWidth8, ///< [in] TRUE if width is 8, FALSE means 4. It's register value in HwlComputeXmaskAddrFromCoord() argument
1455 BOOL_32 isWidth8, ///< [in] Not used by SI in HwlComputeXmaskCoordFromAddr() argument
Degbaddrlib.cpp3993 BOOL_32 isWidth8, ///< [in] TRUE if block width is 8 in HwlComputeHtileBpp() argument
3998 ADDR_ASSERT(isWidth8 && isHeight8); in HwlComputeHtileBpp()