LLVM 22.0.0git
|
#include "llvm/MC/DXContainerRootSignature.h"
Public Member Functions | |
RootParameterInfo (dxbc::RootParameterType Type, dxbc::ShaderVisibility Visibility, size_t Location) |
Public Attributes | |
dxbc::RootParameterType | Type |
dxbc::ShaderVisibility | Visibility |
size_t | Location |
Definition at line 43 of file DXContainerRootSignature.h.
|
inline |
Definition at line 48 of file DXContainerRootSignature.h.
References Location, Type, and Visibility.
size_t llvm::mcdxbc::RootParameterInfo::Location |
Definition at line 46 of file DXContainerRootSignature.h.
Referenced by RootParameterInfo(), and validateRootSignature().
dxbc::RootParameterType llvm::mcdxbc::RootParameterInfo::Type |
Definition at line 44 of file DXContainerRootSignature.h.
Referenced by RootParameterInfo(), and validateRootSignature().
dxbc::ShaderVisibility llvm::mcdxbc::RootParameterInfo::Visibility |
Definition at line 45 of file DXContainerRootSignature.h.
Referenced by RootParameterInfo(), and validateRootSignature().