Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_pass0.c102 static const struct brw_wm_ref *get_param_ref( struct brw_wm_compile *c, in get_param_ref() function
152 c->constref[i].ref = get_param_ref(c, constval); in get_const_ref()
183 ref = get_param_ref(c, &c->fp->program.Base.LocalParams[idx][component]); in pass0_get_reg()
187 ref = get_param_ref(c, &c->env_param[idx][component]); in pass0_get_reg()
214 ref = get_param_ref(c, &plist->ParameterValues[idx][component].f ); in pass0_get_reg()