Home
last modified time | relevance | path

Searched refs:dstTextureSize (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/validation/
H A DcopyTextureToTexture.spec.ts343 dstTextureSize, constant
356 size: { width: dstTextureSize.width, height: dstTextureSize.height, depth: 1 },
363 const dstSizeAtLevel = t.GetPhysicalSubresourceSize(dstTextureSize, format, dstCopyLevel);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/metal/
H A Dmtl_render_utils.mm771 GetViewport(params.dstRect, params.dstTextureSize.height, params.dstFlipY);
773 GetScissorRect(params.dstScissorRect, params.dstTextureSize.height, params.dstFlipY);
849 dstTextureSize = srcIn.dstTextureSize;
969 params.dstTextureSize = gl::Extents(static_cast<int>(srcTexture->widthAt0()),
973 gl::Rectangle(0, 0, params.dstTextureSize.width, params.dstTextureSize.height);
1256 viewport = GetViewport(params.clearArea, params.dstTextureSize.height, params.flipY);
1258 scissorRect = GetScissorRect(params.clearArea, params.dstTextureSize.height, params.flipY);
1796 GetScissorRect(params.dstRect, params.dstTextureSize.height, params.dstFlipY);
1798 GetScissorRect(params.dstScissorRect, params.dstTextureSize.height, params.dstFlipY);
H A Dmtl_render_utils.h42 gl::Extents dstTextureSize; member
53 gl::Extents dstTextureSize; member
H A DFrameBufferMtl.mm367 baseParams.dstTextureSize = mState.getExtents();
1071 clearOpts.dstTextureSize = mState.getExtents();
H A Dmtl_utils.mm254 clearParams.dstTextureSize = texture->sizeAt0();
H A DTextureMtl.mm1939 blitParams.dstTextureSize = imageRtt.getTexture()->size(imageRtt.getLevelIndex());
2085 blitParams.dstTextureSize = image->sizeAt0();