LLVM 22.0.0git
|
#include "llvm/ObjectYAML/DXContainerYAML.h"
Public Member Functions | |
LLVM_ABI uint32_t | getEncodedFlags () const |
Public Attributes | |
uint32_t | RangeType |
uint32_t | NumDescriptors |
uint32_t | BaseShaderRegister |
uint32_t | RegisterSpace |
uint32_t | OffsetInDescriptorsFromTableStart |
Definition at line 94 of file DXContainerYAML.h.
uint32_t llvm::DXContainerYAML::DescriptorRangeYaml::getEncodedFlags | ( | ) | const |
Definition at line 207 of file DXContainerYAML.cpp.
uint32_t llvm::DXContainerYAML::DescriptorRangeYaml::BaseShaderRegister |
Definition at line 97 of file DXContainerYAML.h.
Referenced by llvm::readDescriptorRanges().
uint32_t llvm::DXContainerYAML::DescriptorRangeYaml::NumDescriptors |
Definition at line 96 of file DXContainerYAML.h.
Referenced by llvm::readDescriptorRanges().
uint32_t llvm::DXContainerYAML::DescriptorRangeYaml::OffsetInDescriptorsFromTableStart |
Definition at line 99 of file DXContainerYAML.h.
Referenced by llvm::readDescriptorRanges().
uint32_t llvm::DXContainerYAML::DescriptorRangeYaml::RangeType |
Definition at line 95 of file DXContainerYAML.h.
Referenced by llvm::readDescriptorRanges().
uint32_t llvm::DXContainerYAML::DescriptorRangeYaml::RegisterSpace |
Definition at line 98 of file DXContainerYAML.h.
Referenced by llvm::readDescriptorRanges().