Home
last modified time | relevance | path

Searched refs:BorderColor (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLRootSignature.cpp108 const dxbc::StaticBorderColor &BorderColor) { in operator <<() argument
109 printEnum(OS, BorderColor, dxbc::getStaticBorderColors()); in operator <<()
199 << ", borderColor = " << Sampler.BorderColor in operator <<()
H A DRootSignatureValidations.cpp171 bool verifyBorderColor(uint32_t BorderColor) { in verifyBorderColor() argument
172 switch (BorderColor) { in verifyBorderColor()
H A DRootSignatureMetadata.cpp179 Builder.getInt32(llvm::to_underlying(Sampler.BorderColor))), in BuildStaticSampler()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp462 if (Params->BorderColor.has_value()) in parseStaticSampler()
463 Sampler.BorderColor = Params->BorderColor.value(); in parseStaticSampler()
850 if (Params.BorderColor.has_value()) { in parseStaticSamplerParams()
858 auto BorderColor = parseStaticBorderColor(TokenKind::kw_borderColor); in parseStaticSamplerParams() local
859 if (!BorderColor.has_value()) in parseStaticSamplerParams()
861 Params.BorderColor = BorderColor; in parseStaticSamplerParams()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DRootSignatureValidations.h41 LLVM_ABI bool verifyBorderColor(uint32_t BorderColor);
H A DHLSLRootSignature.h128 dxbc::StaticBorderColor BorderColor = dxbc::StaticBorderColor::OpaqueWhite; member
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp314 Sampler.BorderColor = *Val; in parseStaticSampler()
485 if (!llvm::hlsl::rootsig::verifyBorderColor(Sampler.BorderColor)) in validate()
486 return reportValueError(Ctx, "BorderColor", Sampler.BorderColor); in validate()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h126 std::optional<llvm::dxbc::StaticBorderColor> BorderColor; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp343 NewSampler.BorderColor = Param.BorderColor; in writeParts()
H A DDXContainerYAML.cpp173 NewS.BorderColor = S.BorderColor; in create()
477 IO.mapOptional("BorderColor", S.BorderColor); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h655 uint32_t BorderColor; member
669 sys::swapByteOrder(BorderColor); in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerRootSignature.cpp159 support::endian::write(BOS, S.BorderColor, llvm::endianness::little); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h176 uint32_t BorderColor =