Home
last modified time | relevance | path

Searched refs:pHeight (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.cpp1130 UINT_32* pHeight) ///< [in/out] height in AdjustSurfaceInfo() argument
1140 ADDR_ASSERT(pWidth != NULL && pHeight != NULL && pBasePitch != NULL); in AdjustSurfaceInfo()
1185 if (pWidth && pHeight && pBasePitch) in AdjustSurfaceInfo()
1189 height = *pHeight; in AdjustSurfaceInfo()
1214 (*pHeight > PowTwoAlign(height, 8) * expandY)) // 8 is 1D tiling alignment in AdjustSurfaceInfo()
1232 *pHeight = (height == 0) ? 1 : height; in AdjustSurfaceInfo()
1254 UINT_32* pHeight) ///< [in/out] height in RestoreSurfaceInfo() argument
1262 ADDR_ASSERT(pWidth != NULL && pHeight != NULL); in RestoreSurfaceInfo()
1305 if (pWidth && pHeight) in RestoreSurfaceInfo()
1308 height = *pHeight; in RestoreSurfaceInfo()
[all …]
Daddrelemlib.h221 UINT_32* pBpp, UINT_32* pBasePitch, UINT_32* pWidth, UINT_32* pHeight);
225 UINT_32* pBpp, UINT_32* pWidth, UINT_32* pHeight);
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
Daddrlib.cpp3181 UINT_32* pHeight, ///< [in/out] height in pixels in PadDimensions() argument
3229 *pHeight = PowTwoAlign((*pHeight), heightAlign); in PadDimensions()
3258 pHeight, in PadDimensions()
/external/libpng/contrib/gregbook/
Dreadppm.c81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument
122 *pHeight = height; in readpng_init()
Dreadpng.c88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument
142 *pHeight = height; in readpng_init()
Dreadpng.h81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
/external/skia/tests/
DSkpSkGrTest.cpp335 int pHeight = pic->height(); in timePict() local
339 int yInterval = SkTMax(pHeight - maxDimension, 0) / (slices - 1); in timePict()
341 SkIntToScalar(SkTMin(maxDimension, pHeight))}; in timePict()
405 int pHeight = pic->height(); in testOne() local
406 int pLargerWH = SkTMax(pWidth, pHeight); in testOne()
426 dim.fY = (pHeight + scale - 1) / scale; in testOne()
435 fFilename, pWidth, pHeight, dim.fX, dim.fY); in testOne()
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.h165 UINT_32 *pPitch, UINT_32 *pHeight) const;
192 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const;
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,
Dciaddrlib.cpp1769 UINT_32* pHeight, ///< [in/out] height in pixels in HwlPadDimensions() argument
1787 UINT_32 bytesPerSplit = BITS_TO_BYTES((*pPitch) * (*pHeight) * bpp * samplesPerSplit); in HwlPadDimensions()
1803 UINT_32 heightInMacroTile = *pHeight / heightAlign; in HwlPadDimensions()
Dsiaddrlib.cpp1192 UINT_32* pHeight, ///< [in/out] pointer to height in HwlGetSizeAdjustmentLinear() argument
1199 sliceSize = BITS_TO_BYTES(static_cast<UINT_64>(*pPitch) * (*pHeight) * bpp * numSamples); in HwlGetSizeAdjustmentLinear()
1204 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentLinear()
1347 UINT_32* pHeight ///< [in/out] pointer to height in HwlGetSizeAdjustmentMicroTiled()
1354 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentMicroTiled()
Degbaddrlib.cpp4555 UINT_32* pHeight ///< [in/out] pointer to height in HwlGetSizeAdjustmentMicroTiled()
4562 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentMicroTiled()