Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp45 CopyBufferToTextureCmd* copy = commands->NextCommand<CopyBufferToTextureCmd>(); in FreeCommands()
46 copy->~CopyBufferToTextureCmd(); in FreeCommands()
167 commands->NextCommand<CopyBufferToTextureCmd>(); in SkipCommand()
DCommands.h116 struct CopyBufferToTextureCmd { struct
DCommandEncoder.cpp779 CopyBufferToTextureCmd* copy = in CopyBufferToTexture()
780 mAllocator.Allocate<CopyBufferToTextureCmd>(Command::CopyBufferToTexture); in CopyBufferToTexture()
962 CopyBufferToTextureCmd* copy = mIterator.NextCommand<CopyBufferToTextureCmd>(); in ValidateFinish()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp55 CopyBufferToTextureCmd* copy = commands->NextCommand<CopyBufferToTextureCmd>(); in FreeCommands()
56 copy->~CopyBufferToTextureCmd(); in FreeCommands()
235 commands->NextCommand<CopyBufferToTextureCmd>(); in SkipCommand()
DCommands.h133 struct CopyBufferToTextureCmd { struct
DCommandEncoder.cpp733 CopyBufferToTextureCmd* copy = in APICopyBufferToTexture()
734 allocator->Allocate<CopyBufferToTextureCmd>(Command::CopyBufferToTexture); in APICopyBufferToTexture()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp390 CopyBufferToTextureCmd* copy = mCommands.NextCommand<CopyBufferToTextureCmd>(); in Execute()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp384 CopyBufferToTextureCmd* copy = mCommands.NextCommand<CopyBufferToTextureCmd>(); in RecordCommands()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp506 CopyBufferToTextureCmd* copy = mCommands.NextCommand<CopyBufferToTextureCmd>(); in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp552 CopyBufferToTextureCmd* copy = mCommands.NextCommand<CopyBufferToTextureCmd>(); in RecordCommands()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm481 CopyBufferToTextureCmd* copy = mCommands.NextCommand<CopyBufferToTextureCmd>();
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp638 CopyBufferToTextureCmd* copy = mCommands.NextCommand<CopyBufferToTextureCmd>(); in Execute()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp736 CopyBufferToTextureCmd* copy = mCommands.NextCommand<CopyBufferToTextureCmd>(); in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm750 CopyBufferToTextureCmd* copy = mCommands.NextCommand<CopyBufferToTextureCmd>();