LLVM 20.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
void | swapBytes (Triple::EnvironmentType Stage) |
Public Attributes | |
PipelinePSVInfo | StageInfo |
uint32_t | MinimumWaveLaneCount |
uint32_t | MaximumWaveLaneCount |
Definition at line 303 of file DXContainer.h.
|
inline |
Definition at line 308 of file DXContainer.h.
References MaximumWaveLaneCount, MinimumWaveLaneCount, and llvm::sys::swapByteOrder().
Referenced by llvm::dxbc::PSV::v1::RuntimeInfo::swapBytes().
|
inline |
Definition at line 314 of file DXContainer.h.
References StageInfo, and llvm::dxbc::PipelinePSVInfo::swapBytes().
uint32_t llvm::dxbc::PSV::v0::RuntimeInfo::MaximumWaveLaneCount |
Definition at line 306 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::PSV::v0::RuntimeInfo::MinimumWaveLaneCount |
Definition at line 305 of file DXContainer.h.
Referenced by swapBytes().
PipelinePSVInfo llvm::dxbc::PSV::v0::RuntimeInfo::StageInfo |
Definition at line 304 of file DXContainer.h.
Referenced by swapBytes().