Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Degbaddrlib.cpp218 UINT_32 expPitch = pIn->width; in ComputeSurfaceInfoLinear() local
249 expPitch = HwlPreHandleBaseLvl3xPitch(pIn, expPitch); in ComputeSurfaceInfoLinear()
261 &expPitch, pOut->pitchAlign, in ComputeSurfaceInfoLinear()
265 expPitch = HwlPostHandleBaseLvl3xPitch(pIn, expPitch); in ComputeSurfaceInfoLinear()
278 &expPitch, in ComputeSurfaceInfoLinear()
283 pOut->pitch = expPitch; in ComputeSurfaceInfoLinear()
317 UINT_32 expPitch = pIn->width; in ComputeSurfaceInfoMicroTiled() local
375 &expPitch, pOut->pitchAlign, in ComputeSurfaceInfoMicroTiled()
388 &expPitch, in ComputeSurfaceInfoMicroTiled()
392 pOut->pitch = expPitch; in ComputeSurfaceInfoMicroTiled()
[all …]
Dsiaddrlib.h143 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const;
146 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const;
Dsiaddrlib.cpp1248 UINT_32 expPitch ///< [in] pitch in HwlPreHandleBaseLvl3xPitch()
1251 ADDR_ASSERT(pIn->width == expPitch); in HwlPreHandleBaseLvl3xPitch()
1257 AddrLib::HwlPreHandleBaseLvl3xPitch(pIn, expPitch); in HwlPreHandleBaseLvl3xPitch()
1261 ADDR_ASSERT(IsPow2(expPitch)); in HwlPreHandleBaseLvl3xPitch()
1264 return expPitch; in HwlPreHandleBaseLvl3xPitch()
1280 UINT_32 expPitch ///< [in] pitch in HwlPostHandleBaseLvl3xPitch()
1290 AddrLib::HwlPostHandleBaseLvl3xPitch(pIn, expPitch); in HwlPostHandleBaseLvl3xPitch()
1293 return expPitch; in HwlPostHandleBaseLvl3xPitch()
/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp3278 UINT_32 expPitch ///< [in] pitch in HwlPreHandleBaseLvl3xPitch()
3281 ADDR_ASSERT(pIn->width == expPitch); in HwlPreHandleBaseLvl3xPitch()
3289 expPitch /= 3; in HwlPreHandleBaseLvl3xPitch()
3290 expPitch = NextPow2(expPitch); in HwlPreHandleBaseLvl3xPitch()
3293 return expPitch; in HwlPreHandleBaseLvl3xPitch()
3309 UINT_32 expPitch ///< [in] pitch in HwlPostHandleBaseLvl3xPitch()
3320 expPitch *= 3; in HwlPostHandleBaseLvl3xPitch()
3323 return expPitch; in HwlPostHandleBaseLvl3xPitch()
Daddrlib.h611 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const;
614 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const;