OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_fetch_elts
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_vsplit.c
59
ushort
num_fetch_elts
;
member in struct:vsplit_frontend::__anon14445
70
vsplit->cache.
num_fetch_elts
= 0;
78
vsplit->fetch_elts, vsplit->cache.
num_fetch_elts
,
98
vsplit->cache.draws[hash] = vsplit->cache.
num_fetch_elts
;
101
assert(vsplit->cache.
num_fetch_elts
< vsplit->segment_size);
102
vsplit->fetch_elts[vsplit->cache.
num_fetch_elts
++] = fetch;
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c
59
ushort
num_fetch_elts
;
member in struct:vsplit_frontend::__anon24810
70
vsplit->cache.
num_fetch_elts
= 0;
78
vsplit->fetch_elts, vsplit->cache.
num_fetch_elts
,
98
vsplit->cache.draws[hash] = vsplit->cache.
num_fetch_elts
;
101
assert(vsplit->cache.
num_fetch_elts
< vsplit->segment_size);
102
vsplit->fetch_elts[vsplit->cache.
num_fetch_elts
++] = fetch;
Completed in 275 milliseconds