[GPU] Change texture address local X offsetting back to addition

More likely to be emitted as an immediate load/store offset in host
hardware shaders.
This commit is contained in:
Triang3l
2026-01-14 00:15:08 +03:00
parent 6db6192170
commit 9535e610b0
134 changed files with 13776 additions and 13859 deletions

View File

@@ -62,7 +62,7 @@ entry_inputs_end_code_begin_compute_xe
xe_resolve_dest, dest_address,
XeEndianSwap128(float_bits_to_uint_xe(pixel_0),
resolve_info.dest_endian_128));
dest_address ^= XeResolveLocalXAddressXor(1u, 4u) >> 4u;
dest_address += XeResolveLocalXAddressXor(1u, 4u) >> 4u;
array_buffer_store_xe(
xe_resolve_dest, dest_address,
XeEndianSwap128(float_bits_to_uint_xe(pixel_1),