HomeSort by relevance Sort by last modified time
    Searched refs:max_grf (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 90 if (prog_data->total_grf > max_grf) {
92 prog_data->total_grf, max_grf);
150 int base_reg_count = max_grf - first_assigned_grf;
brw_fs_reg_allocate.cpp 67 if (this->grf_used >= max_grf) {
69 this->grf_used, max_grf);
160 int base_reg_count = (max_grf - first_assigned_grf) / reg_width;
brw_fs.h 378 int max_grf; member in class:fs_visitor
brw_vec4.h 244 unsigned int max_grf; member in class:brw::vec4_visitor
brw_fs_visitor.cpp     [all...]
brw_vec4_visitor.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_reg_allocate.cpp 90 if (prog_data->total_grf > max_grf) {
92 prog_data->total_grf, max_grf);
150 int base_reg_count = max_grf - first_assigned_grf;
brw_fs_reg_allocate.cpp 67 if (this->grf_used >= max_grf) {
69 this->grf_used, max_grf);
160 int base_reg_count = (max_grf - first_assigned_grf) / reg_width;
brw_fs.h 378 int max_grf; member in class:fs_visitor
brw_vec4.h 244 unsigned int max_grf; member in class:brw::vec4_visitor
brw_fs_visitor.cpp     [all...]
brw_vec4_visitor.cpp     [all...]

Completed in 333 milliseconds