Searched refs:basePitch (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1140 UINT_32 basePitch; local in function:Addr::ElemLib::AdjustSurfaceInfo
1200 basePitch = *pBasePitch;
1208 basePitch *= expandX;
1219 basePitch = basePitch / expandX;
1237 basePitch = (basePitch + expandX - 1) / expandX;
1243 *pBasePitch = basePitch; // 0 is legal value for base pitch.
H A Daddrlib2.cpp190 UINT_32 basePitch = 0; local in function:Addr::V2::Lib::ComputeSurfaceInfo
195 &basePitch,
H A Daddrlib1.cpp269 &localIn.basePitch,
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrelemlib.cpp1140 UINT_32 basePitch; local in function:Addr::ElemLib::AdjustSurfaceInfo
1200 basePitch = *pBasePitch;
1208 basePitch *= expandX;
1219 basePitch = basePitch / expandX;
1237 basePitch = (basePitch + expandX - 1) / expandX;
1243 *pBasePitch = basePitch; // 0 is legal value for base pitch.
H A Daddrlib2.cpp190 UINT_32 basePitch = 0; local in function:Addr::V2::Lib::ComputeSurfaceInfo
195 &basePitch,
H A Daddrlib1.cpp269 &localIn.basePitch,
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp1141 UINT_32 basePitch; local in function:Addr::ElemLib::AdjustSurfaceInfo
1201 basePitch = *pBasePitch;
1209 basePitch *= expandX;
1220 basePitch = basePitch / expandX;
1238 basePitch = (basePitch + expandX - 1) / expandX;
1244 *pBasePitch = basePitch; // 0 is legal value for base pitch.
H A Daddrlib2.cpp214 UINT_32 basePitch = 0; local in function:Addr::V2::Lib::ComputeSurfaceInfo
219 &basePitch,
H A Daddrlib1.cpp271 &localIn.basePitch,
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp2740 // basePitch is calculated from level 0 so we only check this for mipLevel > 0
2743 // Note: Don't check expand 3x formats(96 bit) as the basePitch is not pow2 even if
2745 // divided by expandX factor (3) - to program texture pitch, the basePitch is never pow2.
2751 ((pIn->basePitch != 0) && IsPow2(pIn->basePitch)));
2754 if (pIn->basePitch != 0)
2756 pIn->width = Max(1u, pIn->basePitch >> pIn->mipLevel);
2791 if (pIn->mipLevel == 0 || pIn->basePitch == 0)
2793 // Base level or fail-safe case (basePitch == 0)
2799 nextPitch = pIn->basePitch >> (pI
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp2740 // basePitch is calculated from level 0 so we only check this for mipLevel > 0
2743 // Note: Don't check expand 3x formats(96 bit) as the basePitch is not pow2 even if
2745 // divided by expandX factor (3) - to program texture pitch, the basePitch is never pow2.
2751 ((pIn->basePitch != 0) && IsPow2(pIn->basePitch)));
2754 if (pIn->basePitch != 0)
2756 pIn->width = Max(1u, pIn->basePitch >> pIn->mipLevel);
2791 if (pIn->mipLevel == 0 || pIn->basePitch == 0)
2793 // Base level or fail-safe case (basePitch == 0)
2799 nextPitch = pIn->basePitch >> (pI
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.c330 AddrSurfInfoIn->basePitch = surf->u.legacy.stencil_level[0].nblk_x;
332 AddrSurfInfoIn->basePitch = surf->u.legacy.level[0].nblk_x;
336 AddrSurfInfoIn->basePitch *= surf->blk_w;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h569 UINT_32 basePitch; ///< Base level pitch in pixels, 0 means ignored, is a member in struct:_ADDR_COMPUTE_SURFACE_INFO_INPUT
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c619 AddrSurfInfoIn->basePitch = surf->u.legacy.zs.stencil_level[0].nblk_x;
621 AddrSurfInfoIn->basePitch = surf->u.legacy.level[0].nblk_x;
625 AddrSurfInfoIn->basePitch *= surf->blk_w;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h572 UINT_32 basePitch; ///< Base level pitch in pixels, 0 means ignored, is a member in struct:_ADDR_COMPUTE_SURFACE_INFO_INPUT
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp3297 UINT_32 basePitch = 0; local in function:Addr::V2::Gfx9Lib::HwlGetPreferredSurfaceSetting
3302 &basePitch,
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp2864 UINT_32 basePitch = 0; local in function:Addr::V2::Gfx10Lib::HwlGetPreferredSurfaceSetting
2869 &basePitch,
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp3481 UINT_32 basePitch = 0; local in function:Addr::V2::Gfx9Lib::HwlGetPreferredSurfaceSetting
3486 &basePitch,

Completed in 75 milliseconds