Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.cpp1137 UINT_32* pHeight) ///< [in,out] height in AdjustSurfaceInfo() argument
1147 ADDR_ASSERT(pWidth != NULL && pHeight != NULL && pBasePitch != NULL); in AdjustSurfaceInfo()
1198 if (pWidth && pHeight && pBasePitch) in AdjustSurfaceInfo()
1202 height = *pHeight; in AdjustSurfaceInfo()
1227 (*pHeight > PowTwoAlign(height, 8) * expandY)) // 8 is 1D tiling alignment in AdjustSurfaceInfo()
1245 *pHeight = (height == 0) ? 1 : height; in AdjustSurfaceInfo()
1267 UINT_32* pHeight) ///< [in,out] height in RestoreSurfaceInfo() argument
1278 ADDR_ASSERT(pWidth != NULL && pHeight != NULL); in RestoreSurfaceInfo()
1329 if (pWidth && pHeight) in RestoreSurfaceInfo()
1332 height = *pHeight; in RestoreSurfaceInfo()
[all …]
Daddrlib2.cpp987 UINT_32* pHeight ///< [in/out] height in ApplyCustomizedPitchHeight()
1020 else if ((pIn->numSlices > 1) && ((*pHeight) != customizedHeight)) in ApplyCustomizedPitchHeight()
1026 *pHeight = customizedHeight; in ApplyCustomizedPitchHeight()
1336 UINT_32* pHeight, in ComputeBlockDimensionForSurf() argument
1344 pHeight, in ComputeBlockDimensionForSurf()
1360 *pHeight >>= (q + r); in ComputeBlockDimensionForSurf()
1365 *pHeight >>= q; in ComputeBlockDimensionForSurf()
1385 UINT_32* pHeight, in ComputeBlockDimension() argument
1406 *pHeight = (Block256_2d[microBlockSizeTableIndex].h << heightAmp); in ComputeBlockDimension()
1418 *pHeight = Block1K_3d[microBlockSizeTableIndex].h << (averageAmp + (restAmp / 2)); in ComputeBlockDimension()
Daddrelemlib.h227 UINT_32* pBpp, UINT_32* pBasePitch, UINT_32* pWidth, UINT_32* pHeight);
231 UINT_32* pBpp, UINT_32* pWidth, UINT_32* pHeight);
Daddrlib2.h607 UINT_32* pHeight,
616 UINT_32* pHeight,
767 UINT_32* pHeight) const;
Daddrlib1.cpp3261 UINT_32* pHeight, ///< [in,out] height in pixels in PadDimensions() argument
3312 *pHeight = PowTwoAlign((*pHeight), heightAlign); in PadDimensions()
3316 *pHeight += heightAlign - 1; in PadDimensions()
3317 *pHeight /= heightAlign; in PadDimensions()
3318 *pHeight *= heightAlign; in PadDimensions()
3347 *pHeight, in PadDimensions()
Daddrlib1.h378 UINT_32* pPitch, UINT_32* pPitchAlign, UINT_32* pHeight, UINT_32 heightAlign,
/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/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.h197 UINT_32 *pPitch, UINT_32 *pHeight) const;
228 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const;
Degbaddrlib.h174 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const = 0;
182 UINT_32 *pPitch, UINT_32 *pHeight) const;
Dsiaddrlib.cpp1656 UINT_32* pHeight, ///< [in,out] pointer to height in HwlGetSizeAdjustmentLinear() argument
1663 sliceSize = BITS_TO_BYTES(static_cast<UINT_64>(*pPitch) * (*pHeight) * bpp * numSamples); in HwlGetSizeAdjustmentLinear()
1668 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentLinear()
1811 UINT_32* pHeight ///< [in,out] pointer to height in HwlGetSizeAdjustmentMicroTiled()
1818 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentMicroTiled()
Degbaddrlib.cpp4105 UINT_32* pHeight ///< [in,out] pointer to height in HwlGetSizeAdjustmentMicroTiled()
4112 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentMicroTiled()
/external/deqp/external/openglcts/scripts/
Dmustpass.py342 pHeight = config.surfaceheight
344 …Rotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)