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/
H A DQueueD3D12.cpp37 CommandRecordingContext* commandContext; in SubmitImpl() local
H A DBufferD3D12.cpp197 bool Buffer::TrackUsageAndGetResourceBarrier(CommandRecordingContext* commandContext, in TrackUsageAndGetResourceBarrier() argument
208 void Buffer::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow() argument
220 bool Buffer::TransitionUsageAndGetResourceBarrier(CommandRecordingContext* commandContext, in TransitionUsageAndGetResourceBarrier() argument
357 CommandRecordingContext* commandContext; in MapAsyncImpl() local
402 EnsureDataInitialized(CommandRecordingContext* commandContext) EnsureDataInitialized() argument
411 EnsureDataInitializedAsDestination( CommandRecordingContext* commandContext, uint64_t offset, uint64_t size) EnsureDataInitializedAsDestination() argument
428 EnsureDataInitializedAsDestination(CommandRecordingContext* commandContext, const CopyTextureToBufferCmd* copy) EnsureDataInitializedAsDestination() argument
448 InitializeToZero(CommandRecordingContext* commandContext) InitializeToZero() argument
460 ClearBuffer(CommandRecordingContext* commandContext, uint8_t clearValue, uint64_t offset, uint64_t size) ClearBuffer() argument
[all...]
H A DSwapChainD3D12.cpp119 CommandRecordingContext* commandContext; in OnBeforePresent() local
311 CommandRecordingContext* commandContext; in PresentImpl() local
H A DUtilsD3D12.cpp178 void CopyBufferTo2DTextureWithCopySplit(CommandRecordingContext* commandContext, in CopyBufferTo2DTextureWithCopySplit() argument
223 void CopyBufferTo3DTexture(CommandRecordingContext* commandContext, in CopyBufferTo3DTexture() argument
243 void RecordCopyBufferToTexture(CommandRecordingContext* commandContext, in RecordCopyBufferToTexture() argument
H A DTextureD3D12.cpp625 CommandRecordingContext* commandContext; in InitializeAsInternalTexture() local
717 void Texture::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow() argument
723 void Texture::TrackAllUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackAllUsageAndTransitionNow() argument
729 void Texture::TrackAllUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackAllUsageAndTransitionNow() argument
734 void Texture::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow() argument
851 HandleTransitionSpecialCases(CommandRecordingContext* commandContext) HandleTransitionSpecialCases() argument
860 TransitionUsageAndGetResourceBarrier(CommandRecordingContext* commandContext, std::vector<D3D12_RESOURCE_BARRIER>* barrier, wgpu::TextureUsage usage, const SubresourceRange& range) TransitionUsageAndGetResourceBarrier() argument
868 TransitionUsageAndGetResourceBarrier( CommandRecordingContext* commandContext, std::vector<D3D12_RESOURCE_BARRIER>* barriers, D3D12_RESOURCE_STATES newState, const SubresourceRange& range) TransitionUsageAndGetResourceBarrier() argument
887 TrackUsageAndGetResourceBarrierForPass( CommandRecordingContext* commandContext, std::vector<D3D12_RESOURCE_BARRIER>* barriers, const TextureSubresourceUsage& textureUsages) TrackUsageAndGetResourceBarrierForPass() argument
990 ClearTexture(CommandRecordingContext* commandContext, const SubresourceRange& range, TextureBase::ClearValue clearValue) ClearTexture() argument
1146 EnsureSubresourceContentInitialized(CommandRecordingContext* commandContext, const SubresourceRange& range) EnsureSubresourceContentInitialized() argument
[all...]
H A DDeviceD3D12.cpp271 MaybeError Device::ClearBufferToZero(CommandRecordingContext* commandContext, in ClearBufferToZero() argument
479 void Device::CopyFromStagingToBufferImpl(CommandRecordingContext* commandContext, in CopyFromStagingToBufferImpl() argument
499 CommandRecordingContext* commandContext; in CopyFromStagingToTexture() local
[all...]
H A DCommandBufferD3D12.cpp256 bool TransitionAndClearForSyncScope(CommandRecordingContext* commandContext, in TransitionAndClearForSyncScope() argument
325 MaybeError Apply(CommandRecordingContext* commandContext) { in Apply() argument
615 void ResolveMultisampledRenderPass(CommandRecordingContext* commandContext, in ResolveMultisampledRenderPass() argument
664 RecordCommands(CommandRecordingContext* commandContext) RecordCommands() argument
1065 RecordComputePass(CommandRecordingContext* commandContext, BindGroupStateTracker* bindingTracker, const ComputePassResourceUsage& resourceUsages) RecordComputePass() argument
1194 SetupRenderPass(CommandRecordingContext* commandContext, BeginRenderPassCmd* renderPass, RenderPassBuilder* renderPassBuilder) SetupRenderPass() argument
1286 EmulateBeginRenderPass(CommandRecordingContext* commandContext, const RenderPassBuilder* renderPassBuilder) const EmulateBeginRenderPass() argument
1342 RecordRenderPass(CommandRecordingContext* commandContext, BindGroupStateTracker* bindingTracker, BeginRenderPassCmd* renderPass, const bool passHasUAV) RecordRenderPass() argument
[all...]

Completed in 8 milliseconds