Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp444 if (Params->AddressU.has_value()) in parseStaticSampler()
445 Sampler.AddressU = Params->AddressU.value(); in parseStaticSampler()
766 if (Params.AddressU.has_value()) { in parseStaticSamplerParams()
774 auto AddressU = parseTextureAddressMode(TokenKind::kw_addressU); in parseStaticSamplerParams() local
775 if (!AddressU.has_value()) in parseStaticSamplerParams()
777 Params.AddressU = AddressU; in parseStaticSamplerParams()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp284 Sampler.AddressU = *Val; in parseStaticSampler()
467 if (!llvm::hlsl::rootsig::verifyAddress(Sampler.AddressU)) in validate()
468 return reportValueError(Ctx, "AddressU", Sampler.AddressU); in validate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h122 dxbc::TextureAddressMode AddressU = dxbc::TextureAddressMode::Wrap; member
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h120 std::optional<llvm::dxbc::TextureAddressMode> AddressU; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp337 NewSampler.AddressU = Param.AddressU; in writeParts()
H A DDXContainerYAML.cpp167 NewS.AddressU = S.AddressU; in create()
471 IO.mapOptional("AddressU", S.AddressU); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h649 uint32_t AddressU; member
663 sys::swapByteOrder(AddressU); in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLRootSignature.cpp193 << ", addressU = " << Sampler.AddressU in operator <<()
H A DRootSignatureMetadata.cpp168 Builder.getInt32(llvm::to_underlying(Sampler.AddressU))), in BuildStaticSampler()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerRootSignature.cpp153 support::endian::write(BOS, S.AddressU, llvm::endianness::little); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h169 uint32_t AddressU = llvm::to_underlying(dxbc::TextureAddressMode::Wrap);