OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_vreg
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass0.c
52
memset(&c->vreg[c->
nr_vreg
], 0, sizeof(*c->vreg));
53
return &c->vreg[c->
nr_vreg
++];
415
c->
nr_vreg
= 0;
brw_wm_pass2.c
242
dst[i] = &c->vreg[c->
nr_vreg
++];
brw_wm.h
226
GLuint
nr_vreg
;
member in struct:brw_wm_compile
Completed in 1675 milliseconds