/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/d3d12/ |
H A D | TextureD3D12.h | 68 void TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, 70 void TrackUsageAndTransitionNow(CommandRecordingContext* commandContext,
|
H A D | CommandBufferD3D12.cpp | 156 ->TrackUsageAndTransitionNow(commandContext, in Apply() 453 colorTexture->TrackUsageAndTransitionNow(commandContext, in ResolveMultisampledRenderPass() 455 resolveTexture->TrackUsageAndTransitionNow(commandContext, in ResolveMultisampledRenderPass() 580 srcBuffer->TrackUsageAndTransitionNow(commandContext, in RecordCommands() 582 dstBuffer->TrackUsageAndTransitionNow(commandContext, in RecordCommands() 606 buffer->TrackUsageAndTransitionNow(commandContext, wgpu::BufferUsage::CopySrc); in RecordCommands() 607 texture->TrackUsageAndTransitionNow(commandContext, in RecordCommands() 643 texture->TrackUsageAndTransitionNow(commandContext, in RecordCommands() 645 buffer->TrackUsageAndTransitionNow(commandContext, wgpu::BufferUsage::CopyDst); in RecordCommands() 693 destination->TrackUsageAndTransitionNow(commandContext, in RecordCommands() [all …]
|
H A D | TextureD3D12.cpp | 462 void Texture::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow() function in dawn_native::d3d12::Texture 471 void Texture::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow() function in dawn_native::d3d12::Texture 632 TrackUsageAndTransitionNow(commandContext, D3D12_RESOURCE_STATE_DEPTH_WRITE); in ClearTexture() 665 TrackUsageAndTransitionNow(commandContext, D3D12_RESOURCE_STATE_RENDER_TARGET); in ClearTexture() 708 TrackUsageAndTransitionNow(commandContext, D3D12_RESOURCE_STATE_COPY_DEST); in ClearTexture()
|
H A D | SwapChainD3D12.cpp | 58 ToBackend(texture)->TrackUsageAndTransitionNow(commandContext, mTextureUsage); in OnBeforePresent()
|
H A D | BufferD3D12.h | 43 void TrackUsageAndTransitionNow(CommandRecordingContext* commandContext,
|
H A D | CommandRecordingContext.cpp | 64 texture->TrackUsageAndTransitionNow(this, D3D12_RESOURCE_STATE_COMMON); in ExecuteCommandList()
|
H A D | BufferD3D12.cpp | 146 void Buffer::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow() function in dawn_native::d3d12::Buffer
|
H A D | DeviceD3D12.cpp | 309 dstBuffer->TrackUsageAndTransitionNow(commandRecordingContext, wgpu::BufferUsage::CopyDst); in CopyFromStagingToBuffer()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/ |
H A D | CommandBufferD3D12.cpp | 565 colorTexture->TrackUsageAndTransitionNow(commandContext, in ResolveMultisampledRenderPass() 568 resolveTexture->TrackUsageAndTransitionNow(commandContext, in ResolveMultisampledRenderPass() 713 srcBuffer->TrackUsageAndTransitionNow(commandContext, in RecordCommands() 715 dstBuffer->TrackUsageAndTransitionNow(commandContext, in RecordCommands() 742 buffer->TrackUsageAndTransitionNow(commandContext, wgpu::BufferUsage::CopySrc); in RecordCommands() 743 texture->TrackUsageAndTransitionNow(commandContext, wgpu::TextureUsage::CopyDst, in RecordCommands() 770 buffer->TrackUsageAndTransitionNow(commandContext, wgpu::BufferUsage::CopyDst); in RecordCommands() 842 source->TrackUsageAndTransitionNow(commandContext, wgpu::TextureUsage::CopySrc, in RecordCommands() 844 destination->TrackUsageAndTransitionNow(commandContext, in RecordCommands() 892 destination->TrackUsageAndTransitionNow(commandContext, in RecordCommands() [all …]
|
H A D | TextureD3D12.h | 70 void TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, 73 void TrackUsageAndTransitionNow(CommandRecordingContext* commandContext,
|
H A D | TextureD3D12.cpp | 564 void Texture::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow() function in dawn_native::d3d12::Texture 567 TrackUsageAndTransitionNow(commandContext, D3D12TextureUsage(usage, GetFormat()), range); in TrackUsageAndTransitionNow() 572 TrackUsageAndTransitionNow(commandContext, D3D12TextureUsage(usage, GetFormat()), in TrackAllUsageAndTransitionNow() 578 TrackUsageAndTransitionNow(commandContext, newState, GetAllSubresources()); in TrackAllUsageAndTransitionNow() 581 void Texture::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow() function in dawn_native::d3d12::Texture 869 TrackUsageAndTransitionNow(commandContext, D3D12_RESOURCE_STATE_DEPTH_WRITE, range); in ClearTexture() 915 TrackUsageAndTransitionNow(commandContext, D3D12_RESOURCE_STATE_RENDER_TARGET, in ClearTexture() 947 TrackUsageAndTransitionNow(commandContext, D3D12_RESOURCE_STATE_COPY_DEST, range); in ClearTexture()
|
H A D | SwapChainD3D12.cpp | 59 ->TrackUsageAndTransitionNow(commandContext, mTextureUsage, in OnBeforePresent()
|
H A D | BufferD3D12.h | 40 void TrackUsageAndTransitionNow(CommandRecordingContext* commandContext,
|
H A D | DeviceD3D12.cpp | 363 dstBuffer->TrackUsageAndTransitionNow(commandContext, wgpu::BufferUsage::CopyDst); in CopyFromStagingToBufferImpl() 387 texture->TrackUsageAndTransitionNow(commandContext, wgpu::TextureUsage::CopyDst, range); in CopyFromStagingToTexture()
|
H A D | BufferD3D12.cpp | 185 void Buffer::TrackUsageAndTransitionNow(CommandRecordingContext* commandContext, in TrackUsageAndTransitionNow() function in dawn_native::d3d12::Buffer
|