Searched refs:GetPendingCommandContext (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | MetalAutoreleasePoolTests.mm | 40 mMtlDevice->GetPendingCommandContext(); 54 mMtlDevice->GetPendingCommandContext()->EnsureBlit(); 58 mMtlDevice->GetPendingCommandContext()->EndBlit();
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | BufferD3D12.cpp | 165 ToBackend(GetDevice())->GetPendingCommandContext()); in Initialize() 177 ToBackend(GetDevice())->GetPendingCommandContext()); in Initialize() 358 DAWN_TRY_ASSIGN(commandContext, ToBackend(GetDevice())->GetPendingCommandContext()); in MapAsyncImpl()
|
D | QueueD3D12.cpp | 38 DAWN_TRY_ASSIGN(commandContext, device->GetPendingCommandContext()); in SubmitImpl()
|
D | SwapChainD3D12.cpp | 120 DAWN_TRY_ASSIGN(commandContext, device->GetPendingCommandContext()); in OnBeforePresent() 312 DAWN_TRY_ASSIGN(commandContext, device->GetPendingCommandContext()); in PresentImpl()
|
D | DeviceD3D12.cpp | 252 ResultOrError<CommandRecordingContext*> Device::GetPendingCommandContext() { in GetPendingCommandContext() function in dawn_native::d3d12::Device 464 DAWN_TRY_ASSIGN(commandRecordingContext, GetPendingCommandContext()); in CopyFromStagingToBuffer() 500 DAWN_TRY_ASSIGN(commandContext, GetPendingCommandContext()); in CopyFromStagingToTexture()
|
D | DeviceD3D12.h | 73 ResultOrError<CommandRecordingContext*> GetPendingCommandContext();
|
D | TextureD3D12.cpp | 626 DAWN_TRY_ASSIGN(commandContext, device->GetPendingCommandContext()); in InitializeAsInternalTexture()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | BufferMTL.mm | 123 ToBackend(GetDevice())->GetPendingCommandContext(); 136 ToBackend(GetDevice())->GetPendingCommandContext(); 160 ToBackend(GetDevice())->GetPendingCommandContext();
|
D | DeviceMTL.mm | 333 CommandRecordingContext* Device::GetPendingCommandContext() { 402 ->EnsureDataInitializedAsDestination(GetPendingCommandContext(), destinationOffset, 407 [GetPendingCommandContext()->EnsureBlit() copyFromBuffer:uploadBuffer 423 EnsureDestinationTextureInitialized(GetPendingCommandContext(), texture, *dst, 426 RecordCopyBufferToTexture(GetPendingCommandContext(), ToBackend(source)->GetBufferHandle(),
|
D | QueueMTL.mm | 37 CommandRecordingContext* commandContext = device->GetPendingCommandContext();
|
D | DeviceMTL.h | 53 CommandRecordingContext* GetPendingCommandContext();
|
D | TextureMTL.mm | 465 DAWN_TRY(ClearTexture(device->GetPendingCommandContext(), GetAllSubresources(),
|