nir/lower_io: Add support for 32/64bit_global for shared

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6332>
This commit is contained in:
Jason Ekstrand
2020-08-18 10:27:41 -05:00
committed by Marge Bot
parent c50332fbc2
commit 57943112d9
2 changed files with 5 additions and 0 deletions

View File

@@ -654,6 +654,7 @@ system_value("aa_line_width", 1)
# BASE=0 for global/shader, BASE=1 for local/function
system_value("scratch_base_ptr", 0, bit_sizes=[32,64], indices=[BASE])
system_value("constant_base_ptr", 0, bit_sizes=[32,64])
system_value("shared_base_ptr", 0, bit_sizes=[32,64])
# Driver-specific viewport scale/offset parameters.
#