|
| AZ_CLASS_ALLOCATOR (Device, AZ::SystemAllocator) |
|
| AZ_RTTI (Device, "{89670048-DC28-434D-A0BE-C76165419769}", Base) |
|
RHI::ResultCode | CreateSwapChain (IUnknown *window, const DXGI_SWAP_CHAIN_DESCX &swapChainDesc, RHI::Ptr< IDXGISwapChainX > &swapChain) |
|
RHI::ResultCode | CreateSwapChain (const DXGI_SWAP_CHAIN_DESCX &swapChainDesc, AZStd::array< RHI::Ptr< ID3D12Resource >, RHI::Limits::Device::FrameCountMax > &outSwapChainResources) |
|
void | GetImageAllocationInfo (const RHI::ImageDescriptor &descriptor, D3D12_RESOURCE_ALLOCATION_INFO &info) |
|
void | GetPlacedImageAllocationInfo (const RHI::ImageDescriptor &descriptor, D3D12_RESOURCE_ALLOCATION_INFO &info) |
|
MemoryView | CreateD3d12maBuffer (const RHI::BufferDescriptor &bufferDescriptor, D3D12_RESOURCE_STATES initialState, D3D12_HEAP_TYPE heapType) |
|
MemoryView | CreateBufferCommitted (const RHI::BufferDescriptor &bufferDescriptor, D3D12_RESOURCE_STATES initialState, D3D12_HEAP_TYPE heapType) |
|
MemoryView | CreateImageCommitted (const RHI::ImageDescriptor &imageDescriptor, const RHI::ClearValue *optimizedClearValue, D3D12_RESOURCE_STATES initialState, D3D12_HEAP_TYPE heapType) |
|
MemoryView | CreateBufferPlaced (const RHI::BufferDescriptor &bufferDescriptor, D3D12_RESOURCE_STATES initialState, ID3D12Heap *heap, size_t heapByteOffset) |
|
MemoryView | CreateImagePlaced (const RHI::ImageDescriptor &imageDescriptor, const RHI::ClearValue *optimizedClearValue, D3D12_RESOURCE_STATES initialState, ID3D12Heap *heap, size_t heapByteOffset) |
|
MemoryView | CreateImageReserved (const RHI::ImageDescriptor &imageDescriptor, D3D12_RESOURCE_STATES initialState, ImageTileLayout &imageTilingInfo) |
|
void | QueueForRelease (RHI::Ptr< ID3D12Object > dx12Object) |
|
void | QueueForRelease (const MemoryView &memoryView) |
|
MemoryView | AcquireStagingMemory (size_t size, size_t alignment) |
|
RHI::ConstPtr< PipelineLayout > | AcquirePipelineLayout (const RHI::PipelineLayoutDescriptor &descriptor) |
| Acquires a pipeline layout from the internal cache.
|
|
CommandList * | AcquireCommandList (RHI::HardwareQueueClass hardwareQueueClass) |
|
RHI::ConstPtr< Sampler > | AcquireSampler (const RHI::SamplerState &state) |
| Acquires a sampler from the internal cache.
|
|
const PhysicalDevice & | GetPhysicalDevice () const |
|
ID3D12DeviceX * | GetDevice () |
|
MemoryPageAllocator & | GetConstantMemoryPageAllocator () |
|
CommandQueueContext & | GetCommandQueueContext () |
|
DescriptorContext & | GetDescriptorContext () |
|
AsyncUploadQueue & | GetAsyncUploadQueue () |
|
bool | IsAftermathInitialized () const |
|
bool | AssertSuccess (HRESULT opResult) |
|
void | OnDeviceRemoved () |
|
uint32_t | GetBindlessSrgSlot () const |
|
void * | GetAftermathGPUCrashTracker () |
|
| AZ_RTTI (Device, "{C7E70BE4-3AA5-4214-91E6-52A8ECC31A34}", Object) |
|
bool | IsInitialized () const |
| Returns whether the device is initialized.
|
|
ResultCode | Init (int deviceIndex, PhysicalDevice &physicalDevice) |
|
ResultCode | BeginFrame () |
|
ResultCode | EndFrame () |
|
ResultCode | WaitForIdle () |
|
ResultCode | CompileMemoryStatistics (MemoryStatistics &memoryStatistics, MemoryStatisticsReportFlags reportFlags) |
|
ResultCode | UpdateCpuTimingStatistics () const |
|
const PhysicalDevice & | GetPhysicalDevice () const |
| Returns the physical device associated with this device.
|
|
int | GetDeviceIndex () const |
| Returns the device index.
|
|
const DeviceDescriptor & | GetDescriptor () const |
| Returns the descriptor associated with the device.
|
|
const DeviceFeatures & | GetFeatures () const |
| Returns the set of features supported by this device.
|
|
const DeviceLimits & | GetLimits () const |
| Returns the set of hardware limits for this device.
|
|
const ResourcePoolDatabase & | GetResourcePoolDatabase () const |
| Returns the resource pool database.
|
|
ResourcePoolDatabase & | GetResourcePoolDatabase () |
| Returns the mutable resource pool database.
|
|
FormatCapabilities | GetFormatCapabilities (Format format) const |
| Returns a union of all capabilities of a specific format.
|
|
Format | GetNearestSupportedFormat (Format requestedFormat, FormatCapabilities requestedCapabilities) const |
| Return the nearest supported format for this device.
|
|
ResultCode | InitBindlessSrg (RHI::Ptr< RHI::ShaderResourceGroupLayout > bindlessSrgLayout) |
|
virtual RHI::ResultCode | CompactSRGMemory () |
| Allows the back-ends to compact SRG related memory if applicable.
|
|
bool | WasDeviceRemoved () |
|
void | SetDeviceRemoved () |
|
void | SetLastExecutingScope (const AZStd::string_view scopeName) |
|
AZStd::string_view | GetLastExecutingScope () const |
|
virtual Ptr< XRDeviceDescriptor > | BuildXRDescriptor () const |
| Builds an implementation specific XR device descriptor based on this graphics device.
|
|
| 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.
|
|