Searched refs:AddressW (Results 1 – 11 of 11) sorted by relevance
450 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() local803 if (!AddressW.has_value()) in parseStaticSamplerParams()805 Params.AddressW = AddressW; in parseStaticSamplerParams()
294 Sampler.AddressW = *Val; in parseStaticSampler()473 if (!llvm::hlsl::rootsig::verifyAddress(Sampler.AddressW)) in validate()474 return reportValueError(Ctx, "AddressW", Sampler.AddressW); in validate()
124 dxbc::TextureAddressMode AddressW = dxbc::TextureAddressMode::Wrap; member
122 std::optional<llvm::dxbc::TextureAddressMode> AddressW; member
339 NewSampler.AddressW = Param.AddressW; in writeParts()
169 NewS.AddressW = S.AddressW; in create()473 IO.mapOptional("AddressW", S.AddressW); in mapping()
651 uint32_t AddressW; member665 sys::swapByteOrder(AddressW); in swapBytes()
195 << ", addressW = " << Sampler.AddressW in operator <<()
172 Builder.getInt32(llvm::to_underlying(Sampler.AddressW))), in BuildStaticSampler()
155 support::endian::write(BOS, S.AddressW, llvm::endianness::little); in write()
171 uint32_t AddressW = llvm::to_underlying(dxbc::TextureAddressMode::Wrap);