/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrelemlib.cpp | 1138 UINT_32* pHeight) ///< [in,out] height in AdjustSurfaceInfo() argument 1148 ADDR_ASSERT(pWidth != NULL && pHeight != NULL && pBasePitch != NULL); in AdjustSurfaceInfo() 1199 if (pWidth && pHeight && pBasePitch) in AdjustSurfaceInfo() 1203 height = *pHeight; in AdjustSurfaceInfo() 1228 (*pHeight > PowTwoAlign(height, 8) * expandY)) // 8 is 1D tiling alignment in AdjustSurfaceInfo() 1246 *pHeight = (height == 0) ? 1 : height; in AdjustSurfaceInfo() 1268 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 …]
|
D | addrlib2.cpp | 1063 UINT_32* pHeight ///< [in/out] height in ApplyCustomizedPitchHeight() 1096 else if ((pIn->numSlices > 1) && ((*pHeight) != customizedHeight)) in ApplyCustomizedPitchHeight() 1102 *pHeight = customizedHeight; in ApplyCustomizedPitchHeight() 1412 UINT_32* pHeight, in ComputeBlockDimensionForSurf() argument 1423 ComputeThickBlockDimension(pWidth, pHeight, pDepth, bpp, resourceType, swizzleMode); in ComputeBlockDimensionForSurf() 1427 … ComputeThinBlockDimension(pWidth, pHeight, pDepth, bpp, numSamples, resourceType, swizzleMode); in ComputeBlockDimensionForSurf() 1451 UINT_32* pHeight, in ComputeThinBlockDimension() argument 1474 *pHeight = 1u << (log2NumEle - log2Width); in ComputeThinBlockDimension() 1491 UINT_32* pHeight, in ComputeBlockDimension() argument 1501 ComputeThickBlockDimension(pWidth, pHeight, pDepth, bpp, resourceType, swizzleMode); in ComputeBlockDimension() [all …]
|
D | addrelemlib.h | 227 UINT_32* pBpp, UINT_32* pBasePitch, UINT_32* pWidth, UINT_32* pHeight); 231 UINT_32* pBpp, UINT_32* pWidth, UINT_32* pHeight);
|
D | addrlib2.h | 756 UINT_32* pHeight, 765 UINT_32* pHeight, 773 UINT_32* pHeight, 782 UINT_32* pHeight, 917 UINT_32* pHeight) const;
|
D | addrlib1.cpp | 3270 UINT_32* pHeight, ///< [in,out] height in pixels in PadDimensions() argument 3321 *pHeight = PowTwoAlign((*pHeight), heightAlign); in PadDimensions() 3325 *pHeight += heightAlign - 1; in PadDimensions() 3326 *pHeight /= heightAlign; in PadDimensions() 3327 *pHeight *= heightAlign; in PadDimensions() 3356 *pHeight, in PadDimensions()
|
D | addrlib1.h | 378 UINT_32* pPitch, UINT_32* pPitchAlign, UINT_32* pHeight, UINT_32 heightAlign,
|
/third_party/skia/third_party/externals/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);
|
/third_party/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);
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.h | 196 UINT_32 *pPitch, UINT_32 *pHeight) const; 227 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const;
|
D | egbaddrlib.h | 174 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const = 0; 182 UINT_32 *pPitch, UINT_32 *pHeight) const;
|
D | siaddrlib.cpp | 1689 UINT_32* pHeight, ///< [in,out] pointer to height in HwlGetSizeAdjustmentLinear() argument 1696 sliceSize = BITS_TO_BYTES(static_cast<UINT_64>(*pPitch) * (*pHeight) * bpp * numSamples); in HwlGetSizeAdjustmentLinear() 1701 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentLinear() 1844 UINT_32* pHeight ///< [in,out] pointer to height in HwlGetSizeAdjustmentMicroTiled() 1851 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentMicroTiled()
|
D | egbaddrlib.cpp | 4102 UINT_32* pHeight ///< [in,out] pointer to height in HwlGetSizeAdjustmentMicroTiled() 4109 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentMicroTiled()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/include/ |
D | ilm_control.h | 79 ilmErrorTypes ilm_getScreenResolution(t_ilm_uint screenID, t_ilm_uint* pWidth, t_ilm_uint* pHeight);
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | mustpass.py | 348 pHeight = config.surfaceheight 350 …Rotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = pHeight)
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.h | 411 UINT_32* pHeight,
|
D | gfx9addrlib.cpp | 5191 UINT_32* pHeight, in ComputeThinBlockDimension() argument 5210 *pHeight = (Block256_2d[microBlockSizeTableIndex].h << heightAmp); in ComputeThinBlockDimension() 5222 *pHeight >>= (q + r); in ComputeThinBlockDimension() 5227 *pHeight >>= q; in ComputeThinBlockDimension()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/ |
D | ilm_control_wayland_platform.c | 1628 ilm_getScreenResolution(t_ilm_uint screenID, t_ilm_uint* pWidth, t_ilm_uint* pHeight) in ilm_getScreenResolution() argument 1633 if ((pWidth != NULL) && (pHeight != NULL)) in ilm_getScreenResolution() 1639 *pHeight = ctx_scrn->prop.screenHeight; in ilm_getScreenResolution()
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 1893 SLmillimeter *pHeight,
|
/third_party/openSLES/api/1.0/ |
D | OpenSLES.h | 1887 SLmillimeter *pHeight,
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 2093 SLmillimeter *pHeight,
|