Searched refs:srcImageCopyTexture (Results 1 – 6 of 6) sorted by relevance
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | InternalUsageValidationTests.cpp | 140 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()
|
| D | CopyTextureForBrowserTests.cpp | 54 wgpu::ImageCopyTexture srcImageCopyTexture = in TestCopyTextureForBrowser() local 61 device.GetQueue().CopyTextureForBrowser(&srcImageCopyTexture, &dstImageCopyTexture, in TestCopyTextureForBrowser() 65 &srcImageCopyTexture, &dstImageCopyTexture, &extent3D, &options)); in TestCopyTextureForBrowser()
|
| D | CopyCommandsValidationTests.cpp | 140 wgpu::ImageCopyTexture srcImageCopyTexture = in TestT2TCopy() local 146 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TestT2TCopy()
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | TextureZeroInitTests.cpp | 379 wgpu::ImageCopyTexture srcImageCopyTexture = in TEST_P() local 395 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, ©Size); in TEST_P() 435 wgpu::ImageCopyTexture srcImageCopyTexture = in TEST_P() local 450 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, ©Size); in TEST_P() 1992 wgpu::ImageCopyTexture srcImageCopyTexture = in TEST_P() local 2007 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, ©Extent3D); in TEST_P() 2041 wgpu::ImageCopyTexture srcImageCopyTexture = in TEST_P() local 2056 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, ©Extent3D); in TEST_P()
|
| D | CopyTextureForBrowserTests.cpp | 325 wgpu::ImageCopyTexture srcImageCopyTexture = in RunCopyExternalImageToTexture() local 329 this->device.GetQueue().CopyTextureForBrowser(&srcImageCopyTexture, &dstImageCopyTexture, in RunCopyExternalImageToTexture()
|
| D | CopyTests.cpp | 420 wgpu::ImageCopyTexture srcImageCopyTexture = in DoTest() local 426 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, ©Size); in DoTest() 428 encoder.CopyTextureToTextureInternal(&srcImageCopyTexture, &dstImageCopyTexture, in DoTest()
|