Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp447 if (Params->AddressV.has_value()) in parseStaticSampler()
448 Sampler.AddressV = Params->AddressV.value(); in parseStaticSampler()
780 if (Params.AddressV.has_value()) { in parseStaticSamplerParams()
788 auto AddressV = parseTextureAddressMode(TokenKind::kw_addressV); in parseStaticSamplerParams() local
789 if (!AddressV.has_value()) in parseStaticSamplerParams()
791 Params.AddressV = AddressV; in parseStaticSamplerParams()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp289 Sampler.AddressV = *Val; in parseStaticSampler()
470 if (!llvm::hlsl::rootsig::verifyAddress(Sampler.AddressV)) in validate()
471 return reportValueError(Ctx, "AddressV", Sampler.AddressV); in validate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h123 dxbc::TextureAddressMode AddressV = dxbc::TextureAddressMode::Wrap; member
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h121 std::optional<llvm::dxbc::TextureAddressMode> AddressV; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp338 NewSampler.AddressV = Param.AddressV; in writeParts()
H A DDXContainerYAML.cpp168 NewS.AddressV = S.AddressV; in create()
472 IO.mapOptional("AddressV", S.AddressV); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h650 uint32_t AddressV; member
664 sys::swapByteOrder(AddressV); in swapBytes()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLRootSignature.cpp194 << ", addressV = " << Sampler.AddressV in operator <<()
H A DRootSignatureMetadata.cpp170 Builder.getInt32(llvm::to_underlying(Sampler.AddressV))), in BuildStaticSampler()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DDXContainerRootSignature.cpp154 support::endian::write(BOS, S.AddressV, llvm::endianness::little); in write()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h170 uint32_t AddressV = llvm::to_underlying(dxbc::TextureAddressMode::Wrap);