X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fintel%2Fcompiler%2Fbrw_vec4_visitor.cpp;h=f18fd9e38ee688edb177b931a61d061f6a17ec95;hb=5c5555a862754a5b43fee2abf4fc34e888d22a06;hp=3b60ddf9573ae8493e7c7788dd0f3a980547f1f9;hpb=dd2dc7e707b580b2db9b941df1edeaf6f179da60;p=mesa.git diff --git a/src/intel/compiler/brw_vec4_visitor.cpp b/src/intel/compiler/brw_vec4_visitor.cpp index 3b60ddf9573..f18fd9e38ee 100644 --- a/src/intel/compiler/brw_vec4_visitor.cpp +++ b/src/intel/compiler/brw_vec4_visitor.cpp @@ -1841,6 +1841,7 @@ vec4_visitor::vec4_visitor(const struct brw_compiler *compiler, prog_data(prog_data), fail_msg(NULL), first_non_payload_grf(0), + live_analysis(this), performance_analysis(this), need_all_constants_in_pull_buffer(false), no_spills(no_spills), shader_time_index(shader_time_index), @@ -1854,10 +1855,6 @@ vec4_visitor::vec4_visitor(const struct brw_compiler *compiler, memset(this->output_num_components, 0, sizeof(this->output_num_components)); - this->virtual_grf_start = NULL; - this->virtual_grf_end = NULL; - this->live_intervals = NULL; - this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; this->uniforms = 0;