Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/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.cpp1253 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; in ComputeHtileInfo() local
1322 isWidth8, in ComputeHtileInfo()
1473 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; in ComputeHtileAddrFromCoord() local
1518 isWidth8, in ComputeHtileAddrFromCoord()
1548 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; in ComputeHtileCoordFromAddr() local
1586 isWidth8, in ComputeHtileCoordFromAddr()
1824 BOOL_32 isWidth8, ///< [in] if htile block width is 8 in ComputeHtileInfo() argument
1845 const UINT_32 bpp = HwlComputeHtileBpp(isWidth8, isHeight8); in ComputeHtileInfo()
2173 BOOL_32 isWidth8, ///< [in] TRUE if width is 8, FALSE means 4. It's register value in HwlComputeXmaskCoordFromAddr() argument
2264 elemBits = HwlComputeHtileBpp(isWidth8, isHeight8); in HwlComputeXmaskCoordFromAddr()
[all …]
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.h125 UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8,
130 UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8,
Degbaddrlib.h123 BOOL_32 isWidth8, BOOL_32 isHeight8) const;
Degbaddrlib.cpp3997 BOOL_32 isWidth8, ///< [in] TRUE if block width is 8 in HwlComputeHtileBpp() argument
4002 ADDR_ASSERT(isWidth8 && isHeight8); in HwlComputeHtileBpp()
Dsiaddrlib.cpp1266 BOOL_32 isWidth8, ///< [in] TRUE if width is 8, FALSE means 4. It's register value in HwlComputeXmaskAddrFromCoord() argument
1424 BOOL_32 isWidth8, ///< [in] Not used by SI in HwlComputeXmaskCoordFromAddr() argument