Home
last modified time | relevance | path

Searched refs:heightAlign (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp241 &pOut->heightAlign); in ComputeSurfaceInfoLinear()
268 &expHeight, pOut->heightAlign, in ComputeSurfaceInfoLinear()
286 &pOut->heightAlign); in ComputeSurfaceInfoLinear()
288 if ((pIn->pitchAlign != 0) || (pIn->heightAlign != 0)) in ComputeSurfaceInfoLinear()
307 if (pIn->heightAlign != 0) in ComputeSurfaceInfoLinear()
309 ADDR_ASSERT((pIn->heightAlign % pOut->heightAlign) == 0); in ComputeSurfaceInfoLinear()
310 pOut->heightAlign = pIn->heightAlign; in ComputeSurfaceInfoLinear()
312 if (IsPow2(pOut->heightAlign)) in ComputeSurfaceInfoLinear()
1079 ComputeSurfaceMipLevelTileMode( AddrTileMode baseTileMode, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 numSamples, UINT_32 pitchAlign, UINT_32 heightAlign, ADDR_TILEINFO* pTileInfo ) const ComputeSurfaceMipLevelTileMode() argument
[all...]
H A Dciaddrlib.h146 UINT_32* pPitch, UINT_32 *PitchAlign, UINT_32 height, UINT_32 heightAlign) const;
H A Dciaddrlib.cpp2113 UINT_32 heightAlign ///< [in] height alignment in HwlPadDimensions()
2137 UINT_32 macroTilePixelAlign = (*pPitchAlign) * heightAlign; in HwlPadDimensions()
2144 UINT_32 heightInMacroTile = height / heightAlign; in HwlPadDimensions()
H A Degbaddrlib.h243 UINT_32 pitchAlign, UINT_32 heightAlign,
H A Dsiaddrlib.cpp1716 UINT_32 heightAlign = 1; in HwlGetSizeAdjustmentLinear()
1718 while ((pitch * heightAlign) % sliceAlignInPixel) in HwlGetSizeAdjustmentLinear()
1720 heightAlign++; in HwlGetSizeAdjustmentLinear()
1723 *pHeightAlign = heightAlign; in HwlGetSizeAdjustmentLinear()
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib1.h378 UINT_32* pPitch, UINT_32* pPitchAlign, UINT_32* pHeight, UINT_32 heightAlign,
384 UINT_32* pPitch, UINT_32* pPitchAlign, UINT_32 height, UINT_32 heightAlign) const in HwlPadDimensions()
H A Daddrlib1.cpp3270 UINT_32 heightAlign, ///< [in] height alignment in PadDimensions()
3318 if (IsPow2(heightAlign)) in PadDimensions()
3320 *pHeight = PowTwoAlign((*pHeight), heightAlign); in PadDimensions()
3324 *pHeight += heightAlign - 1; in PadDimensions()
3325 *pHeight /= heightAlign; in PadDimensions()
3326 *pHeight *= heightAlign; in PadDimensions()
3356 heightAlign); in PadDimensions()
3259 PadDimensions( AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32 padDims, UINT_32 mipLevel, UINT_32* pPitch, UINT_32* pPitchAlign, UINT_32* pHeight, UINT_32 heightAlign, UINT_32* pSlices, UINT_32 sliceAlign ) const PadDimensions() argument
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h576 UINT_32 heightAlign; ///< Height alignment request from client member
601 UINT_32 heightAlign; ///< Height alignment, in elements member
1327 UINT_32 heightAlign; ///< Height alignment member
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H A Dgfx11addrlib.cpp3141 UINT_32 heightAlign = pOut->blockHeight;
3147 returnCode = ComputeStereoInfo(pIn, &heightAlign, &rightXor);
3161 pOut->height = PowTwoAlign(pIn->height, heightAlign);
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp4147 UINT_32 heightAlign = 0;
4151 returnCode = ComputeStereoInfo(pIn, pOut, &heightAlign);
4158 if (heightAlign > 1)
4160 pOut->height = PowTwoAlign(pOut->height, heightAlign);
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp3658 UINT_32 heightAlign = pOut->blockHeight;
3664 returnCode = ComputeStereoInfo(pIn, &heightAlign, &rightXor);
3678 pOut->height = PowTwoAlign(pIn->height, heightAlign);
/third_party/mesa3d/src/amd/common/
H A Dac_surface.c724 surf->prt_tile_height = AddrSurfInfoOut->heightAlign; in gfx6_compute_level()

Completed in 39 milliseconds