Searched defs:max_vertices (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c111 unsigned int max_vertices = MIN2(MAX_TGSI_VERTICES, count - i); local
115 for (j = 0; j < max_vertices; j++) {
151 max_vertices > 1,
152 max_vertices > 2,
153 max_vertices > 3);
160 for (j = 0; j < max_vertices; j++) {
H A Ddraw_vs_ppc.c100 const uint max_vertices = MIN2(MAX_VERTICES, count - i); local
110 for (vert = 0; vert < max_vertices; vert++) {
135 for (vert = 0; vert < max_vertices; vert++) {
150 input = (const float (*)[4])((const char *)input + input_stride * max_vertices);
151 output = (float (*)[4])((char *)output + output_stride * max_vertices);
H A Ddraw_pt_emit.c52 unsigned *max_vertices)
115 *max_vertices = (draw->render->max_vertex_buffer_bytes /
50 draw_pt_emit_prepare(struct pt_emit *emit, unsigned prim, unsigned *max_vertices) argument
H A Ddraw_pt_fetch_shade_emit.c72 unsigned *max_vertices)
168 *max_vertices = (draw->render->max_vertex_buffer_bytes /
69 fse_prepare(struct draw_pt_middle_end *middle, unsigned prim, unsigned opt, unsigned *max_vertices) argument
H A Ddraw_pt_vsplit.c45 unsigned max_vertices; member in struct:vsplit_frontend
175 middle->prepare(middle, vsplit->prim, opt, &vsplit->max_vertices);
177 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices);
H A Ddraw_pipe_vbuf.c69 unsigned max_vertices; member in struct:vbuf_stage
111 if (vbuf->nr_vertices + nr > vbuf->max_vertices ||
341 vbuf->max_vertices = vbuf->nr_vertices = 0;
366 vbuf->max_vertices = vbuf->render->max_vertex_buffer_bytes / vbuf->vertex_size;
368 if(vbuf->max_vertices >= UNDEFINED_VERTEX_ID)
369 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1;
378 (ushort) vbuf->max_vertices);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c111 unsigned int max_vertices = MIN2(MAX_TGSI_VERTICES, count - i); local
115 for (j = 0; j < max_vertices; j++) {
151 max_vertices > 1,
152 max_vertices > 2,
153 max_vertices > 3);
160 for (j = 0; j < max_vertices; j++) {
H A Ddraw_vs_ppc.c100 const uint max_vertices = MIN2(MAX_VERTICES, count - i); local
110 for (vert = 0; vert < max_vertices; vert++) {
135 for (vert = 0; vert < max_vertices; vert++) {
150 input = (const float (*)[4])((const char *)input + input_stride * max_vertices);
151 output = (float (*)[4])((char *)output + output_stride * max_vertices);
H A Ddraw_pt_emit.c52 unsigned *max_vertices)
115 *max_vertices = (draw->render->max_vertex_buffer_bytes /
50 draw_pt_emit_prepare(struct pt_emit *emit, unsigned prim, unsigned *max_vertices) argument
H A Ddraw_pt_fetch_shade_emit.c72 unsigned *max_vertices)
168 *max_vertices = (draw->render->max_vertex_buffer_bytes /
69 fse_prepare(struct draw_pt_middle_end *middle, unsigned prim, unsigned opt, unsigned *max_vertices) argument
H A Ddraw_pt_vsplit.c45 unsigned max_vertices; member in struct:vsplit_frontend
175 middle->prepare(middle, vsplit->prim, opt, &vsplit->max_vertices);
177 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices);
H A Ddraw_pipe_vbuf.c69 unsigned max_vertices; member in struct:vbuf_stage
111 if (vbuf->nr_vertices + nr > vbuf->max_vertices ||
341 vbuf->max_vertices = vbuf->nr_vertices = 0;
366 vbuf->max_vertices = vbuf->render->max_vertex_buffer_bytes / vbuf->vertex_size;
368 if(vbuf->max_vertices >= UNDEFINED_VERTEX_ID)
369 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1;
378 (ushort) vbuf->max_vertices);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c285 unsigned max_vertices)
287 ureg->property_gs_max_vertices = max_vertices;
284 ureg_property_gs_max_vertices(struct ureg_program *ureg, unsigned max_vertices) argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c285 unsigned max_vertices)
287 ureg->property_gs_max_vertices = max_vertices;
284 ureg_property_gs_max_vertices(struct ureg_program *ureg, unsigned max_vertices) argument

Completed in 374 milliseconds