Home
last modified time | relevance | path

Searched refs:UNDEFINED_VERTEX_ID (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_util.c120 stage->tmp[i]->vertex_id = UNDEFINED_VERTEX_ID; in draw_reset_vertex_ids()
132 ((struct vertex_header *)verts)->vertex_id = UNDEFINED_VERTEX_ID; in draw_reset_vertex_ids()
Ddraw_pipe_vbuf.c134 if (vertex->vertex_id == UNDEFINED_VERTEX_ID && vbuf->vertex_ptr) { in emit_vertex()
377 if(vbuf->max_vertices >= UNDEFINED_VERTEX_ID) in vbuf_alloc_vertices()
378 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1; in vbuf_alloc_vertices()
451 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1); in draw_vbuf_stage()
Ddraw_pipe.h127 tmp->vertex_id = UNDEFINED_VERTEX_ID; in dup_vert()
Ddraw_pt_post_vs.c62 header->vertex_id = UNDEFINED_VERTEX_ID; in initialize_vertex_header()
Ddraw_private.h102 #define UNDEFINED_VERTEX_ID 0xffff macro
Ddraw_pipe_unfilled.c84 v->vertex_id = UNDEFINED_VERTEX_ID; in inject_front_face_info()
Ddraw_pipe_clip.c152 dst->vertex_id = UNDEFINED_VERTEX_ID; in interp()