intel: Drop program size pointer from vec4/fs assembly getters.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 27 Feb 2018 00:34:55 +0000 (16:34 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 2 Mar 2018 22:20:22 +0000 (14:20 -0800)
commit9fa95359df54f8de8219731e55d89abe816a43e8
tree674ed3dfef5cd381adefc81636aa2a805f291b2c
parentb04cf529f2e7bab6be22410d4be293aa5e650b03
intel: Drop program size pointer from vec4/fs assembly getters.

These days, we're just passing a pointer to a prog_data field, which
we already have access to.  We can just use it directly.

(In the past, it was a pointer to a separate value.)

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs.h
src/intel/compiler/brw_fs_generator.cpp
src/intel/compiler/brw_shader.cpp
src/intel/compiler/brw_vec4.cpp
src/intel/compiler/brw_vec4.h
src/intel/compiler/brw_vec4_generator.cpp
src/intel/compiler/brw_vec4_gs_visitor.cpp
src/intel/compiler/brw_vec4_tcs.cpp