Home
last modified time | relevance | path

Searched refs:EndComputePass (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp81 case Command::EndComputePass: { in FreeCommands()
202 case Command::EndComputePass: in SkipCommand()
DCommands.h46 EndComputePass, enumerator
DCommandEncoder.cpp906 mAllocator.Allocate<EndComputePassCmd>(Command::EndComputePass); in PassEnded()
1074 case Command::EndComputePass: { in ValidateComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.cpp100 case Command::EndComputePass: { in FreeCommands()
270 case Command::EndComputePass: in SkipCommand()
DCommands.h50 EndComputePass, enumerator
DComputePassEncoder.cpp153 allocator->Allocate<EndComputePassCmd>(Command::EndComputePass); in APIEndPass()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DCommandBufferEncodingTests.cpp268 {Command::EndComputePass, in TEST_F()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm571 case Command::EndComputePass: {
617 // EndComputePass should have been called
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp525 case Command::EndComputePass: { in ExecuteComputePass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp509 case Command::EndComputePass: { in RecordComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm1058 case Command::EndComputePass: {
1163 // EndComputePass should have been called
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp726 case Command::EndComputePass: { in RecordComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp904 case Command::EndComputePass: { in RecordComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp901 case Command::EndComputePass: { in ExecuteComputePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp1110 case Command::EndComputePass: { in RecordComputePass()