Searched refs:first_non_payload_grf (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_reg_allocate.cpp71 hw_reg_mapping[0] = this->first_non_payload_grf;
149 int first_assigned_grf = this->first_non_payload_grf;
H A Dbrw_fs_reg_allocate.cpp51 hw_reg_mapping[0] = ALIGN(this->first_non_payload_grf, reg_width);
159 int first_assigned_grf = ALIGN(this->first_non_payload_grf, reg_width);
H A Dbrw_fs.h377 int first_non_payload_grf; member in class:fs_visitor
H A Dbrw_vec4.h243 int first_non_payload_grf; member in class:brw::vec4_visitor
H A Dbrw_vec4_emit.cpp153 this->first_non_payload_grf = reg;
H A Dbrw_fs.cpp1012 this->first_non_payload_grf = urb_start + c->prog_data.urb_read_length;
H A Dbrw_fs_visitor.cpp2269 this->first_non_payload_grf = 0;

Completed in 384 milliseconds