brw: Allow DPAS with BF on Gfx125
MTL doesn't support, but both ACM and ARL-H do.
Fixes: e384ccde28 ("brw: Expand EU validation for DPAS")
Reviewed-by: Rohan Garg <rohan.garg@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34506>
This commit is contained in:
@@ -3206,7 +3206,7 @@ TEST_P(validation_test, dpas_types)
|
||||
TV( F, F, F, HF, false),
|
||||
TV( F, F, HF, F, false),
|
||||
|
||||
TV( F, F, BF, BF, devinfo.ver >= 20),
|
||||
TV( F, F, BF, BF, true),
|
||||
TV(BF, BF, BF, BF, devinfo.ver >= 20),
|
||||
TV(BF, F, BF, BF, devinfo.ver >= 20),
|
||||
TV( F, BF, BF, BF, devinfo.ver >= 20),
|
||||
|
||||
Reference in New Issue
Block a user