Home | History | Annotate | Download | only in r800

Lines Matching refs:expPitch

1248     UINT_32                                 expPitch    ///< [in] pitch
1251 ADDR_ASSERT(pIn->width == expPitch);
1257 AddrLib::HwlPreHandleBaseLvl3xPitch(pIn, expPitch);
1261 ADDR_ASSERT(IsPow2(expPitch));
1264 return expPitch;
1280 UINT_32 expPitch ///< [in] pitch
1290 AddrLib::HwlPostHandleBaseLvl3xPitch(pIn, expPitch);
1293 return expPitch;