/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrelemlib.cpp | 1137 UINT_32* pWidth, ///< [in,out] width in AdjustSurfaceInfo() argument 1148 ADDR_ASSERT(pWidth != NULL && pHeight != NULL && pBasePitch != NULL); in AdjustSurfaceInfo() 1199 if (pWidth && pHeight && pBasePitch) in AdjustSurfaceInfo() 1202 width = *pWidth; in AdjustSurfaceInfo() 1227 if ((*pWidth > PowTwoAlign(width, 8) * expandX) || in AdjustSurfaceInfo() 1245 *pWidth = (width == 0) ? 1 : width; in AdjustSurfaceInfo() 1267 UINT_32* pWidth, ///< [in,out] width in RestoreSurfaceInfo() argument 1278 ADDR_ASSERT(pWidth != NULL && pHeight != NULL); in RestoreSurfaceInfo() 1329 if (pWidth && pHeight) in RestoreSurfaceInfo() 1331 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 | 755 UINT_32* pWidth, 764 UINT_32* pWidth, 772 UINT_32* pWidth, 781 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/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/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 | 347 pWidth = config.surfacewidth + ',' 350 …on = pRotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = p…
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
D | lower_x86.cpp | 242 TargetWidth* pWidth, in GetRequestedWidthAndType() 274 *pWidth = W256; in GetRequestedWidthAndType() 277 *pWidth = W512; in GetRequestedWidthAndType() 281 *pWidth = W256; in GetRequestedWidthAndType()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.h | 410 UINT_32* pWidth,
|
D | gfx9addrlib.cpp | 5190 UINT_32* pWidth, in ComputeThinBlockDimension() argument 5209 *pWidth = (Block256_2d[microBlockSizeTableIndex].w << widthAmp); in ComputeThinBlockDimension() 5221 *pWidth >>= q; in ComputeThinBlockDimension() 5226 *pWidth >>= (q + r); 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() 1638 *pWidth = ctx_scrn->prop.screenWidth; in ilm_getScreenResolution()
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 1892 SLmillimeter *pWidth,
|
/third_party/openSLES/api/1.0/ |
D | OpenSLES.h | 1886 SLmillimeter *pWidth,
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 2092 SLmillimeter *pWidth,
|