Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.cpp224 UINT_32 expPitch = pIn->width; in ComputeSurfaceInfoLinear() local
255 expPitch = HwlPreHandleBaseLvl3xPitch(pIn, expPitch); in ComputeSurfaceInfoLinear()
267 &expPitch, &pOut->pitchAlign, in ComputeSurfaceInfoLinear()
271 expPitch = HwlPostHandleBaseLvl3xPitch(pIn, expPitch); in ComputeSurfaceInfoLinear()
284 &expPitch, in ComputeSurfaceInfoLinear()
297 expPitch = PowTwoAlign(expPitch, pOut->pitchAlign); in ComputeSurfaceInfoLinear()
301 expPitch += pOut->pitchAlign - 1; in ComputeSurfaceInfoLinear()
302 expPitch /= pOut->pitchAlign; in ComputeSurfaceInfoLinear()
303 expPitch *= pOut->pitchAlign; in ComputeSurfaceInfoLinear()
324 logicalSliceSize = BITS_TO_BYTES(expPitch * expHeight * pIn->bpp); in ComputeSurfaceInfoLinear()
[all …]
Dsiaddrlib.h173 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const;
176 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const;
Dsiaddrlib.cpp1744 UINT_32 expPitch ///< [in] pitch in HwlPreHandleBaseLvl3xPitch()
1747 ADDR_ASSERT(pIn->width == expPitch); in HwlPreHandleBaseLvl3xPitch()
1753 Addr::V1::Lib::HwlPreHandleBaseLvl3xPitch(pIn, expPitch); in HwlPreHandleBaseLvl3xPitch()
1757 ADDR_ASSERT(IsPow2(expPitch)); in HwlPreHandleBaseLvl3xPitch()
1760 return expPitch; in HwlPreHandleBaseLvl3xPitch()
1776 UINT_32 expPitch ///< [in] pitch in HwlPostHandleBaseLvl3xPitch()
1786 Addr::V1::Lib::HwlPostHandleBaseLvl3xPitch(pIn, expPitch); in HwlPostHandleBaseLvl3xPitch()
1789 return expPitch; in HwlPostHandleBaseLvl3xPitch()
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp3373 UINT_32 expPitch ///< [in] pitch in HwlPreHandleBaseLvl3xPitch()
3376 ADDR_ASSERT(pIn->width == expPitch); in HwlPreHandleBaseLvl3xPitch()
3384 expPitch /= 3; in HwlPreHandleBaseLvl3xPitch()
3385 expPitch = NextPow2(expPitch); in HwlPreHandleBaseLvl3xPitch()
3388 return expPitch; in HwlPreHandleBaseLvl3xPitch()
3404 UINT_32 expPitch ///< [in] pitch in HwlPostHandleBaseLvl3xPitch()
3415 expPitch *= 3; in HwlPostHandleBaseLvl3xPitch()
3418 return expPitch; in HwlPostHandleBaseLvl3xPitch()
Daddrlib1.h489 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const;
492 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const;