LLVM 20.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 216 of file DXContainer.h.
|
inline |
Definition at line 223 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 218 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint32_t llvm::dxbc::MeshPSVInfo::GroupSharedBytesUsed |
Definition at line 217 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint16_t llvm::dxbc::MeshPSVInfo::MaxOutputPrimitives |
Definition at line 221 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint16_t llvm::dxbc::MeshPSVInfo::MaxOutputVertices |
Definition at line 220 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().
uint32_t llvm::dxbc::MeshPSVInfo::PayloadSizeInBytes |
Definition at line 219 of file DXContainer.h.
Referenced by llvm::DXContainerYAML::PSVInfo::mapInfoForVersion(), and swapBytes().