Home
last modified time | relevance | path

Searched refs:CopyTextureToTextureCmd (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp53 CopyTextureToTextureCmd* copy = in FreeCommands()
54 commands->NextCommand<CopyTextureToTextureCmd>(); in FreeCommands()
55 copy->~CopyTextureToTextureCmd(); in FreeCommands()
175 commands->NextCommand<CopyTextureToTextureCmd>(); in SkipCommand()
DCommands.h128 struct CopyTextureToTextureCmd { struct
DCommandEncoder.cpp853 CopyTextureToTextureCmd* copy = in CopyTextureToTexture()
854 mAllocator.Allocate<CopyTextureToTextureCmd>(Command::CopyTextureToTexture); in CopyTextureToTexture()
1032 CopyTextureToTextureCmd* copy = in ValidateFinish()
1033 mIterator.NextCommand<CopyTextureToTextureCmd>(); in ValidateFinish()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp65 CopyTextureToTextureCmd* copy = in FreeCommands()
66 commands->NextCommand<CopyTextureToTextureCmd>(); in FreeCommands()
67 copy->~CopyTextureToTextureCmd(); in FreeCommands()
243 commands->NextCommand<CopyTextureToTextureCmd>(); in SkipCommand()
DCommands.h145 struct CopyTextureToTextureCmd { struct
DCommandEncoder.cpp863 CopyTextureToTextureCmd* copy = in APICopyTextureToTextureHelper()
864 allocator->Allocate<CopyTextureToTextureCmd>(Command::CopyTextureToTexture); in APICopyTextureToTextureHelper()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp490 CopyTextureToTextureCmd* copy = in Execute()
491 mCommands.NextCommand<CopyTextureToTextureCmd>(); in Execute()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp442 CopyTextureToTextureCmd* copy = in RecordCommands()
443 mCommands.NextCommand<CopyTextureToTextureCmd>(); in RecordCommands()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp607 CopyTextureToTextureCmd* copy = in RecordCommands()
608 mCommands.NextCommand<CopyTextureToTextureCmd>(); in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp631 CopyTextureToTextureCmd* copy = in RecordCommands()
632 mCommands.NextCommand<CopyTextureToTextureCmd>(); in RecordCommands()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm537 CopyTextureToTextureCmd* copy =
538 mCommands.NextCommand<CopyTextureToTextureCmd>();
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp788 CopyTextureToTextureCmd* copy = in Execute()
789 mCommands.NextCommand<CopyTextureToTextureCmd>(); in Execute()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp799 CopyTextureToTextureCmd* copy = in RecordCommands()
800 mCommands.NextCommand<CopyTextureToTextureCmd>(); in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm852 CopyTextureToTextureCmd* copy =
853 mCommands.NextCommand<CopyTextureToTextureCmd>();