mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-15 10:14:56 +08:00
Correct programming of horizontal alignment on Xe Hpc
for linear surfaces we should program value of 128 Related-To: NEO-6466 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0dbac9cec7
commit
bf7b2674a5
@@ -1625,7 +1625,7 @@ typedef struct tagRENDER_SURFACE_STATE {
|
||||
SURFACE_HORIZONTAL_ALIGNMENT_HALIGN_32 = 0x1,
|
||||
SURFACE_HORIZONTAL_ALIGNMENT_HALIGN_64 = 0x2,
|
||||
SURFACE_HORIZONTAL_ALIGNMENT_HALIGN_128 = 0x3,
|
||||
SURFACE_HORIZONTAL_ALIGNMENT_HALIGN_DEFAULT = SURFACE_HORIZONTAL_ALIGNMENT_HALIGN_32,
|
||||
SURFACE_HORIZONTAL_ALIGNMENT_HALIGN_DEFAULT = SURFACE_HORIZONTAL_ALIGNMENT_HALIGN_128,
|
||||
} SURFACE_HORIZONTAL_ALIGNMENT;
|
||||
typedef enum tagSURFACE_VERTICAL_ALIGNMENT {
|
||||
SURFACE_VERTICAL_ALIGNMENT_VALIGN_4 = 0x1,
|
||||
|
||||
Reference in New Issue
Block a user