[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

@@ -42,7 +42,7 @@ entry_inputs_end_code_begin_compute_xe
array_buffer_load_xe(xe_texture_load_source, block_offset_guest),
array_buffer_load_xe(
xe_texture_load_source,
block_offset_guest ^
block_offset_guest +
(XeTextureLoadLocalXAddressXor(8u, 0u, load_info.is_tiled)
>> 3u))));
}