Home
last modified time | relevance | path

Searched refs:pWidth (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrelemlib.cpp1137 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 …]
Daddrlib2.cpp1411 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()
Daddrelemlib.h227 UINT_32* pBpp, UINT_32* pBasePitch, UINT_32* pWidth, UINT_32* pHeight);
231 UINT_32* pBpp, UINT_32* pWidth, UINT_32* pHeight);
Daddrlib2.h755 UINT_32* pWidth,
764 UINT_32* pWidth,
772 UINT_32* pWidth,
781 UINT_32* pWidth,
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Dreadppm.c81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument
121 *pWidth = width; in readpng_init()
Dreadpng.c88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument
141 *pWidth = width; in readpng_init()
Dreadpng.h81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
/third_party/libpng/contrib/gregbook/
Dreadppm.c81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument
121 *pWidth = width; in readpng_init()
Dreadpng.c88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument
141 *pWidth = width; in readpng_init()
Dreadpng.h81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/include/
Dilm_control.h79 ilmErrorTypes ilm_getScreenResolution(t_ilm_uint screenID, t_ilm_uint* pWidth, t_ilm_uint* pHeight);
/third_party/vk-gl-cts/external/openglcts/scripts/
Dmustpass.py347 pWidth = config.surfacewidth + ','
350 …on = pRotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = p…
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp242 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/
Dgfx9addrlib.h410 UINT_32* pWidth,
Dgfx9addrlib.cpp5190 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/
Dilm_control_wayland_platform.c1628 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/
DOpenSLES.h1892 SLmillimeter *pWidth,
/third_party/openSLES/api/1.0/
DOpenSLES.h1886 SLmillimeter *pWidth,
/third_party/openSLES/api/1.1/
DOpenSLES.h2092 SLmillimeter *pWidth,