Home
last modified time | relevance | path

Searched defs:commandContext (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBufferD3D12.cpp197 bool Buffer::TrackUsageAndGetResourceBarrier(CommandRecordingContext* commandContext, in TrackUsageAndGetResourceBarrier()
208 void Buffer::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow()
220 bool Buffer::TransitionUsageAndGetResourceBarrier(CommandRecordingContext* commandContext, in TransitionUsageAndGetResourceBarrier()
357 CommandRecordingContext* commandContext; in MapAsyncImpl() local
402 MaybeError Buffer::EnsureDataInitialized(CommandRecordingContext* commandContext) { in EnsureDataInitialized()
412 CommandRecordingContext* commandContext, in EnsureDataInitializedAsDestination()
428 MaybeError Buffer::EnsureDataInitializedAsDestination(CommandRecordingContext* commandContext, in EnsureDataInitializedAsDestination()
448 MaybeError Buffer::InitializeToZero(CommandRecordingContext* commandContext) { in InitializeToZero()
460 MaybeError Buffer::ClearBuffer(CommandRecordingContext* commandContext, in ClearBuffer()
DTextureD3D12.cpp625 CommandRecordingContext* commandContext; in InitializeAsInternalTexture() local
717 void Texture::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow()
723 void Texture::TrackAllUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackAllUsageAndTransitionNow()
729 void Texture::TrackAllUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackAllUsageAndTransitionNow()
734 void Texture::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow()
851 void Texture::HandleTransitionSpecialCases(CommandRecordingContext* commandContext) { in HandleTransitionSpecialCases()
860 void Texture::TransitionUsageAndGetResourceBarrier(CommandRecordingContext* commandContext, in TransitionUsageAndGetResourceBarrier()
869 CommandRecordingContext* commandContext, in TransitionUsageAndGetResourceBarrier()
888 CommandRecordingContext* commandContext, in TrackUsageAndGetResourceBarrierForPass()
990 MaybeError Texture::ClearTexture(CommandRecordingContext* commandContext, in ClearTexture()
[all …]
DQueueD3D12.cpp37 CommandRecordingContext* commandContext; in SubmitImpl() local
DSwapChainD3D12.cpp119 CommandRecordingContext* commandContext; in OnBeforePresent() local
311 CommandRecordingContext* commandContext; in PresentImpl() local
DCommandBufferD3D12.cpp256 bool TransitionAndClearForSyncScope(CommandRecordingContext* commandContext, in TransitionAndClearForSyncScope()
325 MaybeError Apply(CommandRecordingContext* commandContext) { in Apply()
615 void ResolveMultisampledRenderPass(CommandRecordingContext* commandContext, in ResolveMultisampledRenderPass()
664 MaybeError CommandBuffer::RecordCommands(CommandRecordingContext* commandContext) { in RecordCommands()
1065 MaybeError CommandBuffer::RecordComputePass(CommandRecordingContext* commandContext, in RecordComputePass()
1194 MaybeError CommandBuffer::SetupRenderPass(CommandRecordingContext* commandContext, in SetupRenderPass()
1286 void CommandBuffer::EmulateBeginRenderPass(CommandRecordingContext* commandContext, in EmulateBeginRenderPass()
1342 MaybeError CommandBuffer::RecordRenderPass(CommandRecordingContext* commandContext, in RecordRenderPass()
DUtilsD3D12.cpp178 void CopyBufferTo2DTextureWithCopySplit(CommandRecordingContext* commandContext, in CopyBufferTo2DTextureWithCopySplit()
223 void CopyBufferTo3DTexture(CommandRecordingContext* commandContext, in CopyBufferTo3DTexture()
243 void RecordCopyBufferToTexture(CommandRecordingContext* commandContext, in RecordCopyBufferToTexture()
DDeviceD3D12.cpp271 MaybeError Device::ClearBufferToZero(CommandRecordingContext* commandContext, in ClearBufferToZero()
479 void Device::CopyFromStagingToBufferImpl(CommandRecordingContext* commandContext, in CopyFromStagingToBufferImpl()
499 CommandRecordingContext* commandContext; in CopyFromStagingToTexture() local