Home
last modified time | relevance | path

Searched refs:max_vertices (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_ppc.c100 const uint max_vertices = MIN2(MAX_VERTICES, count - i); in vs_ppc_run_linear() local
110 for (vert = 0; vert < max_vertices; vert++) { in vs_ppc_run_linear()
135 for (vert = 0; vert < max_vertices; vert++) { in vs_ppc_run_linear()
150 input = (const float (*)[4])((const char *)input + input_stride * max_vertices); in vs_ppc_run_linear()
151 output = (float (*)[4])((char *)output + output_stride * max_vertices); in vs_ppc_run_linear()
Ddraw_vs_exec.c111 unsigned int max_vertices = MIN2(MAX_TGSI_VERTICES, count - i); in vs_exec_run_linear() local
115 for (j = 0; j < max_vertices; j++) { in vs_exec_run_linear()
151 max_vertices > 1, in vs_exec_run_linear()
152 max_vertices > 2, in vs_exec_run_linear()
153 max_vertices > 3); in vs_exec_run_linear()
160 for (j = 0; j < max_vertices; j++) { in vs_exec_run_linear()
Ddraw_pipe_vbuf.c69 unsigned max_vertices; member
111 if (vbuf->nr_vertices + nr > vbuf->max_vertices || in check_space()
341 vbuf->max_vertices = vbuf->nr_vertices = 0; in vbuf_flush_vertices()
366 vbuf->max_vertices = vbuf->render->max_vertex_buffer_bytes / vbuf->vertex_size; in vbuf_alloc_vertices()
368 if(vbuf->max_vertices >= UNDEFINED_VERTEX_ID) in vbuf_alloc_vertices()
369 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1; in vbuf_alloc_vertices()
378 (ushort) vbuf->max_vertices); in vbuf_alloc_vertices()
Ddraw_pt_fetch_shade_pipeline_llvm.c64 unsigned *max_vertices ) in llvm_middle_end_prepare() argument
111 max_vertices ); in llvm_middle_end_prepare()
113 *max_vertices = MAX2( *max_vertices, 4096 ); in llvm_middle_end_prepare()
117 *max_vertices = 4096; in llvm_middle_end_prepare()
121 *max_vertices = *max_vertices & ~1; in llvm_middle_end_prepare()
Ddraw_pt_fetch_shade_pipeline.c57 unsigned *max_vertices ) in fetch_pipeline_prepare() argument
116 max_vertices ); in fetch_pipeline_prepare()
118 *max_vertices = MAX2( *max_vertices, 4096 ); in fetch_pipeline_prepare()
122 *max_vertices = 4096; in fetch_pipeline_prepare()
Ddraw_pt_vsplit.c45 unsigned max_vertices; member
175 middle->prepare(middle, vsplit->prim, opt, &vsplit->max_vertices); in vsplit_prepare()
177 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices); in vsplit_prepare()
Ddraw_pt.h94 unsigned *max_vertices );
162 unsigned *max_vertices );
Ddraw_pt_vsplit_tmp.h53 if (icount > vsplit->max_vertices) in CONCAT()
234 assert(icount <= vsplit->max_vertices); in vsplit_segment_simple_linear()
286 const unsigned max_count_simple = vsplit->max_vertices; \
Ddraw_pt_emit.c52 unsigned *max_vertices) in draw_pt_emit_prepare() argument
115 *max_vertices = (draw->render->max_vertex_buffer_bytes / in draw_pt_emit_prepare()
Ddraw_pt_fetch_emit.c93 unsigned *max_vertices ) in fetch_emit_prepare() argument
178 *max_vertices = (draw->render->max_vertex_buffer_bytes / in fetch_emit_prepare()
Ddraw_pt_fetch_shade_emit.c72 unsigned *max_vertices) in fse_prepare() argument
168 *max_vertices = (draw->render->max_vertex_buffer_bytes / in fse_prepare()
/external/deqp/external/vulkancts/data/vulkan/dynamic_state/
DViewportArray.geom3 layout(triangle_strip, max_vertices = 3) out;
/external/deqp/data/gles31/shaders/
Dlinkage_geometry.test786 layout (triangle_strip, max_vertices=3) out;
824 layout (max_vertices=3) out;
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c285 unsigned max_vertices) in ureg_property_gs_max_vertices() argument
287 ureg->property_gs_max_vertices = max_vertices; in ureg_property_gs_max_vertices()
Dtgsi_ureg.h156 unsigned max_vertices);