Home
last modified time | relevance | path

Searched refs:AddressW (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp450 if (Params->AddressW.has_value()) in parseStaticSampler()
451 Sampler.AddressW = Params->AddressW.value(); in parseStaticSampler()
794 if (Params.AddressW.has_value()) { in parseStaticSamplerParams()
802 auto AddressW = parseTextureAddressMode(TokenKind::kw_addressW); in parseStaticSamplerParams() local
803 if (!AddressW.has_value()) in parseStaticSamplerParams()
805 Params.AddressW = AddressW; in parseStaticSamplerParams()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp294 Sampler.AddressW = *Val; in parseStaticSampler()
473 if (!llvm::hlsl::rootsig::verifyAddress(Sampler.AddressW)) in validate()
474 return reportValueError(Ctx, "AddressW", Sampler.AddressW); in validate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h124 dxbc::TextureAddressMode AddressW = dxbc::TextureAddressMode::Wrap; member
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h122 std::optional<llvm::dxbc::TextureAddressMode> AddressW; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp339 NewSampler.AddressW = Param.AddressW; in writeParts()
H A DDXContainerYAML.cpp169 NewS.AddressW = S.AddressW; in create()
473 IO.mapOptional("AddressW", S.AddressW); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h651 uint32_t AddressW; member
665 sys::swapByteOrder(AddressW); in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLRootSignature.cpp195 << ", addressW = " << Sampler.AddressW in operator <<()
H A DRootSignatureMetadata.cpp172 Builder.getInt32(llvm::to_underlying(Sampler.AddressW))), in BuildStaticSampler()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerRootSignature.cpp155 support::endian::write(BOS, S.AddressW, llvm::endianness::little); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h171 uint32_t AddressW = llvm::to_underlying(dxbc::TextureAddressMode::Wrap);