Searched refs:max_num_vertices (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h89 unsigned max_num_vertices; member in struct:hud_context::vertex_queue
130 unsigned max_num_vertices; member in struct:hud_pane
H A Dhud_context.c124 assert(hud->bg.num_vertices + 4 <= hud->bg.max_num_vertices);
179 assert(hud->text.num_vertices + num/4 + 4 <= hud->text.max_num_vertices);
312 xoffset + (gr->pane->max_num_vertices - gr->index - 1) * 2 - 1,
364 assert(hud->whitelines.num_vertices + num/2 + 8 <= hud->whitelines.max_num_vertices);
390 assert(hud->whitelines.num_vertices + num/2 + 2 <= hud->whitelines.max_num_vertices);
449 v->max_num_vertices = num_vertices;
894 pane->max_num_vertices = (x2 - x1 + 2) / 2;
944 gr->vertices = MALLOC(pane->max_num_vertices * sizeof(float) * 2);
969 if (gr->index == gr->pane->max_num_vertices) {
978 if (gr->num_vertices < gr->pane->max_num_vertices) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_private.h91 unsigned max_num_vertices; member in struct:hud_context::vertex_queue
132 unsigned max_num_vertices; member in struct:hud_pane
H A Dhud_context.c124 assert(hud->bg.num_vertices + 4 <= hud->bg.max_num_vertices);
179 assert(hud->text.num_vertices + num/4 + 4 <= hud->text.max_num_vertices);
312 xoffset + (gr->pane->max_num_vertices - gr->index - 1) * 2 - 1,
364 assert(hud->whitelines.num_vertices + num/2 + 8 <= hud->whitelines.max_num_vertices);
390 assert(hud->whitelines.num_vertices + num/2 + 2 <= hud->whitelines.max_num_vertices);
449 v->max_num_vertices = num_vertices;
893 pane->max_num_vertices = (x2 - x1 + 2) / 2;
943 gr->vertices = MALLOC(pane->max_num_vertices * sizeof(float) * 2);
968 if (gr->index == gr->pane->max_num_vertices) {
977 if (gr->num_vertices < gr->pane->max_num_vertices) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c283 unsigned max_num_vertices = 1 + (nggso->vertices[1] ? 1 : 0) + (nggso->vertices[2] ? 1 : 0); local in function:build_streamout
537 for (unsigned i = 0; i < max_num_vertices; ++i) {

Completed in 11 milliseconds