Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_pass0.c139 for (i = 0; i < c->nr_constrefs; i++) { in get_const_ref()
146 if (c->nr_constrefs < BRW_WM_MAX_CONST) { in get_const_ref()
147 GLuint i = c->nr_constrefs++; in get_const_ref()
Dbrw_wm.h249 GLuint nr_constrefs; member