mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 15:50:11 +01:00
intel/compiler: Disable DPAS instructions on MTL
Reviewed-by: Mark Janes <markjanes@swizzler.org>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 3756f60558 ("intel/fs: DPAS lowering")
Closes: #10376
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26993>
This commit is contained in:
parent
a1e67b3933
commit
951e08fc18
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ brw_compiler_create(void *mem_ctx, const struct intel_device_info *devinfo)
|
|||
compiler->indirect_ubos_use_sampler = true;
|
||||
|
||||
compiler->lower_dpas = devinfo->verx10 < 125 ||
|
||||
intel_device_info_is_mtl(devinfo) ||
|
||||
debug_get_bool_option("INTEL_LOWER_DPAS", false);
|
||||
|
||||
/* There is no vec4 mode on Gfx10+, and we don't use it at all on Gfx8+. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue