Home
last modified time | relevance | path

Searched defs:AddressV (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h121 std::optional<llvm::dxbc::TextureAddressMode> AddressV; member
/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/lib/Parse/
H A DParseHLSLRootSignature.cpp788 auto AddressV = parseTextureAddressMode(TokenKind::kw_addressV); in parseStaticSamplerParams() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h650 uint32_t AddressV; member