OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_param_ref
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_pass0.c
102
static const struct brw_wm_ref *
get_param_ref
( struct brw_wm_compile *c,
function
152
c->constref[i].ref =
get_param_ref
(c, constval);
183
ref =
get_param_ref
(c, &c->fp->program.Base.LocalParams[idx][component]);
187
ref =
get_param_ref
(c, &c->env_param[idx][component]);
214
ref =
get_param_ref
(c, &plist->ParameterValues[idx][component].f );
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass0.c
102
static const struct brw_wm_ref *
get_param_ref
( struct brw_wm_compile *c,
function
152
c->constref[i].ref =
get_param_ref
(c, constval);
183
ref =
get_param_ref
(c, &c->fp->program.Base.LocalParams[idx][component]);
187
ref =
get_param_ref
(c, &c->env_param[idx][component]);
214
ref =
get_param_ref
(c, &plist->ParameterValues[idx][component].f );
Completed in 343 milliseconds