Searched refs:max_grf (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_reg_allocate.cpp90 if (prog_data->total_grf > max_grf) {
92 prog_data->total_grf, max_grf);
150 int base_reg_count = max_grf - first_assigned_grf;
H A Dbrw_fs_reg_allocate.cpp67 if (this->grf_used >= max_grf) {
69 this->grf_used, max_grf);
160 int base_reg_count = (max_grf - first_assigned_grf) / reg_width;
H A Dbrw_fs.h378 int max_grf; member in class:fs_visitor
H A Dbrw_vec4.h244 unsigned int max_grf; member in class:brw::vec4_visitor
H A Dbrw_fs_visitor.cpp2270 this->max_grf = intel->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF;
H A Dbrw_vec4_visitor.cpp2711 this->max_grf = intel->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF;

Completed in 6875 milliseconds