util: Remove size from linear_parent creation
authorCaio Oliveira <caio.oliveira@intel.com>
Mon, 18 Sep 2023 06:11:58 +0000 (23:11 -0700)
committerMarge Bot <emma+marge@anholt.net>
Mon, 25 Sep 2023 17:26:17 +0000 (17:26 +0000)
commitaec516ead66c74e7002b6918c4c94d2ebcb591c8
tree4821205698d21c632428cdf45de7c0db14438f3c
parent4519421db5f9863d380994cedafcd489ade9d715
util: Remove size from linear_parent creation

None of the callsites took advantage of this, so remove
the feature.  This will help to a next change that will
add an opaque type to represent a linear parent.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25280>
src/compiler/glsl/glcpp/glcpp-parse.y
src/compiler/glsl/glsl_parser_extras.cpp
src/compiler/glsl/glsl_symbol_table.cpp
src/compiler/glsl/opt_dead_code_local.cpp
src/compiler/glsl_types.cpp
src/compiler/nir/nir_opt_combine_stores.c
src/compiler/nir/nir_opt_copy_prop_vars.c
src/compiler/nir/tests/vars_tests.cpp
src/util/ralloc.c
src/util/ralloc.h