/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Blit11.cpp | 55 const gl::Extents &sourceSize, in StretchedBlitNearest_RowByRow() argument 87 const gl::Extents &sourceSize, in StretchedBlitNearest_PixelByPixel() argument 108 static_cast<unsigned int>(gl::clamp(sourceArea.y + yRounded, 0, sourceSize.height - 1)); in StretchedBlitNearest_PixelByPixel() 117 gl::clamp(sourceArea.x + xRounded, 0, sourceSize.width - 1)); in StretchedBlitNearest_PixelByPixel() 133 const gl::Extents &sourceSize, in StretchedBlitNearest() argument 153 sourceArea.x + sourceArea.width <= sourceSize.width && copySize == srcPixelStride && in StretchedBlitNearest() 156 StretchedBlitNearest_RowByRow(sourceArea, destArea, clippedDestArea, sourceSize, in StretchedBlitNearest() 162 StretchedBlitNearest_PixelByPixel(sourceArea, destArea, clippedDestArea, sourceSize, in StretchedBlitNearest() 218 const gl::Extents &sourceSize, in CopyDepthStencil() argument 231 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 | 2488 gl::Extents sourceSize(sourceRenderTarget->getWidth(), sourceRenderTarget->getHeight(), 1); in copyImageInternal() local 2493 sourceArea.y = sourceSize.height - sourceRect.y; in copyImageInternal() 2520 ANGLE_TRY(mBlit->copyTexture(context, readSRV, sourceArea, sourceSize, sourceFormat, dest, in copyImageInternal() 2532 ANGLE_TRY(mBlit->copyTexture(context, source, sourceArea, sourceSize, sourceFormat, dest, in copyImageInternal()
|
D | TextureStorage11.cpp | 670 gl::Extents sourceSize(source->getWidth(), source->getHeight(), source->getDepth()); in generateMipmap() local 680 return blitter->copyTexture(context, sourceSRV, sourceArea, sourceSize, format, destRTV, in generateMipmap()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/ |
D | PreparedDictionaryGenerator.java | 61 int sourceSize = src.capacity(); in generate() local 62 if (sourceSize < 8) { in generate() 69 int[] nextBucket = new int[sourceSize]; in generate() 77 for (int i = 0; i + 7 < sourceSize; ++i) { in generate() 129 int allocSize = part0 + part1 + part2 + part3 + sourceSize; in generate() 146 /* source_size */ struct.put(2, sourceSize); in generate()
|
/third_party/skia/third_party/externals/angle2/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,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 465 gl::Extents sourceSize = readAttachment->getSize(); in blitColorBufferWithShader() local 466 gl::Rectangle sourceBounds(0, 0, sourceSize.width, sourceSize.height); in blitColorBufferWithShader() 567 const gl::Extents &sourceSize, in copySubTexture() argument 638 scale.x() /= static_cast<float>(sourceSize.width); in copySubTexture() 639 scale.y() /= static_cast<float>(sourceSize.height); in copySubTexture() 640 offset.x() /= static_cast<float>(sourceSize.width); in copySubTexture() 641 offset.y() /= static_cast<float>(sourceSize.height); in copySubTexture() 684 const gl::Extents &sourceSize, in copySubTextureCPUReadback() argument 737 sourceInternalFormatInfo.componentType, sourceSize, sourceArea, gl::Offset(0, 0, 0), in copySubTextureCPUReadback()
|
D | BlitGL.h | 103 const gl::Extents &sourceSize, 122 const gl::Extents &sourceSize,
|
/third_party/skia/experimental/graphite/src/mtl/ |
D | MtlBlitCommandEncoder.h | 52 sourceSize: MTLSizeMake(srcRect.width(), srcRect.height(), 1) in copyFromTexture()
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbitblb.cpp | 1049 int32_t sourceSize = source->size(); in setAdd() local 1063 if (sourceSize > sourceArray.getCapacity()) { in setAdd() 1064 if (sourceArray.resize(sourceSize) == nullptr) { in setAdd() 1069 sourceLim = sourcePtr + sourceSize; // sourceArray.getArrayLimit()? in setAdd() 1075 dest->setSize(sourceSize+destOriginalSize, *fStatus); in setAdd()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbitblb.cpp | 1046 int32_t sourceSize = source->size(); in setAdd() local 1060 if (sourceSize > sourceArray.getCapacity()) { in setAdd() 1061 if (sourceArray.resize(sourceSize) == NULL) { in setAdd() 1066 sourceLim = sourcePtr + sourceSize; // sourceArray.getArrayLimit()? in setAdd() 1072 dest->setSize(sourceSize+destOriginalSize, *fStatus); in setAdd()
|
/third_party/icu/icu4c/source/common/ |
D | rbbitblb.cpp | 1049 int32_t sourceSize = source->size(); in setAdd() local 1063 if (sourceSize > sourceArray.getCapacity()) { in setAdd() 1064 if (sourceArray.resize(sourceSize) == NULL) { in setAdd() 1069 sourceLim = sourcePtr + sourceSize; // sourceArray.getArrayLimit()? in setAdd() 1075 dest->setSize(sourceSize+destOriginalSize, *fStatus); in setAdd()
|
/third_party/icu/docs/userguide/collation/ |
D | examples.md | 290 uint32_t sourceSize, uint8_t **buffer, 310 for(i = 0; i < sourceSize; i++) {
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | CommandBufferMTL.mm | 262 sourceSize:MTLSizeMake(width, height, 1) 630 sourceSize:copyExtent 646 sourceSize:MTLSizeMake(copyInfo.copyExtent.width, 815 sourceSize:copyExtent 833 sourceSize:MTLSizeMake(copyInfo.copyExtent.width, 906 sourceSize:sizeOneSlice
|
D | UtilsMetal.mm | 81 // format, the sourceSize must be a multiple of the pixel format's block size or be
|
D | TextureMTL.mm | 691 sourceSize:MTLSizeMake(virtualSize.width, virtualSize.height,
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 395 sourceSize: MTLSizeMake(currentWidth, currentHeight, 1) 496 sourceSize: MTLSizeMake(currentWidth, currentHeight, 1) 670 sourceSize: MTLSizeMake(levelDimensions.width(), 988 sourceSize: MTLSizeMake(levelDimensions.width(), 1089 sourceSize: MTLSizeMake(levelDimensions.width(), 1233 sourceSize: MTLSizeMake(srcRect.width(), srcRect.height(), 1) 1431 sourceSize: MTLSizeMake(rect.width(), rect.height(), 1) 1518 sourceSize: MTLSizeMake(rect.width(), rect.height(), 1)
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_multimedia_image.js | 246 sourceSize:SizeMock property
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.cpp | 2375 unsigned int sourceSize = getNumComponents(sourceArg); in createConstructor() local 2376 unsigned int sourcesToUse = sourceSize; in createConstructor() 2389 unsigned int sourceSize = getNumColumns(sourceArg) * getNumRows(sourceArg); in createConstructor() local 2390 unsigned int sourcesToUse = sourceSize; in createConstructor()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | mtl_command_buffer.mm | 1982 sourceSize:srcSize 2016 sourceSize:srcSize 2059 sourceSize:srcSize
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | CopyTests.cpp | 511 void DoTest(uint64_t sourceSize, in DoTest() argument 516 ASSERT(sourceSize % 4 == 0); in DoTest() 525 std::vector<uint32_t> sourceData(static_cast<size_t>(sourceSize / sizeof(uint32_t))); in DoTest()
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 19279 const sourceSize = sourceUnionOrIntersection.types.length; constant 19281 if (sourceSize * targetSize > 1E6) { 19284 sourceSize,
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 68122 var sourceSize = sourceUnionOrIntersection.types.length; 68124 if (sourceSize * targetSize > 1E6) { 68127 sourceSize: sourceSize, property
|
D | tsc.js | 57030 var sourceSize = sourceUnionOrIntersection.types.length; 57032 if (sourceSize * targetSize > 1E6) { 57035 sourceSize: sourceSize, property
|