HomeSort by relevance Sort by last modified time
    Searched refs:UNDEFINED_VERTEX_ID (Results 1 - 6 of 6) 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 122 tmp->vertex_id = UNDEFINED_VERTEX_ID;
draw_pipe_vbuf.c 133 if (vertex->vertex_id == UNDEFINED_VERTEX_ID && vbuf->vertex_ptr) {
368 if(vbuf->max_vertices >= UNDEFINED_VERTEX_ID)
369 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1;
442 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1);
draw_pt_post_vs.c 60 header->vertex_id = UNDEFINED_VERTEX_ID;
draw_private.h 88 #define UNDEFINED_VERTEX_ID 0xffff
draw_pipe_clip.c 131 dst->vertex_id = UNDEFINED_VERTEX_ID;

Completed in 55 milliseconds