Searched refs:pitchAlign (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp244 &pOut->pitchAlign,
271 &expPitch, &pOut->pitchAlign,
287 pOut->pitchAlign,
292 if ((pIn->pitchAlign != 0) || (pIn->heightAlign != 0))
294 if (pIn->pitchAlign != 0)
296 ADDR_ASSERT((pIn->pitchAlign % pOut->pitchAlign) == 0);
297 pOut->pitchAlign = pIn->pitchAlign;
299 if (IsPow2(pOut->pitchAlign))
1082 ComputeSurfaceMipLevelTileMode(AddrTileMode baseTileMode,UINT_32 bpp,UINT_32 pitch,UINT_32 height,UINT_32 numSlices,UINT_32 numSamples,UINT_32 pitchAlign,UINT_32 heightAlign,ADDR_TILEINFO * pTileInfo) const argument
4048 UINT_32 pitchAlign; local in function:Addr::V1::EgBasedLib::HwlGetPitchAlignmentMicroTiled
4089 HwlGetSizeAdjustmentMicroTiled(UINT_32 thickness,UINT_32 bpp,ADDR_SURFACE_FLAGS flags,UINT_32 numSamples,UINT_32 baseAlign,UINT_32 pitchAlign,UINT_32 * pPitch,UINT_32 * pHeight) const argument
[all...]
H A Degbaddrlib.h173 UINT_32 bpp, UINT_32 numSamples, UINT_32 baseAlign, UINT_32 pitchAlign,
181 UINT_32 baseAlign, UINT_32 pitchAlign,
244 UINT_32 pitchAlign, UINT_32 heightAlign,
H A Dsiaddrlib.h196 UINT_32 baseAlign, UINT_32 pitchAlign,
227 UINT_32 bpp, UINT_32 numSamples, UINT_32 baseAlign, UINT_32 pitchAlign,
H A Dsiaddrlib.cpp1655 UINT_32 pitchAlign; local in function:Addr::V1::SiLib::HwlGetPitchAlignmentLinear
1660 pitchAlign = Max(64u, m_pipeInterleaveBytes / BITS_TO_BYTES(bpp));
1665 pitchAlign = Max(8u, 64 / BITS_TO_BYTES(bpp));
1668 return pitchAlign;
1687 UINT_32 pitchAlign, ///< [in] pitch alignment
1711 pitch += pitchAlign;
1811 UINT_32 pitchAlign; local in function:Addr::V1::SiLib::HwlGetPitchAlignmentMicroTiled
1815 pitchAlign = EgBasedLib::HwlGetPitchAlignmentMicroTiled(tileMode,bpp,flags,numSamples);
1819 pitchAlign = 8;
1822 return pitchAlign;
1682 HwlGetSizeAdjustmentLinear(AddrTileMode tileMode,UINT_32 bpp,UINT_32 numSamples,UINT_32 baseAlign,UINT_32 pitchAlign,UINT_32 * pPitch,UINT_32 * pHeight,UINT_32 * pHeightAlign) const argument
1836 HwlGetSizeAdjustmentMicroTiled(UINT_32 thickness,UINT_32 bpp,ADDR_SURFACE_FLAGS flags,UINT_32 numSamples,UINT_32 baseAlign,UINT_32 pitchAlign,UINT_32 * pPitch,UINT_32 * pHeight) const argument
[all...]
H A Dciaddrlib.cpp2073 pOut->pitchAlign = PowTwoAlign(pOut->pitchAlign, 256);
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp241 &pOut->pitchAlign,
268 &expPitch, &pOut->pitchAlign,
284 pOut->pitchAlign,
289 if ((pIn->pitchAlign != 0) || (pIn->heightAlign != 0))
291 if (pIn->pitchAlign != 0)
293 ADDR_ASSERT((pIn->pitchAlign % pOut->pitchAlign) == 0);
294 pOut->pitchAlign = pIn->pitchAlign;
296 if (IsPow2(pOut->pitchAlign))
1080 ComputeSurfaceMipLevelTileMode(AddrTileMode baseTileMode,UINT_32 bpp,UINT_32 pitch,UINT_32 height,UINT_32 numSlices,UINT_32 numSamples,UINT_32 pitchAlign,UINT_32 heightAlign,ADDR_TILEINFO * pTileInfo) const argument
4053 UINT_32 pitchAlign; local in function:Addr::V1::EgBasedLib::HwlGetPitchAlignmentMicroTiled
4094 HwlGetSizeAdjustmentMicroTiled(UINT_32 thickness,UINT_32 bpp,ADDR_SURFACE_FLAGS flags,UINT_32 numSamples,UINT_32 baseAlign,UINT_32 pitchAlign,UINT_32 * pPitch,UINT_32 * pHeight) const argument
[all...]
H A Degbaddrlib.h173 UINT_32 bpp, UINT_32 numSamples, UINT_32 baseAlign, UINT_32 pitchAlign,
181 UINT_32 baseAlign, UINT_32 pitchAlign,
244 UINT_32 pitchAlign, UINT_32 heightAlign,
H A Dsiaddrlib.h195 UINT_32 baseAlign, UINT_32 pitchAlign,
226 UINT_32 bpp, UINT_32 numSamples, UINT_32 baseAlign, UINT_32 pitchAlign,
H A Dsiaddrlib.cpp1655 UINT_32 pitchAlign; local in function:Addr::V1::SiLib::HwlGetPitchAlignmentLinear
1660 pitchAlign = Max(64u, m_pipeInterleaveBytes / BITS_TO_BYTES(bpp));
1665 pitchAlign = Max(8u, 64 / BITS_TO_BYTES(bpp));
1668 return pitchAlign;
1687 UINT_32 pitchAlign, ///< [in] pitch alignment
1711 pitch += pitchAlign;
1811 UINT_32 pitchAlign; local in function:Addr::V1::SiLib::HwlGetPitchAlignmentMicroTiled
1815 pitchAlign = EgBasedLib::HwlGetPitchAlignmentMicroTiled(tileMode,bpp,flags,numSamples);
1819 pitchAlign = 8;
1822 return pitchAlign;
1682 HwlGetSizeAdjustmentLinear(AddrTileMode tileMode,UINT_32 bpp,UINT_32 numSamples,UINT_32 baseAlign,UINT_32 pitchAlign,UINT_32 * pPitch,UINT_32 * pHeight,UINT_32 * pHeightAlign) const argument
1836 HwlGetSizeAdjustmentMicroTiled(UINT_32 thickness,UINT_32 bpp,ADDR_SURFACE_FLAGS flags,UINT_32 numSamples,UINT_32 baseAlign,UINT_32 pitchAlign,UINT_32 * pPitch,UINT_32 * pHeight) const argument
[all...]
H A Dciaddrlib.cpp2089 pOut->pitchAlign = PowTwoAlign(pOut->pitchAlign, 256);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_video.c560 int pitchAlign; local in function:intel_setup_dst_params
566 pitchAlign = 4;
572 pitchAlign = 512;
577 pitchAlign = 256;
579 pitchAlign = 64;
585 pitchAlign = 1024;
593 *dstPitch = ALIGN((height / 2), pitchAlign);
594 *dstPitch2 = ALIGN(height, pitchAlign);
597 *dstPitch = ALIGN((width / 2), pitchAlign);
598 *dstPitch2 = ALIGN(width, pitchAlign);
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_video.c560 int pitchAlign; local in function:intel_setup_dst_params
566 pitchAlign = 4;
572 pitchAlign = 512;
577 pitchAlign = 256;
579 pitchAlign = 64;
585 pitchAlign = 1024;
593 *dstPitch = ALIGN((height / 2), pitchAlign);
594 *dstPitch2 = ALIGN(height, pitchAlign);
597 *dstPitch = ALIGN((width / 2), pitchAlign);
598 *dstPitch2 = ALIGN(width, pitchAlign);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib1.cpp371 ADDR_ASSERT((pOut->pitchAlign % 32) == 0);
3265 UINT_32 pitchAlign = *pPitchAlign; local in function:Addr::V1::Lib::PadDimensions
3295 if (IsPow2(pitchAlign))
3297 *pPitch = PowTwoAlign((*pPitch), pitchAlign);
3301 *pPitch += pitchAlign - 1;
3302 *pPitch /= pitchAlign;
3303 *pPitch *= pitchAlign;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib1.cpp371 ADDR_ASSERT((pOut->pitchAlign % 32) == 0);
3265 UINT_32 pitchAlign = *pPitchAlign; local in function:Addr::V1::Lib::PadDimensions
3295 if (IsPow2(pitchAlign))
3297 *pPitch = PowTwoAlign((*pPitch), pitchAlign);
3301 *pPitch += pitchAlign - 1;
3302 *pPitch /= pitchAlign;
3303 *pPitch *= pitchAlign;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib1.cpp373 ADDR_ASSERT((pOut->pitchAlign % 32) == 0);
3276 UINT_32 pitchAlign = *pPitchAlign; local in function:Addr::V1::Lib::PadDimensions
3306 if (IsPow2(pitchAlign))
3308 *pPitch = PowTwoAlign((*pPitch), pitchAlign);
3312 *pPitch += pitchAlign - 1;
3313 *pPitch /= pitchAlign;
3314 *pPitch *= pitchAlign;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h573 UINT_32 pitchAlign; ///< Pitch alignment request from client member in struct:_ADDR_COMPUTE_SURFACE_INFO_INPUT
598 UINT_32 pitchAlign; ///< Pitch alignment, in elements member in struct:_ADDR_COMPUTE_SURFACE_INFO_OUTPUT
1308 UINT_32 pitchAlign; ///< Pitch alignment member in struct:_ADDR_COMPUTE_FMASK_INFO_OUTPUT
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h576 UINT_32 pitchAlign; ///< Pitch alignment request from client member in struct:_ADDR_COMPUTE_SURFACE_INFO_INPUT
601 UINT_32 pitchAlign; ///< Pitch alignment, in elements member in struct:_ADDR_COMPUTE_SURFACE_INFO_OUTPUT
1327 UINT_32 pitchAlign; ///< Pitch alignment member in struct:_ADDR_COMPUTE_FMASK_INFO_OUTPUT
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp4733 const UINT_32 pitchAlign = (pIn->swizzleMode == ADDR_SW_LINEAR_GENERAL) ? 1 : (256 / elementBytes); local in function:Addr::V2::Gfx10Lib::HwlComputeSurfaceInfoLinear
4735 UINT_32 pitch = PowTwoAlign(pIn->width, pitchAlign);
4747 const UINT_32 mipActualWidth = PowTwoAlign(mipWidth, pitchAlign);
4764 returnCode = ApplyCustomizedPitchHeight(pIn, elementBytes, pitchAlign, &pitch, &actualHeight);
4790 pOut->blockWidth = pitchAlign;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c663 surf->prt_tile_width = AddrSurfInfoOut->pitchAlign;

Completed in 56 milliseconds