mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
Fix horizontal stride translation.
This commit is contained in:
committed by
Damien Lespiau
parent
f2f18561e5
commit
d4c82e8278
+1
-1
@@ -413,7 +413,7 @@ region: LANGLE INTEGER COMMA INTEGER COMMA INTEGER RANGLE
|
||||
{
|
||||
$$.vert_stride = ffs($2);
|
||||
$$.width = ffs($4) - 1;
|
||||
$$.horiz_stride = ffs($6) - 1;
|
||||
$$.horiz_stride = ffs($6);
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user