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 685 of file DXContainer.h.
|
inline |
Definition at line 699 of file DXContainer.h.
References AddressU, AddressV, AddressW, BorderColor, ComparisonFunc, Filter, MaxAnisotropy, MaxLOD, MinLOD, MipLODBias, RegisterSpace, ShaderRegister, ShaderVisibility, and llvm::sys::swapByteOrder().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::AddressU |
Definition at line 687 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::AddressV |
Definition at line 688 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::AddressW |
Definition at line 689 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::BorderColor |
Definition at line 693 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::ComparisonFunc |
Definition at line 692 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::Filter |
Definition at line 686 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::MaxAnisotropy |
Definition at line 691 of file DXContainer.h.
Referenced by swapBytes().
float llvm::dxbc::RTS0::v1::StaticSampler::MaxLOD |
Definition at line 695 of file DXContainer.h.
Referenced by swapBytes().
float llvm::dxbc::RTS0::v1::StaticSampler::MinLOD |
Definition at line 694 of file DXContainer.h.
Referenced by swapBytes().
float llvm::dxbc::RTS0::v1::StaticSampler::MipLODBias |
Definition at line 690 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::RegisterSpace |
Definition at line 697 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::ShaderRegister |
Definition at line 696 of file DXContainer.h.
Referenced by swapBytes().
uint32_t llvm::dxbc::RTS0::v1::StaticSampler::ShaderVisibility |
Definition at line 698 of file DXContainer.h.
Referenced by swapBytes().