LLVM 22.0.0git
|
#include "llvm/ADT/BitmaskEnum.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/DXILABI.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/SwapByteOrder.h"
#include "llvm/TargetParser/Triple.h"
#include <stdint.h>
#include "DXContainerConstants.def"
#include "llvm/BinaryFormat/DXContainerConstants.def"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::dxbc |
namespace | llvm::dxbc::PSV |
namespace | llvm::dxbc::PSV::v0 |
namespace | llvm::dxbc::PSV::v1 |
namespace | llvm::dxbc::PSV::v2 |
namespace | llvm::dxbc::PSV::v3 |
namespace | llvm::dxbc::RTS0 |
namespace | llvm::dxbc::RTS0::v1 |
namespace | llvm::dxbc::RTS0::v2 |
Macros | |
#define | CONTAINER_PART(Part) |
#define | SHADER_FEATURE_FLAG(Num, DxilModuleNum, Val, Str) |
#define | ROOT_SIGNATURE_FLAG(Num, Val) |
#define | ROOT_DESCRIPTOR_FLAG(Num, Enum, Flag) |
#define | DESCRIPTOR_RANGE_FLAG(Num, Enum, Flag) |
#define | ROOT_PARAMETER(Val, Enum) |
#define | ROOT_PARAMETER(Val, Enum) |
#define | SHADER_VISIBILITY(Val, Enum) |
#define | SHADER_VISIBILITY(Val, Enum) |
#define | FILTER(Val, Enum) |
#define | FILTER(Val, Enum) |
#define | TEXTURE_ADDRESS_MODE(Val, Enum) |
#define | TEXTURE_ADDRESS_MODE(Val, Enum) |
#define | COMPARISON_FUNC(Val, Enum) |
#define | COMPARISON_FUNC(Val, Enum) |
#define | STATIC_BORDER_COLOR(Val, Enum) |
#define | STATIC_BORDER_COLOR(Val, Enum) |
#define | SEMANTIC_KIND(Val, Enum) |
#define | COMPONENT_TYPE(Val, Enum) |
#define | INTERPOLATION_MODE(Val, Enum) |
#define | RESOURCE_TYPE(Val, Enum) |
#define | RESOURCE_KIND(Val, Enum) |
#define | RESOURCE_FLAG(Index, Enum) |
#define | COMPONENT_PRECISION(Val, Enum) |
#define | D3D_SYSTEM_VALUE(Val, Enum) |
#define | COMPONENT_TYPE(Val, Enum) |
#define COMPARISON_FUNC | ( | Val, | |
Enum ) |
Definition at line 260 of file DXContainer.h.
#define COMPARISON_FUNC | ( | Val, | |
Enum ) |
Definition at line 260 of file DXContainer.h.
#define COMPONENT_PRECISION | ( | Val, | |
Enum ) |
Definition at line 615 of file DXContainer.h.
#define COMPONENT_TYPE | ( | Val, | |
Enum ) |
Definition at line 427 of file DXContainer.h.
#define COMPONENT_TYPE | ( | Val, | |
Enum ) |
Definition at line 427 of file DXContainer.h.
#define CONTAINER_PART | ( | Part | ) |
Definition at line 148 of file DXContainer.h.
#define D3D_SYSTEM_VALUE | ( | Val, | |
Enum ) |
Definition at line 622 of file DXContainer.h.
#define DESCRIPTOR_RANGE_FLAG | ( | Num, | |
Enum, | |||
Flag ) |
Definition at line 179 of file DXContainer.h.
#define FILTER | ( | Val, | |
Enum ) |
Definition at line 226 of file DXContainer.h.
#define FILTER | ( | Val, | |
Enum ) |
Definition at line 226 of file DXContainer.h.
#define INTERPOLATION_MODE | ( | Val, | |
Enum ) |
Definition at line 434 of file DXContainer.h.
#define RESOURCE_FLAG | ( | Index, | |
Enum ) |
Definition at line 455 of file DXContainer.h.
#define RESOURCE_KIND | ( | Val, | |
Enum ) |
Definition at line 448 of file DXContainer.h.
#define RESOURCE_TYPE | ( | Val, | |
Enum ) |
Definition at line 441 of file DXContainer.h.
#define ROOT_DESCRIPTOR_FLAG | ( | Num, | |
Enum, | |||
Flag ) |
Definition at line 170 of file DXContainer.h.
#define ROOT_PARAMETER | ( | Val, | |
Enum ) |
Definition at line 188 of file DXContainer.h.
#define ROOT_PARAMETER | ( | Val, | |
Enum ) |
Definition at line 188 of file DXContainer.h.
#define ROOT_SIGNATURE_FLAG | ( | Num, | |
Val ) |
Definition at line 161 of file DXContainer.h.
#define SEMANTIC_KIND | ( | Val, | |
Enum ) |
Definition at line 420 of file DXContainer.h.
#define SHADER_FEATURE_FLAG | ( | Num, | |
DxilModuleNum, | |||
Val, | |||
Str ) |
Definition at line 154 of file DXContainer.h.
#define SHADER_VISIBILITY | ( | Val, | |
Enum ) |
Definition at line 209 of file DXContainer.h.
#define SHADER_VISIBILITY | ( | Val, | |
Enum ) |
Definition at line 209 of file DXContainer.h.
#define STATIC_BORDER_COLOR | ( | Val, | |
Enum ) |
Definition at line 277 of file DXContainer.h.
#define STATIC_BORDER_COLOR | ( | Val, | |
Enum ) |
Definition at line 277 of file DXContainer.h.
#define TEXTURE_ADDRESS_MODE | ( | Val, | |
Enum ) |
Definition at line 243 of file DXContainer.h.
#define TEXTURE_ADDRESS_MODE | ( | Val, | |
Enum ) |
Definition at line 243 of file DXContainer.h.