LLVM 22.0.0git
|
#include "llvm/Frontend/HLSL/RootSignatureValidations.h"
#include <cmath>
#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::hlsl |
namespace | llvm::hlsl::rootsig |
Macros | |
#define | FILTER(Num, Val) case llvm::to_underlying(dxbc::SamplerFilter::Val): |
#define | TEXTURE_ADDRESS_MODE(Num, Val) case llvm::to_underlying(dxbc::TextureAddressMode::Val): |
#define | COMPARISON_FUNC(Num, Val) case llvm::to_underlying(dxbc::ComparisonFunc::Val): |
#define | STATIC_BORDER_COLOR(Num, Val) case llvm::to_underlying(dxbc::StaticBorderColor::Val): |
#define COMPARISON_FUNC | ( | Num, | |
Val | |||
) | case llvm::to_underlying(dxbc::ComparisonFunc::Val): |
#define FILTER | ( | Num, | |
Val | |||
) | case llvm::to_underlying(dxbc::SamplerFilter::Val): |
#define STATIC_BORDER_COLOR | ( | Num, | |
Val | |||
) | case llvm::to_underlying(dxbc::StaticBorderColor::Val): |
#define TEXTURE_ADDRESS_MODE | ( | Num, | |
Val | |||
) | case llvm::to_underlying(dxbc::TextureAddressMode::Val): |