LLVM 22.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
Public Attributes | |
uint32_t | RangeType |
uint32_t | NumDescriptors |
uint32_t | BaseShaderRegister |
uint32_t | RegisterSpace |
uint32_t | Flags |
uint32_t | OffsetInDescriptorsFromTableStart |
Definition at line 762 of file DXContainer.h.
|
inline |
Definition at line 769 of file DXContainer.h.
References BaseShaderRegister, Flags, NumDescriptors, OffsetInDescriptorsFromTableStart, RangeType, RegisterSpace, and llvm::sys::swapByteOrder().
uint32_t llvm::dxbc::RTS0::v2::DescriptorRange::BaseShaderRegister |
Definition at line 765 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v2::DescriptorRange::Flags |
Definition at line 767 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v2::DescriptorRange::NumDescriptors |
Definition at line 764 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v2::DescriptorRange::OffsetInDescriptorsFromTableStart |
Definition at line 768 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v2::DescriptorRange::RangeType |
Definition at line 763 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v2::DescriptorRange::RegisterSpace |
Definition at line 766 of file DXContainer.h.
Referenced by swapBytes().