|
| bool | operator== (const D3D12_VIEWPORT &l, const D3D12_VIEWPORT &r) |
| |
| bool | operator!= (const D3D12_VIEWPORT &l, const D3D12_VIEWPORT &r) |
| |
| bool | operator== (const D3D12_BOX &l, const D3D12_BOX &r) |
| |
| bool | operator!= (const D3D12_BOX &l, const D3D12_BOX &r) |
| |
| bool | operator== (const D3D12_HEAP_PROPERTIES &l, const D3D12_HEAP_PROPERTIES &r) |
| |
| bool | operator!= (const D3D12_HEAP_PROPERTIES &l, const D3D12_HEAP_PROPERTIES &r) |
| |
| bool | operator== (const D3D12_HEAP_DESC &l, const D3D12_HEAP_DESC &r) |
| |
| bool | operator!= (const D3D12_HEAP_DESC &l, const D3D12_HEAP_DESC &r) |
| |
| UINT | D3D12CalcSubresource (UINT MipSlice, UINT ArraySlice, UINT PlaneSlice, UINT MipLevels, UINT ArraySize) |
| |
| template<typename T , typename U , typename V > |
| void | D3D12DecomposeSubresource (UINT Subresource, UINT MipLevels, UINT ArraySize, _Out_ T &MipSlice, _Out_ U &ArraySlice, _Out_ V &PlaneSlice) |
| |
| UINT8 | D3D12GetFormatPlaneCount (_In_ ID3D12Device *pDevice, DXGI_FORMAT Format) |
| |
| bool | operator== (const D3D12_RESOURCE_DESC &l, const D3D12_RESOURCE_DESC &r) |
| |
| bool | operator!= (const D3D12_RESOURCE_DESC &l, const D3D12_RESOURCE_DESC &r) |
| |
| void | MemcpySubresource (_In_ const D3D12_MEMCPY_DEST *pDest, _In_ const D3D12_SUBRESOURCE_DATA *pSrc, SIZE_T RowSizeInBytes, UINT NumRows, UINT NumSlices) |
| |
| UINT64 | GetRequiredIntermediateSize (_In_ ID3D12Resource *pDestinationResource, _In_range_(0, D3D12_REQ_SUBRESOURCES) UINT FirstSubresource, _In_range_(0, D3D12_REQ_SUBRESOURCES - FirstSubresource) UINT NumSubresources) |
| |
| UINT64 | UpdateSubresources (_In_ ID3D12GraphicsCommandList *pCmdList, _In_ ID3D12Resource *pDestinationResource, _In_ ID3D12Resource *pIntermediate, _In_range_(0, D3D12_REQ_SUBRESOURCES) UINT FirstSubresource, _In_range_(0, D3D12_REQ_SUBRESOURCES - FirstSubresource) UINT NumSubresources, UINT64 RequiredSize, _In_reads_(NumSubresources) const D3D12_PLACED_SUBRESOURCE_FOOTPRINT *pLayouts, _In_reads_(NumSubresources) const UINT *pNumRows, _In_reads_(NumSubresources) const UINT64 *pRowSizesInBytes, _In_reads_(NumSubresources) const D3D12_SUBRESOURCE_DATA *pSrcData) |
| |
| UINT64 | UpdateSubresources (_In_ ID3D12GraphicsCommandList *pCmdList, _In_ ID3D12Resource *pDestinationResource, _In_ ID3D12Resource *pIntermediate, UINT64 IntermediateOffset, _In_range_(0, D3D12_REQ_SUBRESOURCES) UINT FirstSubresource, _In_range_(0, D3D12_REQ_SUBRESOURCES - FirstSubresource) UINT NumSubresources, _In_reads_(NumSubresources) D3D12_SUBRESOURCE_DATA *pSrcData) |
| |
| template<UINT MaxSubresources> |
| UINT64 | UpdateSubresources (_In_ ID3D12GraphicsCommandList *pCmdList, _In_ ID3D12Resource *pDestinationResource, _In_ ID3D12Resource *pIntermediate, UINT64 IntermediateOffset, _In_range_(0, MaxSubresources) UINT FirstSubresource, _In_range_(1, MaxSubresources - FirstSubresource) UINT NumSubresources, _In_reads_(NumSubresources) D3D12_SUBRESOURCE_DATA *pSrcData) |
| |
| bool | D3D12IsLayoutOpaque (D3D12_TEXTURE_LAYOUT Layout) |
| |
| ID3D12CommandList *const * | CommandListCast (ID3D12GraphicsCommandList *const *pp) |
| |