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 679 of file DXContainer.h.
|
inline |
Definition at line 685 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 682 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::DescriptorRange::NumDescriptors |
Definition at line 681 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::DescriptorRange::OffsetInDescriptorsFromTableStart |
Definition at line 684 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::DescriptorRange::RangeType |
Definition at line 680 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::DescriptorRange::RegisterSpace |
Definition at line 683 of file DXContainer.h.
Referenced by swapBytes().