Searched defs:pPitch (Results 1 - 4 of 4) sorted by relevance
/external/mesa3d/src/amd/addrlib/core/ |
H A D | addrlib.h | 480 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, 483 HwlPadDimensions( AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32 padDims, UINT_32 mipLevel, UINT_32* pPitch, UINT_32 pitchAlign, UINT_32* pHeight, UINT_32 heightAlign, UINT_32* pSlices, UINT_32 sliceAlign) const argument
|
H A D | addrlib.cpp | 3179 UINT_32* pPitch, ///< [in/out] pitch in pixels 3218 *pPitch = PowTwoAlign((*pPitch), pitchAlign); 3222 *pPitch += pitchAlign - 1; 3223 *pPitch /= pitchAlign; 3224 *pPitch *= pitchAlign; 3256 pPitch, 3171 PadDimensions( AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32 padDims, UINT_32 mipLevel, UINT_32* pPitch, UINT_32 pitchAlign, UINT_32* pHeight, UINT_32 heightAlign, UINT_32* pSlices, UINT_32 sliceAlign ) const argument
|
/external/mesa3d/src/amd/addrlib/r800/ |
H A D | ciaddrlib.cpp | 1767 UINT_32* pPitch, ///< [in/out] pitch in pixels 1787 UINT_32 bytesPerSplit = BITS_TO_BYTES((*pPitch) * (*pHeight) * bpp * samplesPerSplit); 1819 *pPitch = PowTwoAlign((*pPitch), dccFastClearPitchAlignInPixels); 1823 *pPitch += (dccFastClearPitchAlignInPixels - 1); 1824 *pPitch /= dccFastClearPitchAlignInPixels; 1825 *pPitch *= dccFastClearPitchAlignInPixels; 1759 HwlPadDimensions( AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32 padDims, UINT_32 mipLevel, UINT_32* pPitch, UINT_32 pitchAlign, UINT_32* pHeight, UINT_32 heightAlign, UINT_32* pSlices, UINT_32 sliceAlign ) const argument
|
H A D | siaddrlib.cpp | 1191 UINT_32* pPitch, ///< [in/out] pointer to pitch 1199 sliceSize = BITS_TO_BYTES(static_cast<UINT_64>(*pPitch) * (*pHeight) * bpp * numSamples); 1203 UINT_32 pitch = *pPitch; 1218 *pPitch = pitch; 1346 UINT_32* pPitch, ///< [in/out] pointer to pitch 1353 UINT_32 pitch = *pPitch; 1394 if (pitch != *pPitch) 1401 *pPitch = pitch; 1185 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 1339 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
|
Completed in 228 milliseconds