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 364 of file DXContainer.h.
|
inline |
Definition at line 371 of file DXContainer.h.
References GroupSharedBytesDependentOnViewID, GroupSharedBytesUsed, MaxOutputPrimitives, MaxOutputVertices, PayloadSizeInBytes, and llvm::sys::swapByteOrder().
uint32_t llvm::dxbc::MeshPSVInfo::GroupSharedBytesDependentOnViewID |
Definition at line 366 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint32_t llvm::dxbc::MeshPSVInfo::GroupSharedBytesUsed |
Definition at line 365 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint16_t llvm::dxbc::MeshPSVInfo::MaxOutputPrimitives |
Definition at line 369 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint16_t llvm::dxbc::MeshPSVInfo::MaxOutputVertices |
Definition at line 368 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint32_t llvm::dxbc::MeshPSVInfo::PayloadSizeInBytes |
Definition at line 367 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().