intel/brw: Enable EU validation and compaction tests for Xe2

A few EU validation tests had to be updated to account for larger GRF,
extra supported types for 3-src instructions and the lack of AccWrEnable
in Xe2.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31299>
This commit is contained in:
Caio Oliveira
2024-09-20 21:14:16 -07:00
parent 8b1c5425a9
commit a0ea2a656f
2 changed files with 33 additions and 21 deletions
+2 -1
View File
@@ -214,7 +214,8 @@ INSTANTIATE_TEST_SUITE_P(
CompactParams{ 90, BRW_ALIGN_1 }, CompactParams{ 90, BRW_ALIGN_16 },
CompactParams{ 110, BRW_ALIGN_1 },
CompactParams{ 120, BRW_ALIGN_1 },
CompactParams{ 125, BRW_ALIGN_1 }
CompactParams{ 125, BRW_ALIGN_1 },
CompactParams{ 200, BRW_ALIGN_1 }
),
get_compact_params_name);