| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/ |
| H A D | addrelemlib.cpp | 1140 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 D | addrlib2.cpp | 190 UINT_32 basePitch = 0; local in function:Addr::V2::Lib::ComputeSurfaceInfo 195 &basePitch,
|
| H A D | addrlib1.cpp | 269 &localIn.basePitch,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/ |
| H A D | addrelemlib.cpp | 1140 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 D | addrlib2.cpp | 190 UINT_32 basePitch = 0; local in function:Addr::V2::Lib::ComputeSurfaceInfo 195 &basePitch,
|
| H A D | addrlib1.cpp | 269 &localIn.basePitch,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/ |
| H A D | addrelemlib.cpp | 1141 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 D | addrlib2.cpp | 214 UINT_32 basePitch = 0; local in function:Addr::V2::Lib::ComputeSurfaceInfo 219 &basePitch,
|
| H A D | addrlib1.cpp | 271 &localIn.basePitch,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.cpp | 2740 // 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 D | siaddrlib.cpp | 2740 // 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 D | ac_surface.c | 330 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 D | addrinterface.h | 569 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 D | ac_surface.c | 619 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 D | addrinterface.h | 572 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 D | gfx9addrlib.cpp | 3297 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 D | gfx10addrlib.cpp | 2864 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 D | gfx9addrlib.cpp | 3481 UINT_32 basePitch = 0; local in function:Addr::V2::Gfx9Lib::HwlGetPreferredSurfaceSetting 3486 &basePitch,
|