/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrelemlib.cpp | 1137 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 1277 ADDR_ASSERT(pWidth != NULL && pHeight != NULL); in RestoreSurfaceInfo() 1328 if (pWidth && pHeight) in RestoreSurfaceInfo() 1331 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 | 760 UINT_32* pHeight, 769 UINT_32* pHeight, 777 UINT_32* pHeight, 786 UINT_32* pHeight, 921 UINT_32* pHeight) const;
|
D | addrlib1.cpp | 3269 UINT_32* pHeight, ///< [in,out] height in pixels in PadDimensions() argument 3320 *pHeight = PowTwoAlign((*pHeight), heightAlign); in PadDimensions() 3324 *pHeight += heightAlign - 1; in PadDimensions() 3325 *pHeight /= heightAlign; in PadDimensions() 3326 *pHeight *= heightAlign; in PadDimensions() 3355 *pHeight, in PadDimensions()
|
D | addrlib1.h | 378 UINT_32* pPitch, UINT_32* pPitchAlign, UINT_32* pHeight, UINT_32 heightAlign,
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_dec_h264.cpp | 74 …struct d3d12_video_decoder *pD3D12Dec, uint32_t *pWidth, uint32_t *pHeight, uint16_t *pMaxDPB, boo… in d3d12_video_decoder_get_frame_info_h264() argument 83 *pHeight = (pPicParams->wFrameHeightInMbsMinus1 + 1) / (pPicParams->frame_mbs_only_flag ? 1 : 2); in d3d12_video_decoder_get_frame_info_h264() 84 *pHeight = (2 - pPicParams->frame_mbs_only_flag) * *pHeight; in d3d12_video_decoder_get_frame_info_h264() 85 *pHeight = *pHeight * 16; in d3d12_video_decoder_get_frame_info_h264()
|
D | d3d12_video_dec.cpp | 1117 …struct d3d12_video_decoder *pD3D12Dec, uint32_t *pWidth, uint32_t *pHeight, uint16_t *pMaxDPB, boo… in d3d12_video_decoder_get_frame_info() argument 1120 *pHeight = 0; in d3d12_video_decoder_get_frame_info() 1127 d3d12_video_decoder_get_frame_info_h264(pD3D12Dec, pWidth, pHeight, pMaxDPB, isInterlaced); in d3d12_video_decoder_get_frame_info() 1138 *pHeight = (*pHeight + AlignmentMask) & ~AlignmentMask; in d3d12_video_decoder_get_frame_info()
|
D | d3d12_video_dec.h | 200 …struct d3d12_video_decoder *pD3D12Dec, uint32_t *pWidth, uint32_t *pHeight, uint16_t *pMaxDPB, boo…
|
D | d3d12_video_dec_h264.h | 226 …struct d3d12_video_decoder *pD3D12Dec, uint32_t *pWidth, uint32_t *pHeight, uint16_t *pMaxDPB, boo…
|
/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/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.h | 195 UINT_32 *pPitch, UINT_32 *pHeight) const; 226 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const;
|
D | egbaddrlib.h | 173 UINT_32 *pPitch, UINT_32 *pHeight, UINT_32 *pHeightAlign) const = 0; 181 UINT_32 *pPitch, UINT_32 *pHeight) const;
|
D | siaddrlib.cpp | 1688 UINT_32* pHeight, ///< [in,out] pointer to height in HwlGetSizeAdjustmentLinear() argument 1695 sliceSize = BITS_TO_BYTES(static_cast<UINT_64>(*pPitch) * (*pHeight) * bpp * numSamples); in HwlGetSizeAdjustmentLinear() 1700 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentLinear() 1843 UINT_32* pHeight ///< [in,out] pointer to height in HwlGetSizeAdjustmentMicroTiled() 1850 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentMicroTiled()
|
D | egbaddrlib.cpp | 4101 UINT_32* pHeight ///< [in,out] pointer to height in HwlGetSizeAdjustmentMicroTiled() 4108 UINT_32 height = *pHeight; in HwlGetSizeAdjustmentMicroTiled()
|
/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 | 410 UINT_32* pHeight,
|
D | gfx9addrlib.cpp | 5190 UINT_32* pHeight, in ComputeThinBlockDimension() argument 5209 *pHeight = (Block256_2d[microBlockSizeTableIndex].h << heightAmp); in ComputeThinBlockDimension() 5221 *pHeight >>= (q + r); in ComputeThinBlockDimension() 5226 *pHeight >>= q; in ComputeThinBlockDimension()
|
/third_party/openSLES/api/1.0/ |
D | OpenSLES.h | 1887 SLmillimeter *pHeight,
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 1893 SLmillimeter *pHeight,
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 2093 SLmillimeter *pHeight,
|