Home
last modified time | relevance | path

Searched refs:endEncoding (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/experimental/graphite/src/mtl/
DMtlBlitCommandEncoder.h59 void endEncoding() { in endEncoding() function
60 [(*fCommandEncoder) endEncoding]; in endEncoding()
DMtlRenderCommandEncoder.h242 void endEncoding() { in endEncoding() function
243 [(*fCommandEncoder) endEncoding]; in endEncoding()
DMtlCommandBuffer.mm115 fActiveRenderCommandEncoder->endEncoding();
138 fActiveBlitCommandEncoder->endEncoding();
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandRecordingContext.mm83 [*mBlit endEncoding];
105 [*mCompute endEncoding];
127 [*mRender endEncoding];
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/
DOcclusionQueries.md17 - The render pass's encoding ends when `RenderCommandEncoder.endEncoding()` is called.
30 - Calling `RenderCommandEncoder.endEncoding()` will:
34 - Immediately after `RenderCommandEncoder.endEncoding()`:
/third_party/skia/src/gpu/mtl/
DGrMtlRenderCommandEncoder.h238 void endEncoding() { in endEncoding() function
239 [fCommandEncoder endEncoding]; in endEncoding()
DGrMtlCommandBuffer.mm200 fActiveRenderCommandEncoder->endEncoding();
205 [fActiveBlitCommandEncoder endEncoding];
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm808 mActiveCommandEncoder->endEncoding();
889 void CommandEncoder::endEncoding()
891 [get() endEncoding];
1096 void RenderCommandEncoder::endEncoding()
1110 // Update store action set between restart() and endEncoding()
1116 // Update store action set between restart() and endEncoding()
1120 // Update store action set between restart() and endEncoding()
1139 CommandEncoder::endEncoding();
1278 endEncoding();
1307 // The actual Objective-C encoder will be created later in endEncoding(), we do so in order
[all …]
DContextMtl.mm1382 endEncoding(false);
1461 encoder->endEncoding();
1467 void ContextMtl::endEncoding(bool forceSaveRenderPassContent)
1482 mBlitEncoder.endEncoding();
1487 mComputeEncoder.endEncoding();
1499 endEncoding(true);
1514 endEncoding(false);
1549 endEncoding(false);
1618 endEncoding(true);
1637 endEncoding(true);
[all …]
Dmtl_command_buffer.h179 virtual void endEncoding();
325 void endEncoding() override;
DProvokingVertexHelper.mm113 mCurrentEncoder.endEncoding();
DContextMtl.h331 void endEncoding(bool forceSaveRenderPassContent);
Dmtl_utils.mm341 blitEncoder->endEncoding();
554 contextMtl->endEncoding(true);
DSurfaceMtl.mm376 contextMtl->endEncoding(true);
DFrameBufferMtl.mm888 contextMtl->endEncoding(false);
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/
Dmain.mm156 [renderEncoder endEncoding];
/third_party/skia/third_party/externals/imgui/examples/example_sdl_metal/
Dmain.mm164 [renderEncoder endEncoding];
/third_party/skia/third_party/externals/imgui/examples/example_apple_metal/
Dmain.mm209 [renderEncoder endEncoding];