Searched refs:mipChainPitch (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp3864 pOut->mipChainPitch = pOut->pitch;
3918 pOut->mipChainPitch += (mip1WidthInBlk * pOut->blockWidth);
3959 pOut->mipChainPitch / pOut->blockWidth;
3980 pOut->sliceSize = static_cast<UINT_64>(pOut->mipChainPitch) * pOut->mipChainHeight *
4079 pOut->mipChainPitch = pitch;
4718 UINT_32 pitchInMacroBlock = localOut.mipChainPitch / localOut.blockWidth;
4788 UINT_32 pitchInBlock = localOut.mipChainPitch / localOut.blockWidth;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp4170 pOut->mipChainPitch = pOut->pitch;
4224 pOut->mipChainPitch += (mip1WidthInBlk * pOut->blockWidth);
4265 pOut->mipChainPitch / pOut->blockWidth;
4286 pOut->sliceSize = static_cast<UINT_64>(pOut->mipChainPitch) * pOut->mipChainHeight *
4385 pOut->mipChainPitch = pitch;
5024 UINT_32 pitchInMacroBlock = localOut.mipChainPitch / localOut.blockWidth;
5094 UINT_32 pitchInBlock = localOut.mipChainPitch / localOut.blockWidth;
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.c1101 out.mipChainPitch - 1;
1110 out.mipChainPitch - 1;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h2448 UINT_32 mipChainPitch; ///< Pitch (of total mip chain) in elements member in struct:_ADDR2_COMPUTE_SURFACE_INFO_OUTPUT
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp240 pOut->pixelMipChainPitch = pOut->mipChainPitch;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib2.cpp240 pOut->pixelMipChainPitch = pOut->mipChainPitch;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp264 pOut->pixelMipChainPitch = pOut->mipChainPitch;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c1658 surf->u.gfx9.prt_level_pitch[i] = out.mipChainPitch;
1665 out.epitchIsHeight ? out.mipChainHeight - 1 : out.mipChainPitch - 1;
1673 surf->u.gfx9.epitch = out.epitchIsHeight ? out.mipChainHeight - 1 : out.mipChainPitch - 1;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h2496 UINT_32 mipChainPitch; ///< Pitch (of total mip chain) in elements member in struct:_ADDR2_COMPUTE_SURFACE_INFO_OUTPUT
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp3504 pOut->mipChainPitch = 0;
4795 pOut->mipChainPitch = 0;

Completed in 45 milliseconds