Home
last modified time | relevance | path

Searched refs:max_num_vertices (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h88 unsigned max_num_vertices; member
129 unsigned max_num_vertices; member
Dhud_context.c125 assert(hud->bg.num_vertices + 4 <= hud->bg.max_num_vertices); in hud_draw_background_quad()
180 assert(hud->text.num_vertices + num/4 + 4 <= hud->text.max_num_vertices); in hud_draw_string()
313 xoffset + (gr->pane->max_num_vertices - gr->index - 1) * 2 - 1, in hud_draw_graph_line_strip()
365 assert(hud->whitelines.num_vertices + num/2 + 8 <= hud->whitelines.max_num_vertices); in hud_pane_accumulate_vertices()
391 assert(hud->whitelines.num_vertices + num/2 + 2 <= hud->whitelines.max_num_vertices); in hud_pane_accumulate_vertices()
430 v->max_num_vertices = num_vertices; in hud_prepare_vertices()
865 pane->max_num_vertices = (x2 - x1 + 2) / 2; in hud_pane_create()
915 gr->vertices = MALLOC(pane->max_num_vertices * sizeof(float) * 2); in hud_pane_add_graph()
940 if (gr->index == gr->pane->max_num_vertices) { in hud_graph_add_value()
949 if (gr->num_vertices < gr->pane->max_num_vertices) { in hud_graph_add_value()