Home
last modified time | relevance | path

Searched refs:GrMtlCommandBuffer (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/mtl/
DGrMtlCommandBuffer.mm8 #include "src/gpu/mtl/GrMtlCommandBuffer.h"
20 sk_sp<GrMtlCommandBuffer> GrMtlCommandBuffer::Make(id<MTLCommandQueue> queue) {
27 mtlCommandBuffer.label = @"GrMtlCommandBuffer::Create";
29 return sk_sp<GrMtlCommandBuffer>(new GrMtlCommandBuffer(mtlCommandBuffer));
32 GrMtlCommandBuffer::~GrMtlCommandBuffer() { function
40 id<MTLBlitCommandEncoder> GrMtlCommandBuffer::getBlitCommandEncoder() {
75 id<MTLRenderCommandEncoder> GrMtlCommandBuffer::getRenderCommandEncoder(
98 bool GrMtlCommandBuffer::commit(bool waitUntilCompleted) {
114 void GrMtlCommandBuffer::endAllEncoding() {
126 void GrMtlCommandBuffer::encodeSignalEvent(id<MTLEvent> event, uint64_t eventValue) {
[all …]
DGrMtlCommandBuffer.h24 class GrMtlCommandBuffer : public SkRefCnt {
26 static sk_sp<GrMtlCommandBuffer> Make(id<MTLCommandQueue> queue);
27 ~GrMtlCommandBuffer() override;
64 GrMtlCommandBuffer(id<MTLCommandBuffer> cmdBuffer) in GrMtlCommandBuffer() function
DGrMtlGpu.h32 class GrMtlCommandBuffer; variable
50 GrMtlCommandBuffer* commandBuffer();
272 sk_sp<GrMtlCommandBuffer> fCurrentCmdBuffer;
274 using OutstandingCommandBuffer = sk_sp<GrMtlCommandBuffer>;
DGrMtlResourceProvider.h23 class GrMtlCommandBuffer; variable
DGrMtlBuffer.mm11 #include "src/gpu/mtl/GrMtlCommandBuffer.h"
170 GrMtlCommandBuffer* cmdBuffer = this->mtlGpu()->commandBuffer();
DGrMtlResourceProvider.mm14 #include "src/gpu/mtl/GrMtlCommandBuffer.h"
DGrMtlGpu.mm21 #include "src/gpu/mtl/GrMtlCommandBuffer.h"
154 fCurrentCmdBuffer = GrMtlCommandBuffer::Make(fQueue);
216 GrMtlCommandBuffer* GrMtlGpu::commandBuffer() {
219 fCurrentCmdBuffer = GrMtlCommandBuffer::Make(fQueue);
987 GrMtlCommandBuffer* cmdBuffer = this->commandBuffer();
1084 GrMtlCommandBuffer* cmdBuffer = this->commandBuffer();
1445 GrMtlCommandBuffer* cmdBuffer = this->commandBuffer();
DGrMtlOpsRenderPass.mm13 #include "src/gpu/mtl/GrMtlCommandBuffer.h"
/external/skia/gn/
Dgpu.gni814 "$_src/gpu/mtl/GrMtlCommandBuffer.h",
815 "$_src/gpu/mtl/GrMtlCommandBuffer.mm",