Searched refs:basePitch (Results 1 – 8 of 8) 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()
192 UINT_32 basePitch = 0; in ComputeSurfaceInfo() local197 &basePitch, in ComputeSurfaceInfo()
271 &localIn.basePitch, in ComputeSurfaceInfo()
2718 ((pIn->basePitch != 0) && IsPow2(pIn->basePitch))); in HwlComputeMipLevel()2721 if (pIn->basePitch != 0) in HwlComputeMipLevel()2723 pIn->width = Max(1u, pIn->basePitch >> pIn->mipLevel); in HwlComputeMipLevel()2758 if (pIn->mipLevel == 0 || pIn->basePitch == 0) in HwlCheckLastMacroTiledLvl()2766 nextPitch = pIn->basePitch >> (pIn->mipLevel + 1); in HwlCheckLastMacroTiledLvl()
289 AddrSurfInfoIn->basePitch = surf->u.legacy.stencil_level[0].nblk_x; in gfx6_compute_level()291 AddrSurfInfoIn->basePitch = surf->u.legacy.level[0].nblk_x; in gfx6_compute_level()295 AddrSurfInfoIn->basePitch *= surf->blk_w; in gfx6_compute_level()
825 int basePitch = transferFmt.getPixelSize()*rowLen; in getRowPitch() local826 return alignment*(basePitch/alignment + ((basePitch % alignment) ? 1 : 0)); in getRowPitch()
570 UINT_32 basePitch; ///< Base level pitch in pixels, 0 means ignored, is a member
3212 UINT_32 basePitch = 0; in HwlGetPreferredSurfaceSetting() local3217 &basePitch, in HwlGetPreferredSurfaceSetting()