Searched refs:basePitch (Results 1 – 10 of 10) sorted by relevance
1140 UINT_32 basePitch; in AdjustSurfaceInfo() local1200 basePitch = *pBasePitch; in AdjustSurfaceInfo()1208 basePitch *= expandX; in AdjustSurfaceInfo()1219 basePitch = basePitch / expandX; in AdjustSurfaceInfo()1237 basePitch = (basePitch + expandX - 1) / expandX; in AdjustSurfaceInfo()1243 *pBasePitch = basePitch; // 0 is legal value for base pitch. in AdjustSurfaceInfo()
214 UINT_32 basePitch = 0; in ComputeSurfaceInfo() local219 &basePitch, in ComputeSurfaceInfo()
270 &localIn.basePitch, in ComputeSurfaceInfo()
2750 ((pIn->basePitch != 0) && IsPow2(pIn->basePitch))); in HwlComputeMipLevel()2753 if (pIn->basePitch != 0) in HwlComputeMipLevel()2755 pIn->width = Max(1u, pIn->basePitch >> pIn->mipLevel); in HwlComputeMipLevel()2790 if (pIn->mipLevel == 0 || pIn->basePitch == 0) in HwlCheckLastMacroTiledLvl()2798 nextPitch = pIn->basePitch >> (pIn->mipLevel + 1); in HwlCheckLastMacroTiledLvl()
825 int basePitch = transferFmt.getPixelSize()*rowLen; in getRowPitch() local826 return alignment*(basePitch/alignment + ((basePitch % alignment) ? 1 : 0)); in getRowPitch()
679 AddrSurfInfoIn->basePitch = surf->u.legacy.zs.stencil_level[0].nblk_x; in gfx6_compute_level()681 AddrSurfInfoIn->basePitch = surf->u.legacy.level[0].nblk_x; in gfx6_compute_level()685 AddrSurfInfoIn->basePitch *= surf->blk_w; in gfx6_compute_level()
571 UINT_32 basePitch; ///< Base level pitch in pixels, 0 means ignored, is a member
2407 UINT_32 basePitch = 0; in HwlGetPreferredSurfaceSetting() local2412 &basePitch, in HwlGetPreferredSurfaceSetting()
2881 UINT_32 basePitch = 0; in HwlGetPreferredSurfaceSetting() local2886 &basePitch, in HwlGetPreferredSurfaceSetting()
3480 UINT_32 basePitch = 0; in HwlGetPreferredSurfaceSetting() local3485 &basePitch, in HwlGetPreferredSurfaceSetting()