Home
last modified time | relevance | path

Searched defs:BorderColor (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h126 std::optional<llvm::dxbc::StaticBorderColor> BorderColor; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h128 dxbc::StaticBorderColor BorderColor = dxbc::StaticBorderColor::OpaqueWhite; member
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DRootSignatureValidations.cpp171 bool verifyBorderColor(uint32_t BorderColor) { in verifyBorderColor()
H A DHLSLRootSignature.cpp108 const dxbc::StaticBorderColor &BorderColor) { in operator <<()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp858 auto BorderColor = parseStaticBorderColor(TokenKind::kw_borderColor); in parseStaticSamplerParams() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h655 uint32_t BorderColor; member