Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h90 unsigned max_num_vertices; member
131 unsigned max_num_vertices; member
Dhud_context.c122 assert(hud->bg.num_vertices + 4 <= hud->bg.max_num_vertices); in hud_draw_background_quad()
177 assert(hud->text.num_vertices + num/4 + 4 <= hud->text.max_num_vertices); in hud_draw_string()
310 xoffset + (gr->pane->max_num_vertices - gr->index - 1) * 2 - 1, in hud_draw_graph_line_strip()
362 assert(hud->whitelines.num_vertices + num/2 + 8 <= hud->whitelines.max_num_vertices); in hud_pane_accumulate_vertices()
388 assert(hud->whitelines.num_vertices + num/2 + 2 <= hud->whitelines.max_num_vertices); in hud_pane_accumulate_vertices()
447 v->max_num_vertices = num_vertices; in hud_prepare_vertices()
885 pane->max_num_vertices = (x2 - x1 + 2) / 2; in hud_pane_create()
935 gr->vertices = MALLOC(pane->max_num_vertices * sizeof(float) * 2); in hud_pane_add_graph()
960 if (gr->index == gr->pane->max_num_vertices) { in hud_graph_add_value()
969 if (gr->num_vertices < gr->pane->max_num_vertices) { in hud_graph_add_value()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c279 unsigned max_num_vertices = 1 + (nggso->vertices[1] ? 1 : 0) + (nggso->vertices[2] ? 1 : 0); in build_streamout() local
527 for (unsigned i = 0; i < max_num_vertices; ++i) { in build_streamout()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2337 unsigned max_num_vertices = 1 + (nggso->vertices[1] ? 1 : 0) + in build_streamout() local
2623 for (unsigned i = 0; i < max_num_vertices; ++i) { in build_streamout()