RetroArch
|
#include <d3d12.h>
Public Member Functions | |
BEGIN_INTERFACE | HRESULT (STDMETHODCALLTYPE *QueryInterface)(ID3D12GraphicsCommandList *This |
ULONG (STDMETHODCALLTYPE *AddRef)(ID3D12GraphicsCommandList *This) | |
ULONG (STDMETHODCALLTYPE *Release)(ID3D12GraphicsCommandList *This) | |
HRESULT (STDMETHODCALLTYPE *GetPrivateData)(ID3D12GraphicsCommandList *This | |
HRESULT (STDMETHODCALLTYPE *SetPrivateData)(ID3D12GraphicsCommandList *This | |
_In_ REFGUID _In_ UINT | _In_reads_bytes_opt_ (DataSize) const void *pData) |
HRESULT (STDMETHODCALLTYPE *SetPrivateDataInterface)(ID3D12GraphicsCommandList *This | |
HRESULT (STDMETHODCALLTYPE *SetName)(ID3D12GraphicsCommandList *This | |
HRESULT (STDMETHODCALLTYPE *GetDevice)(ID3D12GraphicsCommandList *This | |
D3D12_COMMAND_LIST_TYPE (STDMETHODCALLTYPE *GetType)(ID3D12GraphicsCommandList *This) | |
HRESULT (STDMETHODCALLTYPE *Close)(ID3D12GraphicsCommandList *This) | |
HRESULT (STDMETHODCALLTYPE *Reset)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *ClearState)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *DrawInstanced)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *DrawIndexedInstanced)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *Dispatch)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *CopyBufferRegion)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *CopyTextureRegion)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *CopyResource)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *CopyTiles)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *ResolveSubresource)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *IASetPrimitiveTopology)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *RSSetViewports)(ID3D12GraphicsCommandList *This | |
_In_range_ (0, D3D12_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE) UINT NumViewports | |
_In_reads_ (NumViewports) const D3D12_VIEWPORT *pViewports) | |
void (STDMETHODCALLTYPE *RSSetScissorRects)(ID3D12GraphicsCommandList *This | |
_In_range_ (0, D3D12_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE) UINT NumRects | |
_In_reads_ (NumRects) const D3D12_RECT *pRects) | |
void (STDMETHODCALLTYPE *OMSetBlendFactor)(ID3D12GraphicsCommandList *This | |
_In_reads_opt_ (4) const FLOAT BlendFactor[4]) | |
void (STDMETHODCALLTYPE *OMSetStencilRef)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetPipelineState)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *ResourceBarrier)(ID3D12GraphicsCommandList *This | |
_In_ UINT | _In_reads_ (NumBarriers) const D3D12_RESOURCE_BARRIER *pBarriers) |
void (STDMETHODCALLTYPE *ExecuteBundle)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetDescriptorHeaps)(ID3D12GraphicsCommandList *This | |
_In_ UINT | _In_reads_ (NumDescriptorHeaps) ID3D12DescriptorHeap *const *ppDescriptorHeaps) |
void (STDMETHODCALLTYPE *SetComputeRootSignature)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetGraphicsRootSignature)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetComputeRootDescriptorTable)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetGraphicsRootDescriptorTable)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetComputeRoot32BitConstant)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetGraphicsRoot32BitConstant)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetComputeRoot32BitConstants)(ID3D12GraphicsCommandList *This | |
_In_ UINT _In_ UINT | _In_reads_ (Num32BitValuesToSet *sizeof(UINT)) const void *pSrcData |
void (STDMETHODCALLTYPE *SetGraphicsRoot32BitConstants)(ID3D12GraphicsCommandList *This | |
_In_ UINT _In_ UINT | _In_reads_ (Num32BitValuesToSet *sizeof(UINT)) const void *pSrcData |
void (STDMETHODCALLTYPE *SetComputeRootConstantBufferView)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetGraphicsRootConstantBufferView)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetComputeRootShaderResourceView)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetGraphicsRootShaderResourceView)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetComputeRootUnorderedAccessView)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetGraphicsRootUnorderedAccessView)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *IASetIndexBuffer)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *IASetVertexBuffers)(ID3D12GraphicsCommandList *This | |
_In_ UINT _In_ UINT | _In_reads_opt_ (NumViews) const D3D12_VERTEX_BUFFER_VIEW *pViews) |
void (STDMETHODCALLTYPE *SOSetTargets)(ID3D12GraphicsCommandList *This | |
_In_ UINT _In_ UINT | _In_reads_opt_ (NumViews) const D3D12_STREAM_OUTPUT_BUFFER_VIEW *pViews) |
void (STDMETHODCALLTYPE *OMSetRenderTargets)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *ClearDepthStencilView)(ID3D12GraphicsCommandList *This | |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ D3D12_CLEAR_FLAGS _In_ FLOAT _In_ UINT8 _In_ UINT | _In_reads_ (NumRects) const D3D12_RECT *pRects) |
void (STDMETHODCALLTYPE *ClearRenderTargetView)(ID3D12GraphicsCommandList *This | |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ const FLOAT _In_ UINT | _In_reads_ (NumRects) const D3D12_RECT *pRects) |
void (STDMETHODCALLTYPE *ClearUnorderedAccessViewUint)(ID3D12GraphicsCommandList *This | |
_In_ D3D12_GPU_DESCRIPTOR_HANDLE _In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ ID3D12Resource _In_ const UINT _In_ UINT | _In_reads_ (NumRects) const D3D12_RECT *pRects) |
void (STDMETHODCALLTYPE *ClearUnorderedAccessViewFloat)(ID3D12GraphicsCommandList *This | |
_In_ D3D12_GPU_DESCRIPTOR_HANDLE _In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ ID3D12Resource _In_ const FLOAT _In_ UINT | _In_reads_ (NumRects) const D3D12_RECT *pRects) |
void (STDMETHODCALLTYPE *DiscardResource)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *BeginQuery)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *EndQuery)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *ResolveQueryData)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetPredication)(ID3D12GraphicsCommandList *This | |
void (STDMETHODCALLTYPE *SetMarker)(ID3D12GraphicsCommandList *This | |
UINT | _In_reads_bytes_opt_ (Size) const void *pData |
void (STDMETHODCALLTYPE *BeginEvent)(ID3D12GraphicsCommandList *This | |
UINT | _In_reads_bytes_opt_ (Size) const void *pData |
void (STDMETHODCALLTYPE *EndEvent)(ID3D12GraphicsCommandList *This) | |
void (STDMETHODCALLTYPE *ExecuteIndirect)(ID3D12GraphicsCommandList *This | |
ID3D12GraphicsCommandListVtbl::_In_range_ | ( | 0 | , |
D3D12_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE | |||
) |
ID3D12GraphicsCommandListVtbl::_In_range_ | ( | 0 | , |
D3D12_VIEWPORT_AND_SCISSORRECT_OBJECT_COUNT_PER_PIPELINE | |||
) |
ID3D12GraphicsCommandListVtbl::_In_reads_ | ( | NumViewports | ) | const |
ID3D12GraphicsCommandListVtbl::_In_reads_ | ( | NumRects | ) | const |
_In_ UINT ID3D12GraphicsCommandListVtbl::_In_reads_ | ( | NumBarriers | ) | const |
_In_ UINT ID3D12GraphicsCommandListVtbl::_In_reads_ | ( | NumDescriptorHeaps | ) | const |
_In_ UINT _In_ UINT ID3D12GraphicsCommandListVtbl::_In_reads_ | ( | Num32BitValuesToSet * | sizeofUINT | ) | const |
_In_ UINT _In_ UINT ID3D12GraphicsCommandListVtbl::_In_reads_ | ( | Num32BitValuesToSet * | sizeofUINT | ) | const |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ D3D12_CLEAR_FLAGS _In_ FLOAT _In_ UINT8 _In_ UINT ID3D12GraphicsCommandListVtbl::_In_reads_ | ( | NumRects | ) | const |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ const FLOAT _In_ UINT ID3D12GraphicsCommandListVtbl::_In_reads_ | ( | NumRects | ) | const |
_In_ D3D12_GPU_DESCRIPTOR_HANDLE _In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ ID3D12Resource _In_ const UINT _In_ UINT ID3D12GraphicsCommandListVtbl::_In_reads_ | ( | NumRects | ) | const |
_In_ D3D12_GPU_DESCRIPTOR_HANDLE _In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ ID3D12Resource _In_ const FLOAT _In_ UINT ID3D12GraphicsCommandListVtbl::_In_reads_ | ( | NumRects | ) | const |
ID3D12GraphicsCommandListVtbl::_In_reads_opt_ | ( | 4 | ) | const |
ID3D12GraphicsCommandListVtbl::D3D12_COMMAND_LIST_TYPE | ( | STDMETHODCALLTYPE * | GetType | ) |
BEGIN_INTERFACE ID3D12GraphicsCommandListVtbl::HRESULT | ( | STDMETHODCALLTYPE * | QueryInterface | ) |
ID3D12GraphicsCommandListVtbl::HRESULT | ( | STDMETHODCALLTYPE * | GetPrivateData | ) |
ID3D12GraphicsCommandListVtbl::HRESULT | ( | STDMETHODCALLTYPE * | SetPrivateData | ) |
ID3D12GraphicsCommandListVtbl::HRESULT | ( | STDMETHODCALLTYPE * | SetPrivateDataInterface | ) |
ID3D12GraphicsCommandListVtbl::HRESULT | ( | STDMETHODCALLTYPE * | SetName | ) |
ID3D12GraphicsCommandListVtbl::HRESULT | ( | STDMETHODCALLTYPE * | GetDevice | ) |
ID3D12GraphicsCommandListVtbl::HRESULT | ( | STDMETHODCALLTYPE * | Close | ) |
ID3D12GraphicsCommandListVtbl::HRESULT | ( | STDMETHODCALLTYPE * | Reset | ) |
ID3D12GraphicsCommandListVtbl::ULONG | ( | STDMETHODCALLTYPE * | AddRef | ) |
ID3D12GraphicsCommandListVtbl::ULONG | ( | STDMETHODCALLTYPE * | Release | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | ClearState | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | DrawInstanced | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | DrawIndexedInstanced | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | Dispatch | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | CopyBufferRegion | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | CopyTextureRegion | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | CopyResource | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | CopyTiles | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | ResolveSubresource | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | IASetPrimitiveTopology | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | RSSetViewports | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | RSSetScissorRects | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | OMSetBlendFactor | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | OMSetStencilRef | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetPipelineState | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | ResourceBarrier | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | ExecuteBundle | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetDescriptorHeaps | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetComputeRootSignature | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetGraphicsRootSignature | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetComputeRootDescriptorTable | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetGraphicsRootDescriptorTable | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetComputeRoot32BitConstant | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetGraphicsRoot32BitConstant | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetComputeRoot32BitConstants | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetGraphicsRoot32BitConstants | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetComputeRootConstantBufferView | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetGraphicsRootConstantBufferView | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetComputeRootShaderResourceView | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetGraphicsRootShaderResourceView | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetComputeRootUnorderedAccessView | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetGraphicsRootUnorderedAccessView | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | IASetIndexBuffer | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | IASetVertexBuffers | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SOSetTargets | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | OMSetRenderTargets | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | ClearDepthStencilView | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | ClearRenderTargetView | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | ClearUnorderedAccessViewUint | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | ClearUnorderedAccessViewFloat | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | DiscardResource | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | BeginQuery | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | EndQuery | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | ResolveQueryData | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetPredication | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | SetMarker | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | BeginEvent | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | EndEvent | ) |
ID3D12GraphicsCommandListVtbl::void | ( | STDMETHODCALLTYPE * | ExecuteIndirect | ) |
_In_opt_ ID3D12Resource _In_ UINT64 ID3D12GraphicsCommandListVtbl::AlignedBufferOffset |
_In_ ID3D12QueryHeap _In_ D3D12_QUERY_TYPE _In_ UINT _In_ UINT _In_ ID3D12Resource _In_ UINT64 ID3D12GraphicsCommandListVtbl::AlignedDestinationBufferOffset |
_In_ ID3D12CommandSignature _In_ UINT _In_ ID3D12Resource _In_ UINT64 ID3D12GraphicsCommandListVtbl::ArgumentBufferOffset |
_In_ UINT _In_ D3D12_GPU_DESCRIPTOR_HANDLE ID3D12GraphicsCommandListVtbl::BaseDescriptor |
_In_ UINT _In_ D3D12_GPU_VIRTUAL_ADDRESS ID3D12GraphicsCommandListVtbl::BufferLocation |
_In_ ID3D12Resource _In_ const D3D12_TILED_RESOURCE_COORDINATE _In_ const D3D12_TILE_REGION_SIZE _In_ ID3D12Resource UINT64 ID3D12GraphicsCommandListVtbl::BufferStartOffsetInBytes |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ D3D12_CLEAR_FLAGS ID3D12GraphicsCommandListVtbl::ClearFlags |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ const FLOAT ID3D12GraphicsCommandListVtbl::ColorRGBA[4] |
_In_ ID3D12CommandSignature _In_ UINT _In_ ID3D12Resource _In_ UINT64 _In_opt_ ID3D12Resource _In_ UINT64 ID3D12GraphicsCommandListVtbl::CountBufferOffset |
_In_ REFGUID _In_ UINT ID3D12GraphicsCommandListVtbl::DataSize |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ D3D12_CLEAR_FLAGS _In_ FLOAT ID3D12GraphicsCommandListVtbl::Depth |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE ID3D12GraphicsCommandListVtbl::DepthStencilView |
_In_ ID3D12Resource UINT64 ID3D12GraphicsCommandListVtbl::DstOffset |
_In_ ID3D12Resource _In_ UINT ID3D12GraphicsCommandListVtbl::DstSubresource |
_In_ const D3D12_TEXTURE_COPY_LOCATION UINT ID3D12GraphicsCommandListVtbl::DstX |
_In_ const D3D12_TEXTURE_COPY_LOCATION UINT UINT ID3D12GraphicsCommandListVtbl::DstY |
_In_ const D3D12_TEXTURE_COPY_LOCATION UINT UINT UINT ID3D12GraphicsCommandListVtbl::DstZ |
_In_ ID3D12Resource _In_ const D3D12_TILED_RESOURCE_COORDINATE _In_ const D3D12_TILE_REGION_SIZE _In_ ID3D12Resource UINT64 D3D12_TILE_COPY_FLAGS ID3D12GraphicsCommandListVtbl::Flags |
_In_ ID3D12Resource _In_ UINT _In_ ID3D12Resource _In_ UINT _In_ DXGI_FORMAT ID3D12GraphicsCommandListVtbl::Format |
_In_ REFGUID ID3D12GraphicsCommandListVtbl::guid |
_In_ ID3D12QueryHeap _In_ D3D12_QUERY_TYPE _In_ UINT ID3D12GraphicsCommandListVtbl::Index |
_In_ UINT ID3D12GraphicsCommandListVtbl::IndexCountPerInstance |
_In_ ID3D12CommandSignature _In_ UINT ID3D12GraphicsCommandListVtbl::MaxCommandCount |
UINT ID3D12GraphicsCommandListVtbl::Metadata |
_In_z_ LPCWSTR ID3D12GraphicsCommandListVtbl::Name |
_In_ UINT ID3D12GraphicsCommandListVtbl::NumBarriers |
_In_ ID3D12Resource UINT64 _In_ ID3D12Resource UINT64 UINT64 ID3D12GraphicsCommandListVtbl::NumBytes |
_In_ UINT ID3D12GraphicsCommandListVtbl::NumDescriptorHeaps |
_In_ ID3D12QueryHeap _In_ D3D12_QUERY_TYPE _In_ UINT _In_ UINT ID3D12GraphicsCommandListVtbl::NumQueries |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ D3D12_CLEAR_FLAGS _In_ FLOAT _In_ UINT8 _In_ UINT ID3D12GraphicsCommandListVtbl::NumRects |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ const FLOAT _In_ UINT ID3D12GraphicsCommandListVtbl::NumRects |
_In_ D3D12_GPU_DESCRIPTOR_HANDLE _In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ ID3D12Resource _In_ const UINT _In_ UINT ID3D12GraphicsCommandListVtbl::NumRects |
_In_ D3D12_GPU_DESCRIPTOR_HANDLE _In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ ID3D12Resource _In_ const FLOAT _In_ UINT ID3D12GraphicsCommandListVtbl::NumRects |
_In_ UINT ID3D12GraphicsCommandListVtbl::NumRenderTargetDescriptors |
_In_opt_ ID3D12Resource _In_ UINT64 _In_ D3D12_PREDICATION_OP ID3D12GraphicsCommandListVtbl::Operation |
_In_ ID3D12CommandAllocator* ID3D12GraphicsCommandListVtbl::pAllocator |
_In_ ID3D12CommandSignature _In_ UINT _In_ ID3D12Resource* ID3D12GraphicsCommandListVtbl::pArgumentBuffer |
_In_ ID3D12Resource _In_ const D3D12_TILED_RESOURCE_COORDINATE _In_ const D3D12_TILE_REGION_SIZE _In_ ID3D12Resource* ID3D12GraphicsCommandListVtbl::pBuffer |
_In_opt_ ID3D12Resource* ID3D12GraphicsCommandListVtbl::pBuffer |
_In_ ID3D12GraphicsCommandList* ID3D12GraphicsCommandListVtbl::pCommandList |
_In_ ID3D12CommandSignature* ID3D12GraphicsCommandListVtbl::pCommandSignature |
_In_ ID3D12CommandSignature _In_ UINT _In_ ID3D12Resource _In_ UINT64 _In_opt_ ID3D12Resource* ID3D12GraphicsCommandListVtbl::pCountBuffer |
_In_ REFGUID _Inout_ UINT _Out_writes_bytes_opt_ pDataSize void* ID3D12GraphicsCommandListVtbl::pData |
_In_ REFGUID _In_opt_ const IUnknown* ID3D12GraphicsCommandListVtbl::pData |
_In_ REFGUID _Inout_ UINT* ID3D12GraphicsCommandListVtbl::pDataSize |
_In_ UINT _In_opt_ const D3D12_CPU_DESCRIPTOR_HANDLE _In_ BOOL _In_opt_ const D3D12_CPU_DESCRIPTOR_HANDLE* ID3D12GraphicsCommandListVtbl::pDepthStencilDescriptor |
_In_ ID3D12QueryHeap _In_ D3D12_QUERY_TYPE _In_ UINT _In_ UINT _In_ ID3D12Resource* ID3D12GraphicsCommandListVtbl::pDestinationBuffer |
_In_ const D3D12_TEXTURE_COPY_LOCATION* ID3D12GraphicsCommandListVtbl::pDst |
_In_ ID3D12Resource* ID3D12GraphicsCommandListVtbl::pDstBuffer |
_In_ ID3D12Resource * ID3D12GraphicsCommandListVtbl::pDstResource |
_In_ ID3D12CommandAllocator _In_opt_ ID3D12PipelineState* ID3D12GraphicsCommandListVtbl::pInitialState |
_In_opt_ ID3D12PipelineState* ID3D12GraphicsCommandListVtbl::pPipelineState |
_In_ ID3D12PipelineState* ID3D12GraphicsCommandListVtbl::pPipelineState |
REFIID _COM_Outptr_opt_ void** ID3D12GraphicsCommandListVtbl::ppvDevice |
BEGIN_INTERFACE REFIID _COM_Outptr_ void** ID3D12GraphicsCommandListVtbl::ppvObject |
_In_ ID3D12QueryHeap * ID3D12GraphicsCommandListVtbl::pQueryHeap |
_In_ ID3D12Resource _In_opt_ const D3D12_DISCARD_REGION* ID3D12GraphicsCommandListVtbl::pRegion |
_In_ UINT _In_opt_ const D3D12_CPU_DESCRIPTOR_HANDLE* ID3D12GraphicsCommandListVtbl::pRenderTargetDescriptors |
_In_ D3D12_GPU_DESCRIPTOR_HANDLE _In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ ID3D12Resource * ID3D12GraphicsCommandListVtbl::pResource |
_In_ ID3D12Resource* ID3D12GraphicsCommandListVtbl::pResource |
_In_ D3D12_PRIMITIVE_TOPOLOGY ID3D12GraphicsCommandListVtbl::PrimitiveTopology |
_In_opt_ ID3D12RootSignature * ID3D12GraphicsCommandListVtbl::pRootSignature |
_In_ const D3D12_TEXTURE_COPY_LOCATION UINT UINT UINT _In_ const D3D12_TEXTURE_COPY_LOCATION* ID3D12GraphicsCommandListVtbl::pSrc |
_In_ const D3D12_TEXTURE_COPY_LOCATION UINT UINT UINT _In_ const D3D12_TEXTURE_COPY_LOCATION _In_opt_ const D3D12_BOX* ID3D12GraphicsCommandListVtbl::pSrcBox |
_In_ ID3D12Resource UINT64 _In_ ID3D12Resource* ID3D12GraphicsCommandListVtbl::pSrcBuffer |
_In_ ID3D12Resource _In_ ID3D12Resource* ID3D12GraphicsCommandListVtbl::pSrcResource |
_In_ ID3D12Resource _In_ UINT _In_ ID3D12Resource* ID3D12GraphicsCommandListVtbl::pSrcResource |
_In_ ID3D12Resource* ID3D12GraphicsCommandListVtbl::pTiledResource |
_In_ ID3D12Resource _In_ const D3D12_TILED_RESOURCE_COORDINATE _In_ const D3D12_TILE_REGION_SIZE* ID3D12GraphicsCommandListVtbl::pTileRegionSize |
_In_ ID3D12Resource _In_ const D3D12_TILED_RESOURCE_COORDINATE* ID3D12GraphicsCommandListVtbl::pTileRegionStartCoordinate |
_In_opt_ const D3D12_INDEX_BUFFER_VIEW* ID3D12GraphicsCommandListVtbl::pView |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE ID3D12GraphicsCommandListVtbl::RenderTargetView |
BEGIN_INTERFACE REFIID ID3D12GraphicsCommandListVtbl::riid |
REFIID ID3D12GraphicsCommandListVtbl::riid |
_In_ UINT ID3D12GraphicsCommandListVtbl::RootParameterIndex |
_In_ UINT _In_opt_ const D3D12_CPU_DESCRIPTOR_HANDLE _In_ BOOL ID3D12GraphicsCommandListVtbl::RTsSingleHandleToDescriptorRange |
_In_ ID3D12Resource UINT64 _In_ ID3D12Resource UINT64 ID3D12GraphicsCommandListVtbl::SrcOffset |
_In_ ID3D12Resource _In_ UINT _In_ ID3D12Resource _In_ UINT ID3D12GraphicsCommandListVtbl::SrcSubresource |
_In_ ID3D12QueryHeap _In_ D3D12_QUERY_TYPE _In_ UINT ID3D12GraphicsCommandListVtbl::StartIndex |
_In_ UINT _In_ UINT _In_ UINT _In_ INT _In_ UINT ID3D12GraphicsCommandListVtbl::StartInstanceLocation |
_In_ UINT ID3D12GraphicsCommandListVtbl::StartSlot |
_In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ D3D12_CLEAR_FLAGS _In_ FLOAT _In_ UINT8 ID3D12GraphicsCommandListVtbl::Stencil |
_In_ UINT ID3D12GraphicsCommandListVtbl::StencilRef |
_In_ UINT ID3D12GraphicsCommandListVtbl::ThreadGroupCountX |
_In_ ID3D12QueryHeap _In_ D3D12_QUERY_TYPE ID3D12GraphicsCommandListVtbl::Type |
_In_ D3D12_GPU_DESCRIPTOR_HANDLE _In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ ID3D12Resource _In_ const UINT ID3D12GraphicsCommandListVtbl::Values[4] |
_In_ D3D12_GPU_DESCRIPTOR_HANDLE _In_ D3D12_CPU_DESCRIPTOR_HANDLE _In_ ID3D12Resource _In_ const FLOAT ID3D12GraphicsCommandListVtbl::Values[4] |
_In_ UINT ID3D12GraphicsCommandListVtbl::VertexCountPerInstance |
_In_ D3D12_GPU_DESCRIPTOR_HANDLE _In_ D3D12_CPU_DESCRIPTOR_HANDLE ID3D12GraphicsCommandListVtbl::ViewCPUHandle |
_In_ D3D12_GPU_DESCRIPTOR_HANDLE ID3D12GraphicsCommandListVtbl::ViewGPUHandleInCurrentHeap |