LLVM 22.0.0git
|
Namespaces | |
namespace | v0 |
namespace | v1 |
namespace | v2 |
namespace | v3 |
Classes | |
struct | ResourceFlags |
Enumerations | |
enum class | SemanticKind : uint8_t |
enum class | ComponentType : uint8_t |
enum class | InterpolationMode : uint8_t |
enum class | ResourceType : uint32_t |
enum class | ResourceKind : uint32_t |
Functions | |
LLVM_ABI ArrayRef< EnumEntry< SemanticKind > > | getSemanticKinds () |
LLVM_ABI ArrayRef< EnumEntry< ComponentType > > | getComponentTypes () |
LLVM_ABI ArrayRef< EnumEntry< InterpolationMode > > | getInterpolationModes () |
LLVM_ABI ArrayRef< EnumEntry< ResourceType > > | getResourceTypes () |
LLVM_ABI ArrayRef< EnumEntry< ResourceKind > > | getResourceKinds () |
|
strong |
Definition at line 428 of file DXContainer.h.
|
strong |
Definition at line 435 of file DXContainer.h.
|
strong |
Definition at line 449 of file DXContainer.h.
|
strong |
Definition at line 442 of file DXContainer.h.
|
strong |
Definition at line 421 of file DXContainer.h.
ArrayRef< EnumEntry< PSV::ComponentType > > llvm::dxbc::PSV::getComponentTypes | ( | ) |
Definition at line 168 of file DXContainer.cpp.
References llvm::ArrayRef(), and ComponentTypeNames.
ArrayRef< EnumEntry< PSV::InterpolationMode > > llvm::dxbc::PSV::getInterpolationModes | ( | ) |
Definition at line 178 of file DXContainer.cpp.
References llvm::ArrayRef(), and InterpolationModeNames.
ArrayRef< EnumEntry< PSV::ResourceKind > > llvm::dxbc::PSV::getResourceKinds | ( | ) |
Definition at line 198 of file DXContainer.cpp.
References llvm::ArrayRef(), and ResourceKindNames.
ArrayRef< EnumEntry< PSV::ResourceType > > llvm::dxbc::PSV::getResourceTypes | ( | ) |
Definition at line 188 of file DXContainer.cpp.
References llvm::ArrayRef(), and ResourceTypeNames.
ArrayRef< EnumEntry< PSV::SemanticKind > > llvm::dxbc::PSV::getSemanticKinds | ( | ) |
Definition at line 158 of file DXContainer.cpp.
References llvm::ArrayRef(), and SemanticKindNames.