Home
last modified time | relevance | path

Searched refs:StaticBorderColor (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDXContainer.cpp132 #define STATIC_BORDER_COLOR(Val, Enum) {#Enum, StaticBorderColor::Enum},
134 static const EnumEntry<StaticBorderColor> StaticBorderColorValues[] = {
138 ArrayRef<EnumEntry<StaticBorderColor>> dxbc::getStaticBorderColors() { in getStaticBorderColors()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h128 dxbc::StaticBorderColor BorderColor = dxbc::StaticBorderColor::OpaqueWhite;
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h126 std::optional<llvm::dxbc::StaticBorderColor> BorderColor;
148 std::optional<llvm::dxbc::StaticBorderColor>
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h250 enum class StaticBorderColor : uint32_t { enum
254 LLVM_ABI ArrayRef<EnumEntry<StaticBorderColor>> getStaticBorderColors();
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLRootSignature.cpp108 const dxbc::StaticBorderColor &BorderColor) { in operator <<()
H A DRootSignatureValidations.cpp174 case llvm::to_underlying(dxbc::StaticBorderColor::Val): in verifyBorderColor()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h177 llvm::to_underlying(dxbc::StaticBorderColor::OpaqueWhite);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp1129 std::optional<llvm::dxbc::StaticBorderColor>
1149 return llvm::dxbc::StaticBorderColor::NAME; \ in parseStaticBorderColor()