Searched refs:UNDEFINED_VERTEX_ID (Results 1 – 7 of 7) 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()
121 if (vertex->vertex_id == UNDEFINED_VERTEX_ID && vbuf->vertex_ptr) { in emit_vertex()354 if (vbuf->max_vertices >= UNDEFINED_VERTEX_ID) in vbuf_alloc_vertices()355 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1; in vbuf_alloc_vertices()428 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1); in draw_vbuf_stage()
128 tmp->vertex_id = UNDEFINED_VERTEX_ID; in dup_vert()
62 header->vertex_id = UNDEFINED_VERTEX_ID; in initialize_vertex_header()
83 v->vertex_id = UNDEFINED_VERTEX_ID; in inject_front_face_info()
102 #define UNDEFINED_VERTEX_ID 0xffff macro
147 dst->vertex_id = UNDEFINED_VERTEX_ID; in interp()