| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | InternalUsageValidationTests.cpp | 145 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F() 157 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F()
|
| D | VideoViewsValidationTests.cpp | 133 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in TEST_F() 155 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in TEST_F() 164 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in TEST_F()
|
| D | ResourceUsageTrackingTests.cpp | 1320 encoder.CopyTextureToTexture(&srcView, &dstView, ©Size); in TEST_F() 1337 encoder.CopyTextureToTexture(&srcView, &dstView, ©Size); in TEST_F()
|
| D | CopyCommandsValidationTests.cpp | 146 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TestT2TCopy()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | Commands.cpp | 64 case Command::CopyTextureToTexture: { in FreeCommands() 242 case Command::CopyTextureToTexture: in SkipCommand()
|
| D | Commands.h | 43 CopyTextureToTexture, enumerator
|
| D | CommandEncoder.cpp | 864 allocator->Allocate<CopyTextureToTextureCmd>(Command::CopyTextureToTexture); in APICopyTextureToTextureHelper()
|
| /third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
| D | SubresourceTrackingPerf.cpp | 107 encoder.CopyTextureToTexture(&sourceView, &destView, ©Size); in Step()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | GPUCommandEncoder.cpp | 128 enc_.CopyTextureToTexture(&src, &dst, &size); in copyTextureToTexture()
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | TextureZeroInitTests.cpp | 374 TEST_P(TextureZeroInitTest, CopyTextureToTexture) { in TEST_P() argument 395 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, ©Size); in TEST_P() 450 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, ©Size); in TEST_P() 2007 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, ©Extent3D); in TEST_P() 2056 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, ©Extent3D); in TEST_P()
|
| D | DepthStencilCopyTests.cpp | 176 commandEncoder.CopyTextureToTexture(&srcView, &dstView, ©Size); in CreateInitializeDepthStencilTextureAndCopyT2T()
|
| D | D3D12ResourceWrappingTests.cpp | 315 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in SimpleCopyTextureToTexture()
|
| D | CompressedTextureFormatTests.cpp | 282 encoder.CopyTextureToTexture(&imageCopyTextureSrc, &imageCopyTextureDst, in RecordTextureToTextureCopy()
|
| D | CopyTests.cpp | 426 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, ©Size); in DoTest()
|
| /third_party/skia/src/gpu/dawn/ |
| D | GrDawnGpu.cpp | 604 this->getCopyEncoder().CopyTextureToTexture(&srcTextureView, &dstTextureView, ©Size); in onCopySurface() 793 commandEncoder.CopyTextureToTexture(&srcCopyView, &dstCopyView, ©Size); in onRegenerateMipMapLevels()
|
| /third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
| D | VulkanImageWrappingTestsDmaBuf.cpp | 363 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in SimpleCopyTextureToTexture()
|
| D | VulkanImageWrappingTestsOpaqueFD.cpp | 468 encoder.CopyTextureToTexture(©Src, ©Dst, ©Size); in SimpleCopyTextureToTexture()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | CommandBufferVk.cpp | 630 case Command::CopyTextureToTexture: { in RecordCommands()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | CommandBufferGL.cpp | 787 case Command::CopyTextureToTexture: { in Execute()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | CommandBufferD3D12.cpp | 798 case Command::CopyTextureToTexture: { in RecordCommands()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
| D | CommandBufferMTL.mm | 851 case Command::CopyTextureToTexture: {
|