Searched refs:AddressV (Results 1 – 11 of 11) sorted by relevance
447 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() local789 if (!AddressV.has_value()) in parseStaticSamplerParams()791 Params.AddressV = AddressV; in parseStaticSamplerParams()
289 Sampler.AddressV = *Val; in parseStaticSampler()470 if (!llvm::hlsl::rootsig::verifyAddress(Sampler.AddressV)) in validate()471 return reportValueError(Ctx, "AddressV", Sampler.AddressV); in validate()
123 dxbc::TextureAddressMode AddressV = dxbc::TextureAddressMode::Wrap; member
121 std::optional<llvm::dxbc::TextureAddressMode> AddressV; member
338 NewSampler.AddressV = Param.AddressV; in writeParts()
168 NewS.AddressV = S.AddressV; in create()472 IO.mapOptional("AddressV", S.AddressV); in mapping()
650 uint32_t AddressV; member664 sys::swapByteOrder(AddressV); in swapBytes()
194 << ", addressV = " << Sampler.AddressV in operator <<()
170 Builder.getInt32(llvm::to_underlying(Sampler.AddressV))), in BuildStaticSampler()
154 support::endian::write(BOS, S.AddressV, llvm::endianness::little); in write()
170 uint32_t AddressV = llvm::to_underlying(dxbc::TextureAddressMode::Wrap);