LLVM 22.0.0git
|
#include "llvm/BinaryFormat/DXContainer.h"
Public Member Functions | |
void | swapBytes () |
Public Attributes | |
uint32_t | Filter |
uint32_t | AddressU |
uint32_t | AddressV |
uint32_t | AddressW |
float | MipLODBias |
uint32_t | MaxAnisotropy |
uint32_t | ComparisonFunc |
uint32_t | BorderColor |
float | MinLOD |
float | MaxLOD |
uint32_t | ShaderRegister |
uint32_t | RegisterSpace |
uint32_t | ShaderVisibility |
Definition at line 648 of file DXContainer.h.
|
inline |
Definition at line 662 of file DXContainer.h.
References AddressU, AddressV, AddressW, BorderColor, Filter, MaxAnisotropy, MaxLOD, MinLOD, MipLODBias, RegisterSpace, ShaderRegister, and llvm::sys::swapByteOrder().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::AddressU |
Definition at line 650 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::AddressV |
Definition at line 651 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::AddressW |
Definition at line 652 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::BorderColor |
Definition at line 656 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::ComparisonFunc |
Definition at line 655 of file DXContainer.h.
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::Filter |
Definition at line 649 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::MaxAnisotropy |
Definition at line 654 of file DXContainer.h.
Referenced by swapBytes().
float llvm::dxbc::RTS0::v1::StaticSampler::MaxLOD |
Definition at line 658 of file DXContainer.h.
Referenced by swapBytes().
float llvm::dxbc::RTS0::v1::StaticSampler::MinLOD |
Definition at line 657 of file DXContainer.h.
Referenced by swapBytes().
float llvm::dxbc::RTS0::v1::StaticSampler::MipLODBias |
Definition at line 653 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::RegisterSpace |
Definition at line 660 of file DXContainer.h.
Referenced by swapBytes(), and validateRootSignature().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::ShaderRegister |
Definition at line 659 of file DXContainer.h.
Referenced by swapBytes(), and validateRootSignature().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::ShaderVisibility |
Definition at line 661 of file DXContainer.h.