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 330 of file DXContainer.h.
|
inline |
Definition at line 335 of file DXContainer.h.
References MaximumWaveLaneCount, MinimumWaveLaneCount, and llvm::sys::swapByteOrder().
Referenced by llvm::dxbc::PSV::v1::RuntimeInfo::swapBytes().
|
inline |
Definition at line 341 of file DXContainer.h.
References StageInfo, and llvm::dxbc::PipelinePSVInfo::swapBytes().
uint32_t llvm::dxbc::PSV::v0::RuntimeInfo::MaximumWaveLaneCount |
Definition at line 333 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::PSV::v0::RuntimeInfo::MinimumWaveLaneCount |
Definition at line 332 of file DXContainer.h.
Referenced by swapBytes().
PipelinePSVInfo llvm::dxbc::PSV::v0::RuntimeInfo::StageInfo |
Definition at line 331 of file DXContainer.h.
Referenced by swapBytes().