mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 20:38:06 +02:00
On platforms where we don't support 64 bit instructions we shouldn't pass such instructions for the code generator to lower into supported instructions, because this makes their execution pipeline unpredictable to the scoreboard lowering pass on XeHP+ platforms. We really should be reducing all these 64 bit instructions before code generation, so here we add an assert to help us catch and fix these cases more easily. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> [ Francisco Jerez: Also allow has_integer_dword_mul. ] Reviewed-by: Francisco Jerez <currojerez@riseup.net> Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14273> |
||
|---|---|---|
| .. | ||
| amd | ||
| android_stub | ||
| asahi | ||
| broadcom | ||
| compiler | ||
| drm-shim | ||
| egl | ||
| etnaviv | ||
| freedreno | ||
| gallium | ||
| gbm | ||
| getopt | ||
| glx | ||
| gtest | ||
| hgl | ||
| imgui | ||
| intel | ||
| loader | ||
| mapi | ||
| mesa | ||
| microsoft | ||
| nouveau | ||
| panfrost | ||
| tool | ||
| util | ||
| virtio | ||
| vulkan | ||
| meson.build | ||