/external/mesa3d/src/amd/addrlib/core/ |
D | addrelemlib.cpp | 1130 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 …]
|
D | addrelemlib.h | 221 UINT_32* pBpp, UINT_32* pBasePitch, UINT_32* pWidth, UINT_32* pHeight); 225 UINT_32* pBpp, UINT_32* pWidth, UINT_32* pHeight);
|
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, in HwlPadDimensions() argument
|
D | addrlib.cpp | 3181 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/ |
D | readppm.c | 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument 122 *pHeight = height; in readpng_init()
|
D | readpng.c | 88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument 142 *pHeight = height; in readpng_init()
|
D | readpng.h | 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
|
/external/skia/tests/ |
D | SkpSkGrTest.cpp | 335 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/ |
D | siaddrlib.h | 165 UINT_32 *pPitch, UINT_32 *pHeight) const; 192 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const;
|
D | egbaddrlib.h | 170 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const = 0; 178 UINT_32 *pPitch, UINT_32 *pHeight) const;
|
D | ciaddrlib.h | 163 UINT_32* pPitch, UINT_32 pitchAlign, UINT_32* pHeight, UINT_32 heightAlign,
|
D | ciaddrlib.cpp | 1769 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()
|
D | siaddrlib.cpp | 1192 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()
|
D | egbaddrlib.cpp | 4555 UINT_32* pHeight ///< [in/out] pointer to height in HwlGetSizeAdjustmentMicroTiled() 4562 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentMicroTiled()
|