Searched refs:tmp_prims (Results 1 – 1 of 1) sorted by relevance
119 struct _mesa_prim *tmp_prims = NULL; in REBASE() local135 tmp_prims = malloc(sizeof(*prim) * nr_prims); in REBASE()137 if (tmp_prims == NULL) { in REBASE()143 tmp_prims[i] = prim[i]; in REBASE()144 tmp_prims[i].basevertex -= min_index; in REBASE()147 prim = tmp_prims; in REBASE()212 tmp_prims = malloc(sizeof(*prim) * nr_prims); in REBASE()214 if (tmp_prims == NULL) { in REBASE()223 tmp_prims[i] = prim[i]; in REBASE()224 tmp_prims[i].start -= min_index; in REBASE()[all …]