Searched refs:close_first (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_split_prim.h22 uint close_first:1; member in struct:util_split_prim
32 s->close_first = 1;
35 s->close_first = 0;
58 if ((s->p_end - s->p_start) + s->close_first <= max_verts) {
60 if (s->close_first)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_split_prim.h22 uint close_first:1; member in struct:util_split_prim
32 s->close_first = 1;
35 s->close_first = 0;
58 if ((s->p_end - s->p_start) + s->close_first <= max_verts) {
60 if (s->close_first)

Completed in 2 milliseconds