Home
last modified time | relevance | path

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

/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() local
145 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F()
151 wgpu::ImageCopyTexture srcImageCopyTexture = in TEST_F() local
157 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F()
163 wgpu::ImageCopyTexture srcImageCopyTexture = utils::CreateImageCopyTexture(src, 0, {0, 0}); in TEST_F() local
168 encoder.CopyTextureToTextureInternal(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F()
174 wgpu::ImageCopyTexture srcImageCopyTexture = in TEST_F() local
180 encoder.CopyTextureToTextureInternal(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F()
DCopyTextureForBrowserTests.cpp54 wgpu::ImageCopyTexture srcImageCopyTexture = in TestCopyTextureForBrowser() local
61 device.GetQueue().CopyTextureForBrowser(&srcImageCopyTexture, &dstImageCopyTexture, in TestCopyTextureForBrowser()
65 &srcImageCopyTexture, &dstImageCopyTexture, &extent3D, &options)); in TestCopyTextureForBrowser()
DCopyCommandsValidationTests.cpp140 wgpu::ImageCopyTexture srcImageCopyTexture = in TestT2TCopy() local
146 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TestT2TCopy()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureZeroInitTests.cpp379 wgpu::ImageCopyTexture srcImageCopyTexture = in TEST_P() local
395 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &copySize); in TEST_P()
435 wgpu::ImageCopyTexture srcImageCopyTexture = in TEST_P() local
450 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &copySize); in TEST_P()
1992 wgpu::ImageCopyTexture srcImageCopyTexture = in TEST_P() local
2007 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &copyExtent3D); in TEST_P()
2041 wgpu::ImageCopyTexture srcImageCopyTexture = in TEST_P() local
2056 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &copyExtent3D); in TEST_P()
DCopyTextureForBrowserTests.cpp325 wgpu::ImageCopyTexture srcImageCopyTexture = in RunCopyExternalImageToTexture() local
329 this->device.GetQueue().CopyTextureForBrowser(&srcImageCopyTexture, &dstImageCopyTexture, in RunCopyExternalImageToTexture()
DCopyTests.cpp420 wgpu::ImageCopyTexture srcImageCopyTexture = in DoTest() local
426 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &copySize); in DoTest()
428 encoder.CopyTextureToTextureInternal(&srcImageCopyTexture, &dstImageCopyTexture, in DoTest()