Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.cpp1767 UINT_32* pPitch, ///< [in/out] pitch in pixels in HwlPadDimensions() argument
1787 UINT_32 bytesPerSplit = BITS_TO_BYTES((*pPitch) * (*pHeight) * bpp * samplesPerSplit); in HwlPadDimensions()
1819 *pPitch = PowTwoAlign((*pPitch), dccFastClearPitchAlignInPixels); in HwlPadDimensions()
1823 *pPitch += (dccFastClearPitchAlignInPixels - 1); in HwlPadDimensions()
1824 *pPitch /= dccFastClearPitchAlignInPixels; in HwlPadDimensions()
1825 *pPitch *= dccFastClearPitchAlignInPixels; in HwlPadDimensions()
Dsiaddrlib.h165 UINT_32 *pPitch, UINT_32 *pHeight) const;
192 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const;
Dsiaddrlib.cpp1191 UINT_32* pPitch, ///< [in/out] pointer to pitch in HwlGetSizeAdjustmentLinear() argument
1199 sliceSize = BITS_TO_BYTES(static_cast<UINT_64>(*pPitch) * (*pHeight) * bpp * numSamples); in HwlGetSizeAdjustmentLinear()
1203 UINT_32 pitch = *pPitch; in HwlGetSizeAdjustmentLinear()
1218 *pPitch = pitch; in HwlGetSizeAdjustmentLinear()
1346 UINT_32* pPitch, ///< [in/out] pointer to pitch in HwlGetSizeAdjustmentMicroTiled() argument
1353 UINT_32 pitch = *pPitch; in HwlGetSizeAdjustmentMicroTiled()
1394 if (pitch != *pPitch) in HwlGetSizeAdjustmentMicroTiled()
1401 *pPitch = pitch; in HwlGetSizeAdjustmentMicroTiled()
Degbaddrlib.h170 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const = 0;
178 UINT_32 *pPitch, UINT_32 *pHeight) const;
Dciaddrlib.h163 UINT_32* pPitch, UINT_32 pitchAlign, UINT_32* pHeight, UINT_32 heightAlign,
Degbaddrlib.cpp4554 UINT_32* pPitch, ///< [in/out] pointer to pitch in HwlGetSizeAdjustmentMicroTiled() argument
4561 UINT_32 pitch = *pPitch; in HwlGetSizeAdjustmentMicroTiled()
/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp3179 UINT_32* pPitch, ///< [in/out] pitch in pixels in PadDimensions() argument
3218 *pPitch = PowTwoAlign((*pPitch), pitchAlign); in PadDimensions()
3222 *pPitch += pitchAlign - 1; in PadDimensions()
3223 *pPitch /= pitchAlign; in PadDimensions()
3224 *pPitch *= pitchAlign; in PadDimensions()
3256 pPitch, in PadDimensions()
Daddrlib.h480 UINT_32* pPitch, UINT_32 pitchAlign, UINT_32* pHeight, UINT_32 heightAlign,
486 UINT_32* pPitch, UINT_32 pitchAlign, UINT_32* pHeight, UINT_32 heightAlign, in HwlPadDimensions() argument