/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrelemlib.cpp | 1136 UINT_32* pWidth, ///< [in,out] width in AdjustSurfaceInfo() argument 1147 ADDR_ASSERT(pWidth != NULL && pHeight != NULL && pBasePitch != NULL); in AdjustSurfaceInfo() 1198 if (pWidth && pHeight && pBasePitch) in AdjustSurfaceInfo() 1201 width = *pWidth; in AdjustSurfaceInfo() 1226 if ((*pWidth > PowTwoAlign(width, 8) * expandX) || in AdjustSurfaceInfo() 1244 *pWidth = (width == 0) ? 1 : width; in AdjustSurfaceInfo() 1266 UINT_32* pWidth, ///< [in,out] width in RestoreSurfaceInfo() argument 1277 ADDR_ASSERT(pWidth != NULL && pHeight != NULL); in RestoreSurfaceInfo() 1328 if (pWidth && pHeight) in RestoreSurfaceInfo() 1330 width = *pWidth; in RestoreSurfaceInfo() [all …]
|
D | addrlib2.cpp | 1411 UINT_32* pWidth, in ComputeBlockDimensionForSurf() argument 1423 ComputeThickBlockDimension(pWidth, pHeight, pDepth, bpp, resourceType, swizzleMode); in ComputeBlockDimensionForSurf() 1427 … ComputeThinBlockDimension(pWidth, pHeight, pDepth, bpp, numSamples, resourceType, swizzleMode); in ComputeBlockDimensionForSurf() 1450 UINT_32* pWidth, in ComputeThinBlockDimension() argument 1473 *pWidth = 1u << log2Width; in ComputeThinBlockDimension() 1490 UINT_32* pWidth, in ComputeBlockDimension() argument 1501 ComputeThickBlockDimension(pWidth, pHeight, pDepth, bpp, resourceType, swizzleMode); in ComputeBlockDimension() 1505 ComputeThinBlockDimension(pWidth, pHeight, pDepth, bpp, 0, resourceType, swizzleMode); in ComputeBlockDimension() 1528 UINT_32* pWidth, in ComputeThickBlockDimension() argument 1547 *pWidth = Block1K_3d[microBlockSizeTableIndex].w << averageAmp; in ComputeThickBlockDimension()
|
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 | 759 UINT_32* pWidth, 768 UINT_32* pWidth, 776 UINT_32* pWidth, 785 UINT_32* pWidth,
|
/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 121 *pWidth = width; in readpng_init()
|
D | readpng.c | 88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument 141 *pWidth = width; in readpng_init()
|
D | readpng.h | 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
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…
|
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 82 *pWidth = (pPicParams->wFrameWidthInMbsMinus1 + 1) * 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 1119 *pWidth = 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()
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
D | mustpass.py | 347 pWidth = config.surfacewidth + ',' 350 …on = pRotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = p…
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.h | 409 UINT_32* pWidth,
|
D | gfx9addrlib.cpp | 5189 UINT_32* pWidth, in ComputeThinBlockDimension() argument 5208 *pWidth = (Block256_2d[microBlockSizeTableIndex].w << widthAmp); in ComputeThinBlockDimension() 5220 *pWidth >>= q; in ComputeThinBlockDimension() 5225 *pWidth >>= (q + r); in ComputeThinBlockDimension()
|
/third_party/openSLES/api/1.0/ |
D | OpenSLES.h | 1886 SLmillimeter *pWidth,
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 1892 SLmillimeter *pWidth,
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 2092 SLmillimeter *pWidth,
|