LLVM 22.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
Public Attributes | |
uint32_t | GroupSharedBytesUsed |
uint32_t | GroupSharedBytesDependentOnViewID |
uint32_t | PayloadSizeInBytes |
uint16_t | MaxOutputVertices |
uint16_t | MaxOutputPrimitives |
Definition at line 318 of file DXContainer.h.
|
inline |
Definition at line 325 of file DXContainer.h.
References GroupSharedBytesDependentOnViewID, GroupSharedBytesUsed, MaxOutputPrimitives, MaxOutputVertices, PayloadSizeInBytes, and llvm::sys::swapByteOrder().
Referenced by llvm::dxbc::PipelinePSVInfo::swapBytes().
uint32_t llvm::dxbc::MeshPSVInfo::GroupSharedBytesDependentOnViewID |
Definition at line 320 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint32_t llvm::dxbc::MeshPSVInfo::GroupSharedBytesUsed |
Definition at line 319 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint16_t llvm::dxbc::MeshPSVInfo::MaxOutputPrimitives |
Definition at line 323 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint16_t llvm::dxbc::MeshPSVInfo::MaxOutputVertices |
Definition at line 322 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint32_t llvm::dxbc::MeshPSVInfo::PayloadSizeInBytes |
Definition at line 321 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().