Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_legalize_ra.c572 int max_grf = -1; in trivial_allocation() local
588 if (reg > max_grf) in trivial_allocation()
589 max_grf = reg; in trivial_allocation()
607 if (reg > max_grf) in trivial_allocation()
608 max_grf = reg; in trivial_allocation()
612 if (max_grf + num_grf_per_vrf - 1 > end_grf) in trivial_allocation()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_reg_allocate.cpp82 if (prog_data->total_grf > max_grf) { in reg_allocate_trivial()
84 prog_data->total_grf, max_grf); in reg_allocate_trivial()
Dbrw_fs_reg_allocate.cpp66 if (this->grf_used >= max_grf) { in assign_regs_trivial()
68 this->grf_used, max_grf); in assign_regs_trivial()
Dbrw_vec4.h110 unsigned int max_grf; variable
Dbrw_fs.h321 unsigned max_grf; variable
Dbrw_fs_visitor.cpp934 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in init()
Dbrw_vec4_visitor.cpp1883 this->max_grf = devinfo->gen >= 7 ? GEN7_MRF_HACK_START : BRW_MAX_GRF; in vec4_visitor()