LLVM 20.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
Public Attributes | |
uint32_t | Stream |
uint32_t | NameOffset |
uint32_t | Index |
D3DSystemValue | SystemValue |
SigComponentType | CompType |
uint32_t | Register |
uint8_t | Mask |
uint8_t | ExclusiveMask |
uint16_t | Unused |
SigMinPrecision | MinPrecision |
Definition at line 480 of file DXContainer.h.
|
inline |
Definition at line 501 of file DXContainer.h.
References CompType, ExclusiveMask, Mask, MinPrecision, NameOffset, Stream, llvm::sys::swapByteOrder(), and SystemValue.
SigComponentType llvm::dxbc::ProgramSignatureElement::CompType |
Definition at line 487 of file DXContainer.h.
Referenced by swapBytes(), and llvm::mcdxbc::Signature::write().
uint8_t llvm::dxbc::ProgramSignatureElement::ExclusiveMask |
Definition at line 496 of file DXContainer.h.
Referenced by swapBytes(), and llvm::mcdxbc::Signature::write().
uint32_t llvm::dxbc::ProgramSignatureElement::Index |
Definition at line 485 of file DXContainer.h.
Referenced by llvm::mcdxbc::Signature::write().
uint8_t llvm::dxbc::ProgramSignatureElement::Mask |
Definition at line 489 of file DXContainer.h.
Referenced by swapBytes(), and llvm::mcdxbc::Signature::write().
SigMinPrecision llvm::dxbc::ProgramSignatureElement::MinPrecision |
Definition at line 499 of file DXContainer.h.
Referenced by swapBytes(), and llvm::mcdxbc::Signature::write().
uint32_t llvm::dxbc::ProgramSignatureElement::NameOffset |
Definition at line 483 of file DXContainer.h.
Referenced by swapBytes(), and llvm::mcdxbc::Signature::write().
uint32_t llvm::dxbc::ProgramSignatureElement::Register |
Definition at line 488 of file DXContainer.h.
Referenced by llvm::mcdxbc::Signature::write().
uint32_t llvm::dxbc::ProgramSignatureElement::Stream |
Definition at line 481 of file DXContainer.h.
Referenced by swapBytes(), and llvm::mcdxbc::Signature::write().
D3DSystemValue llvm::dxbc::ProgramSignatureElement::SystemValue |
Definition at line 486 of file DXContainer.h.
Referenced by swapBytes(), and llvm::mcdxbc::Signature::write().
uint16_t llvm::dxbc::ProgramSignatureElement::Unused |
Definition at line 498 of file DXContainer.h.