/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Blit11.cpp | 55 const gl::Extents &sourceSize, in StretchedBlitNearest_RowByRow() argument 86 const gl::Extents &sourceSize, in StretchedBlitNearest_PixelByPixel() argument 107 static_cast<unsigned int>(gl::clamp(sourceArea.y + yRounded, 0, sourceSize.height - 1)); in StretchedBlitNearest_PixelByPixel() 116 gl::clamp(sourceArea.x + xRounded, 0, sourceSize.height - 1)); in StretchedBlitNearest_PixelByPixel() 132 const gl::Extents &sourceSize, in StretchedBlitNearest() argument 149 sourceArea.x + sourceArea.width <= sourceSize.width && copySize == srcPixelStride && in StretchedBlitNearest() 152 StretchedBlitNearest_RowByRow(sourceArea, destArea, clippedDestArea, sourceSize, in StretchedBlitNearest() 158 StretchedBlitNearest_PixelByPixel(sourceArea, destArea, clippedDestArea, sourceSize, in StretchedBlitNearest() 214 const gl::Extents &sourceSize, in CopyDepthStencil() argument 227 ASSERT(sourceSize.width == sourceArea.width && sourceSize.height == sourceArea.height && in CopyDepthStencil() [all …]
|
D | Blit11.h | 40 const gl::Extents &sourceSize, 57 const gl::Extents &sourceSize, 67 const gl::Extents &sourceSize, 77 const gl::Extents &sourceSize, 96 const gl::Extents &sourceSize, 128 const gl::Extents &sourceSize, 186 const gl::Extents &sourceSize, 198 const gl::Extents &sourceSize, 214 const gl::Extents &sourceSize,
|
D | Renderer11.cpp | 2362 gl::Extents sourceSize(sourceRenderTarget->getWidth(), sourceRenderTarget->getHeight(), 1); in copyImageInternal() local 2367 sourceArea.y = sourceSize.height - sourceRect.y; in copyImageInternal() 2394 ANGLE_TRY(mBlit->copyTexture(context, readSRV, sourceArea, sourceSize, sourceFormat, dest, in copyImageInternal() 2406 ANGLE_TRY(mBlit->copyTexture(context, source, sourceArea, sourceSize, sourceFormat, dest, in copyImageInternal()
|
D | TextureStorage11.cpp | 669 gl::Extents sourceSize(source->getWidth(), source->getHeight(), source->getDepth()); in generateMipmap() local 679 return blitter->copyTexture(context, sourceSRV, sourceArea, sourceSize, format, destRTV, in generateMipmap()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.cpp | 362 gl::Extents sourceSize(sourceDesc.Width, sourceDesc.Height, 1); in copy() local 375 sourceSize.width = sourceRect.right - sourceRect.left; in copy() 376 sourceSize.height = sourceRect.bottom - sourceRect.top; in copy() 379 ANGLE_TRY(formatConvert(context9, texture.Get(), adjustedSourceRect, sourceSize, destFormat, in copy() 387 const gl::Extents &sourceSize, in formatConvert() argument 410 setViewportAndShaderConstants(sourceRect, sourceSize, destRect, flipY); in formatConvert() 614 const gl::Extents &sourceSize, in setViewportAndShaderConstants() argument 636 static_cast<float>(sourceRect.left) / sourceSize.width, in setViewportAndShaderConstants() 637 static_cast<float>(flipY ? sourceRect.bottom : sourceRect.top) / sourceSize.height, in setViewportAndShaderConstants() 638 static_cast<float>(sourceRect.right - sourceRect.left) / sourceSize.width, in setViewportAndShaderConstants() [all …]
|
D | Blit9.h | 92 const gl::Extents &sourceSize, 120 const gl::Extents &sourceSize,
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.h | 82 const gl::Extents &sourceSize, 101 const gl::Extents &sourceSize,
|
D | BlitGL.cpp | 422 gl::Extents sourceSize = readAttachment->getSize(); in blitColorBufferWithShader() local 423 gl::Rectangle sourceBounds(0, 0, sourceSize.width, sourceSize.height); in blitColorBufferWithShader() 520 const gl::Extents &sourceSize, in copySubTexture() argument 591 scale.x() /= static_cast<float>(sourceSize.width); in copySubTexture() 592 scale.y() /= static_cast<float>(sourceSize.height); in copySubTexture() 593 offset.x() /= static_cast<float>(sourceSize.width); in copySubTexture() 594 offset.y() /= static_cast<float>(sourceSize.height); in copySubTexture() 637 const gl::Extents &sourceSize, in copySubTextureCPUReadback() argument 684 sourceInternalFormatInfo.componentType, sourceSize, sourceArea, gl::Offset(0, 0, 0), in copySubTextureCPUReadback()
|
/external/lz4/lib/ |
D | lz4.h | 597 …stead") LZ4LIB_API int LZ4_compress (const char* source, char* dest, int sourceSize); 598 …PI int LZ4_compress_limitedOutput (const char* source, char* dest, int sourceSize, int maxOutputSi…
|
/external/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 980 int32_t sourceSize = source->size(); in setAdd() local 994 if (sourceSize > sourceArray.getCapacity()) { in setAdd() 995 if (sourceArray.resize(sourceSize) == NULL) { in setAdd() 1000 sourceLim = sourcePtr + sourceSize; // sourceArray.getArrayLimit()? in setAdd() 1006 dest->setSize(sourceSize+destOriginalSize, *fStatus); in setAdd()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 316 sourceSize: MTLSizeMake(currentWidth, currentHeight, 1) 407 sourceSize: MTLSizeMake(currentWidth, currentHeight, 1) 597 sourceSize: MTLSizeMake(levelDimensions.width(), 949 sourceSize: MTLSizeMake(levelDimensions.width(), 1111 sourceSize: MTLSizeMake(srcRect.width(), srcRect.height(), 1) 1236 sourceSize: MTLSizeMake(width, height, 1) 1303 sourceSize: MTLSizeMake(width, height, 1)
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.mm | 203 sourceSize: MTLSizeMake(width, height, 1) 492 sourceSize: MTLSizeMake(currentWidth, currentHeight, 1) 634 sourceSize: MTLSizeMake(srcMtlRect.width(), srcMtlRect.height(), 1) 796 sourceSize: MTLSizeMake(width, height, 1)
|
/external/u-boot/lib/zstd/ |
D | fse.h | 219 …signed *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned *workS…
|
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.mm | 869 sourceSize:srcSize 900 sourceSize:dstSize
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.cpp | 2274 unsigned int sourceSize = getNumComponents(sourceArg); in createConstructor() local 2275 unsigned int sourcesToUse = sourceSize; in createConstructor() 2288 unsigned int sourceSize = getNumColumns(sourceArg) * getNumRows(sourceArg); in createConstructor() local 2289 unsigned int sourcesToUse = sourceSize; in createConstructor()
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | SpvBuilder.cpp | 2274 unsigned int sourceSize = getNumComponents(sourceArg); in createConstructor() local 2275 unsigned int sourcesToUse = sourceSize; in createConstructor() 2288 unsigned int sourceSize = getNumColumns(sourceArg) * getNumRows(sourceArg); in createConstructor() local 2289 unsigned int sourcesToUse = sourceSize; in createConstructor()
|
/external/libxml2/ |
D | trio.c | 6388 TRIO_ARGS6((source, sourceSize, InStream, format, arglist, argarray), 6390 size_t sourceSize, 6406 data.max = sourceSize;
|