[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:
@@ -42,7 +42,7 @@ entry_inputs_end_code_begin_compute_xe
|
||||
block_offset_guest),
|
||||
load_info.endian_32));
|
||||
++block_offset_host;
|
||||
block_offset_guest ^=
|
||||
block_offset_guest +=
|
||||
XeTextureLoadLocalXAddressXor(1u, 4u, load_info.is_tiled) >> 4u;
|
||||
array_buffer_store_xe(
|
||||
xe_texture_load_dest, block_offset_host,
|
||||
|
||||
Reference in New Issue
Block a user