Home
last modified time | relevance | path

Searched refs:srcLayout (Results 1 – 25 of 105) sorted by relevance

12345

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jpackage/junit/jdk/incubator/jpackage/internal/
H A DApplicationLayoutTest.java64 ApplicationLayout srcLayout = layout.resolveAt(appImage); in testApplicationLayout() local
65 assertApplicationLayout(srcLayout); in testApplicationLayout()
70 srcLayout.move(dstLayout); in testApplicationLayout()
74 dstLayout.copy(srcLayout); in testApplicationLayout()
75 assertApplicationLayout(srcLayout); in testApplicationLayout()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jpackage/junit/jdk/jpackage/internal/
H A DApplicationLayoutTest.java64 ApplicationLayout srcLayout = layout.resolveAt(appImage); in testApplicationLayout() local
65 assertApplicationLayout(srcLayout); in testApplicationLayout()
70 srcLayout.move(dstLayout); in testApplicationLayout()
74 dstLayout.copy(srcLayout); in testApplicationLayout()
75 assertApplicationLayout(srcLayout); in testApplicationLayout()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jpackage/junit/jdk/incubator/jpackage/internal/
H A DApplicationLayoutTest.java64 ApplicationLayout srcLayout = layout.resolveAt(appImage); in testApplicationLayout() local
65 assertApplicationLayout(srcLayout); in testApplicationLayout()
70 srcLayout.move(dstLayout); in testApplicationLayout()
74 dstLayout.copy(srcLayout); in testApplicationLayout()
75 assertApplicationLayout(srcLayout); in testApplicationLayout()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jpackage/junit/jdk/jpackage/internal/
H A DApplicationLayoutTest.java63 ApplicationLayout srcLayout = layout.resolveAt(appImage); in testApplicationLayout() local
64 assertApplicationLayout(srcLayout); in testApplicationLayout()
69 srcLayout.move(dstLayout); in testApplicationLayout()
73 dstLayout.copy(srcLayout); in testApplicationLayout()
74 assertApplicationLayout(srcLayout); in testApplicationLayout()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Graph/
H A DTensorLayout.cpp35 auto srcLayout = TensorLayoutDescription(srcLayoutStr); in checkSameLayout() local
38 if (srcLayout.isSameLayout(destLayout)) { in checkSameLayout()
42 if (TLC.isSatisfiedBy(ty, destLayout, &srcLayout)) { in checkSameLayout()
54 report(srcLayout.getDebugDesc()); in checkSameLayout()
571 const TensorLayoutDescription *srcLayout) const { in isSatisfiedBy()
586 if (!srcLayout) { in isSatisfiedBy()
589 if (destLayout.getNumDims() != srcLayout->getNumDims()) { in isSatisfiedBy()
593 if (srcLayout->getSerializedLayout().size() != in isSatisfiedBy()
601 srcLayout->getSerializedLayout()[idx] == '*') { in isSatisfiedBy()
605 if (srcLayout->getSerializedLayout()[idx] == in isSatisfiedBy()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DImageUtils.cpp130 UniquePtr<ImagePixelLayout> srcLayout = in MapDataInto() local
137 GetFormat(), map.GetData(), srcLayout.get(), aFormat, dstBuffer); in MapDataInto()
194 UniquePtr<ImagePixelLayout> srcLayout = in MapDataInto() local
199 CopyAndConvertImageData(GetFormat(), data->mYChannel, srcLayout.get(), in MapDataInto()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DImageUtils.cpp136 UniquePtr<ImagePixelLayout> srcLayout = in MapDataInto() local
143 CopyAndConvertImageData(GetFormat(), map.GetData(), srcLayout.get(), in MapDataInto()
211 UniquePtr<ImagePixelLayout> srcLayout = in MapDataInto() local
216 CopyAndConvertImageData(GetFormat(), data->mYChannel, srcLayout.get(), in MapDataInto()
/dports/math/pdal/PDAL-2.3.0/kernels/
H A DDeltaKernel.cpp91 PointLayoutPtr srcLayout = srcTable.layout(); in execute() local
94 Dimension::IdList ids = srcLayout->dims(); in execute()
97 std::string name = srcLayout->dimName(dim); in execute()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp477 VkImageLayout srcLayout,
488 srcLayout,
498 VkImageLayout srcLayout,
511 srcLayout,
521 VkImageLayout srcLayout,
531 srcLayout,
H A DGrVkCommandBuffer.h241 VkImageLayout srcLayout,
250 VkImageLayout srcLayout,
278 VkImageLayout srcLayout,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h215 VkImageLayout srcLayout,
224 VkImageLayout srcLayout,
241 VkImageLayout srcLayout,
H A DGrVkCommandBuffer.cpp577 VkImageLayout srcLayout, in copyImage() argument
588 srcLayout, in copyImage()
598 VkImageLayout srcLayout, in blitImage() argument
611 srcLayout, in blitImage()
640 VkImageLayout srcLayout, in copyImageToBuffer() argument
650 srcLayout, in copyImageToBuffer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h225 VkImageLayout srcLayout,
234 VkImageLayout srcLayout,
251 VkImageLayout srcLayout,
H A DGrVkCommandBuffer.cpp626 VkImageLayout srcLayout, in copyImage() argument
638 srcLayout, in copyImage()
648 VkImageLayout srcLayout, in blitImage() argument
662 srcLayout, in blitImage()
691 VkImageLayout srcLayout, in copyImageToBuffer() argument
702 srcLayout, in copyImageToBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DCommandEncoder.cpp583 TextureDataLayout srcLayout = FixUpDeprecatedTextureDataLayoutOptions( in CopyBufferToTexture() local
586 DAWN_TRY(ValidateLinearTextureCopyOffset(srcLayout, blockInfo)); in CopyBufferToTexture()
587 DAWN_TRY(ValidateLinearTextureData(srcLayout, source->buffer->GetSize(), blockInfo, in CopyBufferToTexture()
594 ApplyDefaultTextureDataLayoutOptions(&srcLayout, blockInfo, *copySize); in CopyBufferToTexture()
602 copy->source.offset = srcLayout.offset; in CopyBufferToTexture()
603 copy->source.bytesPerRow = srcLayout.bytesPerRow; in CopyBufferToTexture()
604 copy->source.rowsPerImage = srcLayout.rowsPerImage; in CopyBufferToTexture()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h237 VkImageLayout srcLayout,
246 VkImageLayout srcLayout,
263 VkImageLayout srcLayout,
H A DGrVkCommandBuffer.cpp641 VkImageLayout srcLayout, in copyImage() argument
653 srcLayout, in copyImage()
663 VkImageLayout srcLayout, in blitImage() argument
677 srcLayout, in blitImage()
706 VkImageLayout srcLayout, in copyImageToBuffer() argument
717 srcLayout, in copyImageToBuffer()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h237 VkImageLayout srcLayout,
246 VkImageLayout srcLayout,
263 VkImageLayout srcLayout,
H A DGrVkCommandBuffer.cpp641 VkImageLayout srcLayout, in copyImage() argument
653 srcLayout, in copyImage()
663 VkImageLayout srcLayout, in blitImage() argument
677 srcLayout, in blitImage()
706 VkImageLayout srcLayout, in copyImageToBuffer() argument
717 srcLayout, in copyImageToBuffer()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h237 VkImageLayout srcLayout,
246 VkImageLayout srcLayout,
263 VkImageLayout srcLayout,
H A DGrVkCommandBuffer.cpp641 VkImageLayout srcLayout, in copyImage() argument
653 srcLayout, in copyImage()
663 VkImageLayout srcLayout, in blitImage() argument
677 srcLayout, in blitImage()
706 VkImageLayout srcLayout, in copyImageToBuffer() argument
717 srcLayout, in copyImageToBuffer()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h237 VkImageLayout srcLayout,
246 VkImageLayout srcLayout,
263 VkImageLayout srcLayout,
H A DGrVkCommandBuffer.cpp641 VkImageLayout srcLayout, in copyImage() argument
653 srcLayout, in copyImage()
663 VkImageLayout srcLayout, in blitImage() argument
677 srcLayout, in blitImage()
706 VkImageLayout srcLayout, in copyImageToBuffer() argument
717 srcLayout, in copyImageToBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.h247 VkImageLayout srcLayout,
256 VkImageLayout srcLayout,
273 VkImageLayout srcLayout,
/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dconvrt.c810 int srcOrder, FPLayout *srcLayout, long n);
1048 int srcOrder, FPLayout *srcLayout, long n) in FloatConvert() argument
1054 if (dstLayout==srcLayout || SameFPLayout(dstLayout, srcLayout)) { in FloatConvert()
1077 srcL.sgnAddr= srcLayout->sgnAddr; in FloatConvert()
1078 srcL.expAddr= srcLayout->expAddr; in FloatConvert()
1079 srcL.expSize= srcLayout->expSize; in FloatConvert()
1080 srcL.manAddr= srcLayout->manAddr; in FloatConvert()
1081 srcL.manSize= srcLayout->manSize; in FloatConvert()
1082 srcL.manNorm= srcLayout->manNorm; in FloatConvert()
1083 srcL.expBias= srcLayout->expBias; in FloatConvert()

12345