Home
last modified time | relevance | path

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

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