|
|
| AZ_CLASS_ALLOCATOR (CommandList, AZ::SystemAllocator) |
| |
|
bool | IsInitialized () const |
| |
|
void | Init (Device &device, RHI::HardwareQueueClass hardwareQueueClass, const AZStd::shared_ptr< DescriptorContext > &descriptorContext, ID3D12CommandAllocator *commandAllocator) |
| |
| void | Shutdown () override |
| |
|
void | Open (const Name &name) |
| |
| void | Close () override |
| |
| void | Reset (ID3D12CommandAllocator *commandAllocator) override |
| |
| void | SetViewports (const RHI::Viewport *viewports, uint32_t count) override |
| | Assigns a list of viewports to the raster stage of the graphics pipe.
|
| |
| void | SetScissors (const RHI::Scissor *scissors, uint32_t count) override |
| | Assigns a list of scissors to the raster stage of the graphics pipe.
|
| |
| void | SetShaderResourceGroupForDraw (const RHI::DeviceShaderResourceGroup &shaderResourceGroup) override |
| |
| void | SetShaderResourceGroupForDispatch (const RHI::DeviceShaderResourceGroup &shaderResourceGroup) override |
| |
| void | Submit (const RHI::DeviceDrawItem &drawItem, uint32_t submitIndex=0) override |
| | Submits a single draw item for processing on the command list.
|
| |
| void | Submit (const RHI::DeviceCopyItem ©Item, uint32_t submitIndex=0) override |
| | Submits a single copy item for processing on the command list.
|
| |
| void | Submit (const RHI::DeviceDispatchItem &dispatchItem, uint32_t submitIndex=0) override |
| | Submits a single dispatch item for processing on the command list.
|
| |
| void | Submit (const RHI::DeviceDispatchRaysItem &dispatchRaysItem, uint32_t submitIndex=0) override |
| | Submits a single dispatch rays item for processing on the command list.
|
| |
| void | BeginPredication (const RHI::DeviceBuffer &buffer, uint64_t offset, RHI::PredicationOp operation) override |
| | Starts predication on the command list.
|
| |
| void | EndPredication () override |
| | End predication on the command list.
|
| |
| void | BuildBottomLevelAccelerationStructure (const RHI::DeviceRayTracingBlas &rayTracingBlas) override |
| | Builds a Bottom Level Acceleration Structure (BLAS) for ray tracing operations, which is made up of DeviceRayTracingGeometry entries.
|
| |
| void | UpdateBottomLevelAccelerationStructure (const RHI::DeviceRayTracingBlas &rayTracingBlas) override |
| | Updates a Bottom Level Acceleration Structure (BLAS) for ray tracing operations, which is made up of DeviceRayTracingGeometry entries.
|
| |
|
void | BuildTopLevelAccelerationStructure (const RHI::DeviceRayTracingTlas &rayTracingTlas, const AZStd::vector< const RHI::DeviceRayTracingBlas * > &changedBlasList) override |
| |
|
void | QueryBlasCompactionSizes (const AZStd::vector< AZStd::pair< RHI::DeviceRayTracingBlas *, RHI::DeviceRayTracingCompactionQuery * > > &blasToQuery) override |
| |
| void | CompactBottomLevelAccelerationStructure (const RHI::DeviceRayTracingBlas &sourceBlas, const RHI::DeviceRayTracingBlas &compactBlas) override |
| | Copies the given sourceBlas into the compactBlas.
|
| |
| void | SetFragmentShadingRate (RHI::ShadingRate rate, const RHI::ShadingRateCombinators &combinators=DefaultShadingRateCombinators) override |
| |
|
void | SetRenderTargets (uint32_t renderTargetCount, const ImageView *const *renderTarget, const ImageView *depthStencilAttachment, RHI::ScopeAttachmentAccess depthStencilAccess, const ImageView *shadingRateAttachment) |
| |
|
void | QueueTileMapRequest (const TileMapRequest &request) |
| |
|
bool | HasTileMapRequests () |
| |
|
const TileMapRequestList & | GetTileMapRequests () const |
| |
|
void | ClearRenderTarget (const ImageClearRequest &request) |
| |
|
void | ClearUnorderedAccess (const ImageClearRequest &request) |
| |
|
void | ClearUnorderedAccess (const BufferClearRequest &request) |
| |
|
void | DiscardResource (ID3D12Resource *resource) |
| |
|
RHI::CommandListValidator & | GetValidator () |
| |
Public Member Functions inherited from AZ::RHI::CommandList |
|
void | SetScissor (const Scissor &scissor) |
| | Assigns a scissor to the raster stage of the graphics pipe.
|
| |
|
void | SetViewport (const Viewport &viewport) |
| | Assigns a viewport to the raster stage of the graphics pipe.
|
| |
|
virtual void | QueryBlasCompactionSizes (const AZStd::vector< AZStd::pair< RHI::DeviceRayTracingBlas *, RHI::DeviceRayTracingCompactionQuery * > > &blasToQuery)=0 |
| | Inserts queries for the size of the compacted Blas.
|
| |
| virtual void | BuildTopLevelAccelerationStructure (const RHI::DeviceRayTracingTlas &rayTracingTlas, const AZStd::vector< const RHI::DeviceRayTracingBlas * > &changedBlasList)=0 |
| |
|
void | SetSubmitRange (const SubmitRange &submitRange) |
| | Sets the submit range for this command list.
|
| |
|
void | ValidateSubmitIndex (uint32_t submitIndex) |
| | Validates a submit index against the range for this command list, and tracks the total number of submits.
|
| |
|
void | ValidateTotalSubmits (const ScopeProducer *scopeProducer) |
| | Validates the total number of submits against the expected number.
|
| |
|
void | ResetTotalSubmits () |
| | Resets the total number of submits.
|
| |
Public Member Functions inherited from AZ::DX12::CommandListBase |
|
| CommandListBase (const CommandListBase &)=delete |
| |
|
bool | IsRecording () const |
| |
| void | QueueTransitionBarrier (ID3D12Resource *resource, D3D12_RESOURCE_STATES stateBefore, D3D12_RESOURCE_STATES stateAfter, const BarrierOp::CommandListState *state=nullptr) |
| |
| void | QueueTransitionBarrier (const D3D12_RESOURCE_TRANSITION_BARRIER &barrier, const BarrierOp::CommandListState *state=nullptr) |
| |
|
void | QueueTransitionBarrier (const BarrierOp &op) |
| | Adds a transition barrier operation that will be emitted when flusing the barriers.
|
| |
| void | QueueAliasingBarrier (const D3D12_RESOURCE_ALIASING_BARRIER &barrier, const BarrierOp::CommandListState *state=nullptr) |
| |
|
void | QueueAliasingBarrier (const BarrierOp &op) |
| | Adds an aliasing barrier operation that will be emitted when flusing the barriers.
|
| |
|
void | FlushBarriers () |
| |
|
ID3D12GraphicsCommandList * | GetCommandList () |
| |
|
const ID3D12GraphicsCommandList * | GetCommandList () const |
| |
|
RHI::HardwareQueueClass | GetHardwareQueueClass () const |
| |
|
void | SetAftermathEventMarker (const char *markerData) |
| |
|
| AZ_RTTI (DeviceObject, "{17D34F71-944C-4AF5-9823-627474C4C0A6}", Object) |
| |
|
bool | IsInitialized () const |
| | Returns whether the device object is initialized.
|
| |
| Device & | GetDevice () const |
| |
|
| AZ_RTTI (Object, "{E43378F1-2331-4173-94B8-990ED20E6003}") |
| |
|
void | SetName (const Name &name) |
| | Sets the name of the object.
|
| |
|
const Name & | GetName () const |
| | Returns the name set on the object by SetName.
|
| |
|
uint32_t | use_count () |
| | Returns the current use count of the object.
|
| |