Searched refs:max_output_vertices (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.h80 unsigned max_output_vertices; member in struct:draw_geometry_shader
H A Ddraw_gs.c351 debug_assert(current_verts <= shader->max_output_vertices);
352 debug_assert(next_verts <= shader->max_output_vertices);
585 shader->max_output_vertices)
617 shader->max_output_vertices, max_out_prims,
824 gs->max_output_vertices =
828 if (!gs->max_output_vertices)
829 gs->max_output_vertices = 32;
831 /* Primitive boundary is bigger than max_output_vertices by one, because
833 * number of emitted vertices is bigger or equal to max_output_vertices and
840 gs->primitive_boundary = gs->max_output_vertices
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_gs.h81 unsigned max_output_vertices; member in struct:draw_geometry_shader
H A Ddraw_gs.c334 debug_assert(current_verts <= shader->max_output_vertices);
335 debug_assert(next_verts <= shader->max_output_vertices);
576 shader->max_output_vertices)
609 shader->max_output_vertices, max_out_prims,
818 gs->max_output_vertices =
822 if (!gs->max_output_vertices)
823 gs->max_output_vertices = 32;
825 /* Primitive boundary is bigger than max_output_vertices by one, because
827 * number of emitted vertices is bigger or equal to max_output_vertices and
834 gs->primitive_boundary = gs->max_output_vertices
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c3978 uint max_output_vertices; local in function:lp_build_tgsi_soa
3987 max_output_vertices =
3989 if (!max_output_vertices)
3990 max_output_vertices = 32;
3994 max_output_vertices);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c4573 uint max_output_vertices; local in function:lp_build_tgsi_soa
4582 max_output_vertices =
4584 if (!max_output_vertices)
4585 max_output_vertices = 32;
4589 max_output_vertices);

Completed in 21 milliseconds