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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user