Searched refs:UNDEFINED_VERTEX_ID (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_util.c120 stage->tmp[i]->vertex_id = UNDEFINED_VERTEX_ID;
132 ((struct vertex_header *)verts)->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_pipe.h127 tmp->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_pipe_vbuf.c121 if (vertex->vertex_id == UNDEFINED_VERTEX_ID && vbuf->vertex_ptr) {
354 if (vbuf->max_vertices >= UNDEFINED_VERTEX_ID)
355 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1;
428 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1);
H A Ddraw_pt_post_vs.c62 header->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_pipe_unfilled.c83 v->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_private.h102 #define UNDEFINED_VERTEX_ID 0xffff macro
H A Ddraw_pipe_clip.c147 dst->vertex_id = UNDEFINED_VERTEX_ID;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_util.c120 stage->tmp[i]->vertex_id = UNDEFINED_VERTEX_ID;
132 ((struct vertex_header *)verts)->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_pipe.h128 tmp->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_pipe_vbuf.c121 if (vertex->vertex_id == UNDEFINED_VERTEX_ID && vbuf->vertex_ptr) {
356 if (vbuf->max_vertices >= UNDEFINED_VERTEX_ID)
357 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1;
430 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1);
H A Ddraw_pt_post_vs.c62 header->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_pipe_unfilled.c83 v->vertex_id = UNDEFINED_VERTEX_ID;
H A Ddraw_private.h133 #define UNDEFINED_VERTEX_ID 0xffff macro
H A Ddraw_pipe_clip.c147 dst->vertex_id = UNDEFINED_VERTEX_ID;

Completed in 10 milliseconds