Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp1794 int uniform_nr = inst->src[0].nr + inst->src[0].offset / 16; in move_uniform_array_access_to_pull_constants() local
1797 pull_constant_loc[uniform_nr + j] = 0; in move_uniform_array_access_to_pull_constants()
1824 int uniform_nr = inst->src[0].nr + inst->src[0].offset / 16; in move_uniform_array_access_to_pull_constants() local
1829 pull_constant_loc[uniform_nr], inst->src[1]); in move_uniform_array_access_to_pull_constants()
Dbrw_fs.cpp1392 int uniform_nr = inst->src[i].nr + inst->src[i].offset / 4; in assign_curb_setup() local
1394 if (uniform_nr >= 0 && uniform_nr < (int) uniforms) { in assign_curb_setup()
1395 constant_nr = push_constant_loc[uniform_nr]; in assign_curb_setup()