Home
last modified time | relevance | path

Searched refs:basePitch (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.cpp1140 UINT_32 basePitch; in AdjustSurfaceInfo() local
1200 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()
Daddrlib2.cpp192 UINT_32 basePitch = 0; in ComputeSurfaceInfo() local
197 &basePitch, in ComputeSurfaceInfo()
Daddrlib1.cpp271 &localIn.basePitch, in ComputeSurfaceInfo()
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp2718 ((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()
/external/mesa3d/src/amd/common/
Dac_surface.c289 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()
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp825 int basePitch = transferFmt.getPixelSize()*rowLen; in getRowPitch() local
826 return alignment*(basePitch/alignment + ((basePitch % alignment) ? 1 : 0)); in getRowPitch()
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h570 UINT_32 basePitch; ///< Base level pitch in pixels, 0 means ignored, is a member
/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp3212 UINT_32 basePitch = 0; in HwlGetPreferredSurfaceSetting() local
3217 &basePitch, in HwlGetPreferredSurfaceSetting()