return dst_reg(retype(brw_null_reg(), BRW_REGISTER_TYPE_UD));
}
- struct brw_vec4_compile *c;
- const struct brw_vec4_prog_key *key;
- struct brw_vec4_prog_data *prog_data;
+ struct brw_vec4_compile * const c;
+ const struct brw_vec4_prog_key * const key;
+ struct brw_vec4_prog_data * const prog_data;
unsigned int sanity_param_count;
char *fail_msg;
shader_time_shader_type st_base,
shader_time_shader_type st_written,
shader_time_shader_type st_reset)
- : sanity_param_count(0),
+ : c(c),
+ key(key),
+ prog_data(prog_data),
+ sanity_param_count(0),
fail_msg(NULL),
first_non_payload_grf(0),
need_all_constants_in_pull_buffer(false),
this->current_annotation = NULL;
memset(this->output_reg_annotation, 0, sizeof(this->output_reg_annotation));
- this->c = c;
this->prog = prog;
- this->key = key;
- this->prog_data = prog_data;
this->stage_prog_data = &prog_data->base;
this->variable_ht = hash_table_ctor(0,