[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
|
||||
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))));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user