Home
last modified time | relevance | path

Searched refs:CreateImageCopyTexture (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DInternalUsageValidationTests.cpp140 wgpu::ImageCopyTexture srcImageCopyTexture = utils::CreateImageCopyTexture(src, 0, {0, 0}); in TEST_F()
141 wgpu::ImageCopyTexture dstImageCopyTexture = utils::CreateImageCopyTexture(dst, 0, {0, 0}); in TEST_F()
152 utils::CreateImageCopyTexture(srcInternal, 0, {0, 0}); in TEST_F()
153 wgpu::ImageCopyTexture dstImageCopyTexture = utils::CreateImageCopyTexture(dst, 0, {0, 0}); in TEST_F()
163 wgpu::ImageCopyTexture srcImageCopyTexture = utils::CreateImageCopyTexture(src, 0, {0, 0}); in TEST_F()
164 wgpu::ImageCopyTexture dstImageCopyTexture = utils::CreateImageCopyTexture(dst, 0, {0, 0}); in TEST_F()
175 utils::CreateImageCopyTexture(srcInternal, 0, {0, 0}); in TEST_F()
176 wgpu::ImageCopyTexture dstImageCopyTexture = utils::CreateImageCopyTexture(dst, 0, {0, 0}); in TEST_F()
DVideoViewsValidationTests.cpp126 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}); in TEST_F()
128 wgpu::ImageCopyTexture copyDst = utils::CreateImageCopyTexture(dstTexture, 0, {0, 0, 0}); in TEST_F()
145 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture( in TEST_F()
148 wgpu::ImageCopyTexture copyDst = utils::CreateImageCopyTexture( in TEST_F()
159 copySrc = utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}, in TEST_F()
179 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}); in TEST_F()
200 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture( in TEST_F()
213 copySrc = utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}, in TEST_F()
235 wgpu::ImageCopyTexture copyDst = utils::CreateImageCopyTexture(dstTexture, 0, {0, 0, 0}); in TEST_F()
256 wgpu::ImageCopyTexture copyDst = utils::CreateImageCopyTexture( in TEST_F()
[all …]
DCopyTextureForBrowserTests.cpp55 utils::CreateImageCopyTexture(srcTexture, srcLevel, srcOrigin, aspect); in TestCopyTextureForBrowser()
57 utils::CreateImageCopyTexture(dstTexture, dstLevel, dstOrigin, aspect); in TestCopyTextureForBrowser()
DCopyCommandsValidationTests.cpp102 utils::CreateImageCopyTexture(destTexture, destLevel, destOrigin, aspect); in TestB2TCopy()
123 utils::CreateImageCopyTexture(srcTexture, srcLevel, srcOrigin, aspect); in TestT2BCopy()
141 utils::CreateImageCopyTexture(srcTexture, srcLevel, srcOrigin, aspect); in TestT2TCopy()
143 utils::CreateImageCopyTexture(dstTexture, dstLevel, dstOrigin, aspect); in TestT2TCopy()
767 utils::CreateImageCopyTexture(errorTexture, 0, {0, 0, 0}); in TEST_F()
775 utils::CreateImageCopyTexture(destination, 0, {0, 0, 0}); in TEST_F()
1377 utils::CreateImageCopyTexture(errorTexture, 0, {0, 0, 0}); in TEST_F()
1396 utils::CreateImageCopyTexture(destination, 0, {0, 0, 0}); in TEST_F()
DQueueWriteTextureValidationTests.cpp67 utils::CreateImageCopyTexture(texture, texLevel, texOrigin, aspect); in TestWriteTexture()
362 utils::CreateImageCopyTexture(errorTexture, 0, {0, 0, 0}); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureZeroInitTests.cpp163 utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in TEST_P()
285 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in TEST_P()
317 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in TEST_P()
352 utils::CreateImageCopyTexture(texture, 0, {0, 0, kBaseArrayLayer}); in TEST_P()
380 utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}); in TEST_P()
390 utils::CreateImageCopyTexture(dstTexture, 0, {0, 0, 0}); in TEST_P()
427 utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}); in TEST_P()
436 utils::CreateImageCopyTexture(srcTexture, 0, {0, 0, 0}); in TEST_P()
446 utils::CreateImageCopyTexture(dstTexture, 0, {0, 0, 0}); in TEST_P()
1040 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in TEST_P()
[all …]
DDepthStencilCopyTests.cpp172 utils::CreateImageCopyTexture(src, mipLevel, {0, 0, 0}); in CreateInitializeDepthStencilTextureAndCopyT2T()
174 utils::CreateImageCopyTexture(dst, mipLevel, {0, 0, 0}); in CreateInitializeDepthStencilTextureAndCopyT2T()
516 wgpu::ImageCopyTexture stencilDataCopyTexture = utils::CreateImageCopyTexture( in TEST_P()
DQueueTests.cpp275 utils::CreateImageCopyTexture(texture, textureSpec.level, textureSpec.copyOrigin); in DoTest()
336 utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in DoSimpleWriteTextureTest()
666 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture( in TEST_P()
687 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture( in TEST_P()
DCompressedTextureFormatTests.cpp125 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture( in InitializeDataInCompressedTexture()
278 wgpu::ImageCopyTexture imageCopyTextureSrc = utils::CreateImageCopyTexture( in RecordTextureToTextureCopy()
280 wgpu::ImageCopyTexture imageCopyTextureDst = utils::CreateImageCopyTexture( in RecordTextureToTextureCopy()
789 wgpu::ImageCopyTexture imageCopyTextureSrc = utils::CreateImageCopyTexture( in TEST_P()
1190 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in TEST_P()
1225 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture( in WriteToCompressedTexture()
DCopyTextureForBrowserTests.cpp307 utils::CreateImageCopyTexture(texture, spec.level, {0, 0}); in CreateAndInitTexture()
326 utils::CreateImageCopyTexture(srcTexture, srcSpec.level, srcSpec.copyOrigin); in RunCopyExternalImageToTexture()
328 utils::CreateImageCopyTexture(dstTexture, dstSpec.level, dstSpec.copyOrigin); in RunCopyExternalImageToTexture()
DTexture3DTests.cpp95 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in TEST_P()
DSamplerTests.cpp108 utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in SetUp()
DSamplerFilterAnisotropicTests.cpp131 utils::CreateImageCopyTexture(texture, level, {0, 0, 0}); in InitTexture()
DD3D12ResourceWrappingTests.cpp309 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(source, 0, {0, 0, 0}); in SimpleCopyTextureToTexture()
310 wgpu::ImageCopyTexture copyDst = utils::CreateImageCopyTexture(destination, 0, {0, 0, 0}); in SimpleCopyTextureToTexture()
DCopyTests.cpp161 utils::CreateImageCopyTexture(texture, textureSpec.copyLevel, {0, 0, 0}); in DoTest()
180 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture( in DoTest()
275 utils::CreateImageCopyTexture(texture, textureSpec.copyLevel, textureSpec.copyOrigin); in DoTest()
408 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture( in DoTest()
421 utils::CreateImageCopyTexture(srcTexture, srcSpec.copyLevel, srcSpec.copyOrigin); in DoTest()
423 utils::CreateImageCopyTexture(dstTexture, dstSpec.copyLevel, dstSpec.copyOrigin); in DoTest()
1007 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in TEST_P()
DRenderPassLoadOpTests.cpp127 utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in TestIntegerClearColor()
DTextureFormatTests.cpp237 utils::CreateImageCopyTexture(sampleTexture, 0, {0, 0, 0}); in DoSampleTest()
252 utils::CreateImageCopyTexture(renderTarget, 0, {0, 0, 0}); in DoSampleTest()
DBufferZeroInitTests.cpp132 utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in TestBufferZeroInitInCopyTextureToBuffer()
878 utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in TEST_P()
1181 utils::CreateImageCopyTexture(device.CreateTexture(&initTextureDesc), 0, {0, 0, 0}); in TEST_P()
DNonzeroTextureCreationTests.cpp240 utils::CreateImageCopyTexture(texture, mip, {0, 0, 0}); in Run()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsDmaBuf.cpp356 wgpu::ImageCopyTexture copySrc = utils::CreateImageCopyTexture(source, 0, {0, 0, 0}); in SimpleCopyTextureToTexture()
358 utils::CreateImageCopyTexture(destination, 0, {0, 0, 0}); in SimpleCopyTextureToTexture()
550 utils::CreateImageCopyTexture(deviceWrappedTexture, 0, {0, 0, 0}); in TEST_P()
605 utils::CreateImageCopyTexture(secondDeviceWrappedTexture, 0, {0, 0, 0}); in TEST_P()
836 utils::CreateImageCopyTexture(wrappedTexture, 0, {0, 0, 0}); in TEST_P()
861 utils::CreateImageCopyTexture(nextWrappedTexture, 0, {0, 0, 0}); in TEST_P()
DVulkanImageWrappingTestsOpaqueFD.cpp656 utils::CreateImageCopyTexture(deviceWrappedTexture, 0, {0, 0, 0}); in TEST_P()
711 utils::CreateImageCopyTexture(secondDeviceWrappedTexture, 0, {0, 0, 0}); in TEST_P()
963 utils::CreateImageCopyTexture(wrappedTexture, 0, {0, 0, 0}); in TEST_P()
991 utils::CreateImageCopyTexture(nextWrappedTexture, 0, {0, 0, 0}); in TEST_P()
/third_party/skia/third_party/externals/dawn/examples/
DCppHelloTriangle.cpp78 wgpu::ImageCopyTexture imageCopyTexture = utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in initTextures()
/third_party/skia/third_party/externals/dawn/src/utils/
DWGPUHelpers.h50 wgpu::ImageCopyTexture CreateImageCopyTexture(
DTestUtils.cpp128 utils::CreateImageCopyTexture(texture, 0, {0, 0, 0}); in UnalignDynamicUploader()
DWGPUHelpers.cpp192 wgpu::ImageCopyTexture CreateImageCopyTexture(wgpu::Texture texture, in CreateImageCopyTexture() function

12