HomeSort by relevance Sort by last modified time
    Searched refs:UNDEFINED_VERTEX_ID (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_util.c 120 stage->tmp[i]->vertex_id = UNDEFINED_VERTEX_ID;
132 ((struct vertex_header *)verts)->vertex_id = UNDEFINED_VERTEX_ID;
draw_pipe.h 127 tmp->vertex_id = UNDEFINED_VERTEX_ID;
draw_pipe_vbuf.c 134 if (vertex->vertex_id == UNDEFINED_VERTEX_ID && vbuf->vertex_ptr) {
377 if(vbuf->max_vertices >= UNDEFINED_VERTEX_ID)
378 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1;
451 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1);
draw_pt_post_vs.c 62 header->vertex_id = UNDEFINED_VERTEX_ID;
draw_pipe_unfilled.c 84 v->vertex_id = UNDEFINED_VERTEX_ID;
draw_private.h 102 #define UNDEFINED_VERTEX_ID 0xffff
draw_pipe_clip.c 152 dst->vertex_id = UNDEFINED_VERTEX_ID;

Completed in 171 milliseconds