Searched refs:UNDEFINED_VERTEX_ID (Results 1 – 6 of 6) sorted by relevance
120 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()
133 if (vertex->vertex_id == UNDEFINED_VERTEX_ID && vbuf->vertex_ptr) { in emit_vertex()368 if(vbuf->max_vertices >= UNDEFINED_VERTEX_ID) in vbuf_alloc_vertices()369 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1; in vbuf_alloc_vertices()442 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1); in draw_vbuf_stage()
122 tmp->vertex_id = UNDEFINED_VERTEX_ID; in dup_vert()
60 header->vertex_id = UNDEFINED_VERTEX_ID; in initialize_vertex_header()
88 #define UNDEFINED_VERTEX_ID 0xffff macro
131 dst->vertex_id = UNDEFINED_VERTEX_ID; in interp()