mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
microsoft/compiler: Stop lowering all I/O to temps
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26156>
This commit is contained in:
parent
d6dea13231
commit
c77f8b4db0
2 changed files with 0 additions and 2 deletions
|
|
@ -11,7 +11,6 @@ spec@arb_tessellation_shader@execution@tcs-output-unmatched,Crash
|
|||
spec@arb_tessellation_shader@execution@tcs-tes-levels-out-of-bounds-read,Crash
|
||||
spec@arb_tessellation_shader@execution@tcs-tes-levels-out-of-bounds-write,Crash
|
||||
spec@arb_tessellation_shader@execution@tcs-tes-max-in-out-patch-components,Crash
|
||||
spec@arb_tessellation_shader@execution@tes-tes-levels-out-of-bounds-read,Crash
|
||||
spec@arb_tessellation_shader@execution@tes-primitiveid,Fail
|
||||
spec@arb_tessellation_shader@execution@variable-indexing@tcs-input-array-dvec4-index-rd,Crash
|
||||
spec@arb_tessellation_shader@execution@variable-indexing@tcs-output-array-dvec4-index-wr,Crash
|
||||
|
|
|
|||
|
|
@ -111,7 +111,6 @@ nir_options = {
|
|||
.lower_insert_word = true,
|
||||
.lower_insert_byte = true,
|
||||
.lower_all_io_to_elements = true,
|
||||
.lower_all_io_to_temps = true,
|
||||
.lower_hadd = true,
|
||||
.lower_uadd_sat = true,
|
||||
.lower_usub_sat = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue