Searched refs:expPitch (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/amd/addrlib/r800/ |
D | egbaddrlib.cpp | 224 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 …]
|
D | siaddrlib.h | 175 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const; 178 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const;
|
D | siaddrlib.cpp | 1712 UINT_32 expPitch ///< [in] pitch in HwlPreHandleBaseLvl3xPitch() 1715 ADDR_ASSERT(pIn->width == expPitch); in HwlPreHandleBaseLvl3xPitch() 1721 Addr::V1::Lib::HwlPreHandleBaseLvl3xPitch(pIn, expPitch); in HwlPreHandleBaseLvl3xPitch() 1725 ADDR_ASSERT(IsPow2(expPitch)); in HwlPreHandleBaseLvl3xPitch() 1728 return expPitch; in HwlPreHandleBaseLvl3xPitch() 1744 UINT_32 expPitch ///< [in] pitch in HwlPostHandleBaseLvl3xPitch() 1754 Addr::V1::Lib::HwlPostHandleBaseLvl3xPitch(pIn, expPitch); in HwlPostHandleBaseLvl3xPitch() 1757 return expPitch; in HwlPostHandleBaseLvl3xPitch()
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib1.cpp | 3365 UINT_32 expPitch ///< [in] pitch in HwlPreHandleBaseLvl3xPitch() 3368 ADDR_ASSERT(pIn->width == expPitch); in HwlPreHandleBaseLvl3xPitch() 3376 expPitch /= 3; in HwlPreHandleBaseLvl3xPitch() 3377 expPitch = NextPow2(expPitch); in HwlPreHandleBaseLvl3xPitch() 3380 return expPitch; in HwlPreHandleBaseLvl3xPitch() 3396 UINT_32 expPitch ///< [in] pitch in HwlPostHandleBaseLvl3xPitch() 3407 expPitch *= 3; in HwlPostHandleBaseLvl3xPitch() 3410 return expPitch; in HwlPostHandleBaseLvl3xPitch()
|
D | addrlib1.h | 489 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const; 492 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, UINT_32 expPitch) const;
|