HomeSort by relevance Sort by last modified time
    Searched full:constant_nr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs.cpp 927 int constant_nr = inst->src[i].reg + inst->src[i].reg_offset; local
929 constant_nr / 8,
930 constant_nr % 8);
1122 int constant_nr = inst->src[i].reg + inst->src[i].reg_offset; local
1127 assert(constant_nr < (int)c->prog_data.nr_params);
1133 this->params_remap[constant_nr] = 0;
1173 int constant_nr = inst->src[i].reg + inst->src[i].reg_offset; local
1178 assert(this->params_remap[constant_nr] != -1);
1179 inst->src[i].reg = this->params_remap[constant_nr];
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 927 int constant_nr = inst->src[i].reg + inst->src[i].reg_offset; local
929 constant_nr / 8,
930 constant_nr % 8);
1122 int constant_nr = inst->src[i].reg + inst->src[i].reg_offset; local
1127 assert(constant_nr < (int)c->prog_data.nr_params);
1133 this->params_remap[constant_nr] = 0;
1173 int constant_nr = inst->src[i].reg + inst->src[i].reg_offset; local
1178 assert(this->params_remap[constant_nr] != -1);
1179 inst->src[i].reg = this->params_remap[constant_nr];
    [all...]

Completed in 472 milliseconds