Searched refs:nr_vreg (Results 1 – 3 of 3) sorted by relevance
52 memset(&c->vreg[c->nr_vreg], 0, sizeof(*c->vreg)); in get_value()53 return &c->vreg[c->nr_vreg++]; in get_value()415 c->nr_vreg = 0; in brw_wm_pass0()
242 dst[i] = &c->vreg[c->nr_vreg++]; in alloc_contiguous_dest()
226 GLuint nr_vreg; member