Home
last modified time | relevance | path

Searched refs:CopyTextureToTexture (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DInternalUsageValidationTests.cpp145 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F()
157 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TEST_F()
DVideoViewsValidationTests.cpp133 encoder.CopyTextureToTexture(&copySrc, &copyDst, &copySize); in TEST_F()
155 encoder.CopyTextureToTexture(&copySrc, &copyDst, &copySize); in TEST_F()
164 encoder.CopyTextureToTexture(&copySrc, &copyDst, &copySize); in TEST_F()
DResourceUsageTrackingTests.cpp1320 encoder.CopyTextureToTexture(&srcView, &dstView, &copySize); in TEST_F()
1337 encoder.CopyTextureToTexture(&srcView, &dstView, &copySize); in TEST_F()
DCopyCommandsValidationTests.cpp146 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &extent3D); in TestT2TCopy()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp64 case Command::CopyTextureToTexture: { in FreeCommands()
242 case Command::CopyTextureToTexture: in SkipCommand()
DCommands.h43 CopyTextureToTexture, enumerator
DCommandEncoder.cpp864 allocator->Allocate<CopyTextureToTextureCmd>(Command::CopyTextureToTexture); in APICopyTextureToTextureHelper()
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DSubresourceTrackingPerf.cpp107 encoder.CopyTextureToTexture(&sourceView, &destView, &copySize); in Step()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUCommandEncoder.cpp128 enc_.CopyTextureToTexture(&src, &dst, &size); in copyTextureToTexture()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DTextureZeroInitTests.cpp374 TEST_P(TextureZeroInitTest, CopyTextureToTexture) { in TEST_P() argument
395 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &copySize); in TEST_P()
450 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &copySize); in TEST_P()
2007 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &copyExtent3D); in TEST_P()
2056 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &copyExtent3D); in TEST_P()
DDepthStencilCopyTests.cpp176 commandEncoder.CopyTextureToTexture(&srcView, &dstView, &copySize); in CreateInitializeDepthStencilTextureAndCopyT2T()
DD3D12ResourceWrappingTests.cpp315 encoder.CopyTextureToTexture(&copySrc, &copyDst, &copySize); in SimpleCopyTextureToTexture()
DCompressedTextureFormatTests.cpp282 encoder.CopyTextureToTexture(&imageCopyTextureSrc, &imageCopyTextureDst, in RecordTextureToTextureCopy()
DCopyTests.cpp426 encoder.CopyTextureToTexture(&srcImageCopyTexture, &dstImageCopyTexture, &copySize); in DoTest()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp604 this->getCopyEncoder().CopyTextureToTexture(&srcTextureView, &dstTextureView, &copySize); in onCopySurface()
793 commandEncoder.CopyTextureToTexture(&srcCopyView, &dstCopyView, &copySize); in onRegenerateMipMapLevels()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DVulkanImageWrappingTestsDmaBuf.cpp363 encoder.CopyTextureToTexture(&copySrc, &copyDst, &copySize); in SimpleCopyTextureToTexture()
DVulkanImageWrappingTestsOpaqueFD.cpp468 encoder.CopyTextureToTexture(&copySrc, &copyDst, &copySize); in SimpleCopyTextureToTexture()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp630 case Command::CopyTextureToTexture: { in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp787 case Command::CopyTextureToTexture: { in Execute()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp798 case Command::CopyTextureToTexture: { in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm851 case Command::CopyTextureToTexture: {