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 | OffsetInDescriptorsFromTableStart |
Definition at line 725 of file DXContainer.h.
|
inline |
Definition at line 731 of file DXContainer.h.
References BaseShaderRegister, NumDescriptors, OffsetInDescriptorsFromTableStart, RangeType, RegisterSpace, and llvm::sys::swapByteOrder().
uint32_t llvm::dxbc::RTS0::v1::DescriptorRange::BaseShaderRegister |
Definition at line 728 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::DescriptorRange::NumDescriptors |
Definition at line 727 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::DescriptorRange::OffsetInDescriptorsFromTableStart |
Definition at line 730 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::DescriptorRange::RangeType |
Definition at line 726 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::DescriptorRange::RegisterSpace |
Definition at line 729 of file DXContainer.h.
Referenced by swapBytes().