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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp1223 int uniform_nr = inst->src[i].reg + inst->src[i].reg_offset; local
1224 if (uniform_nr < pull_uniform_base)
1229 fs_reg offset = fs_reg((unsigned)(((uniform_nr -
1243 inst->src[i].smear = (uniform_nr - pull_uniform_base) & 3;

Completed in 277 milliseconds