Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp1430 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; in ComputeHtileInfo() local
1466 isWidth8, in ComputeHtileInfo()
1616 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; in ComputeHtileAddrFromCoord() local
1655 isWidth8, in ComputeHtileAddrFromCoord()
1684 BOOL_32 isWidth8 = (pIn->blockWidth == 8) ? TRUE : FALSE; in ComputeHtileCoordFromAddr() local
1722 isWidth8, in ComputeHtileCoordFromAddr()
1960 BOOL_32 isWidth8, ///< [in] if htile block width is 8 in ComputeHtileInfo() argument
1981 const UINT_32 bpp = HwlComputeHtileBpp(isWidth8, isHeight8); in ComputeHtileInfo()
2309 BOOL_32 isWidth8, ///< [in] TRUE if width is 8, FALSE means 4. It's register value in HwlComputeXmaskCoordFromAddr() argument
2397 elemBits = HwlComputeHtileBpp(isWidth8, isHeight8); in HwlComputeXmaskCoordFromAddr()
[all …]
Daddrlib.h360 BOOL_32 isWidth8, BOOL_32 isHeight8) const = 0;
428 BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8,
449 UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8,
455 UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8,
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.h101 UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8,
106 UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8,
Degbaddrlib.h120 BOOL_32 isWidth8, BOOL_32 isHeight8) const;
Dsiaddrlib.cpp802 BOOL_32 isWidth8, ///< [in] TRUE if width is 8, FALSE means 4. It's register value in HwlComputeXmaskAddrFromCoord() argument
960 BOOL_32 isWidth8, ///< [in] Not used by SI in HwlComputeXmaskCoordFromAddr() argument
Degbaddrlib.cpp4447 BOOL_32 isWidth8, ///< [in] TRUE if block width is 8 in HwlComputeHtileBpp() argument
4452 ADDR_ASSERT(isWidth8 && isHeight8); in HwlComputeHtileBpp()