OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vert_cache
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_copy.c
84
}
vert_cache
[ELT_TABLE_SIZE];
member in struct:copy_context
219
copy->
vert_cache
[i].in = ~0;
252
if (copy->
vert_cache
[slot].in != elt) {
287
copy->
vert_cache
[slot].in = elt;
288
copy->
vert_cache
[slot].out = copy->dstbuf_nr++;
298
/* printf(" --> emit %d\n", copy->
vert_cache
[slot].out); */
299
copy->dstelt[copy->dstelt_nr++] = copy->
vert_cache
[slot].out;
630
copy.
vert_cache
[i].in = ~0;
/external/mesa3d/src/mesa/vbo/
vbo_split_copy.c
84
}
vert_cache
[ELT_TABLE_SIZE];
member in struct:copy_context
219
copy->
vert_cache
[i].in = ~0;
252
if (copy->
vert_cache
[slot].in != elt) {
287
copy->
vert_cache
[slot].in = elt;
288
copy->
vert_cache
[slot].out = copy->dstbuf_nr++;
298
/* printf(" --> emit %d\n", copy->
vert_cache
[slot].out); */
299
copy->dstelt[copy->dstelt_nr++] = copy->
vert_cache
[slot].out;
630
copy.
vert_cache
[i].in = ~0;
Completed in 329 milliseconds