Searched refs:max_vertices (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vs_ppc.c | 100 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()
|
D | draw_vs_exec.c | 111 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()
|
D | draw_pipe_vbuf.c | 69 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()
|
D | draw_pt_fetch_shade_pipeline_llvm.c | 64 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()
|
D | draw_pt_fetch_shade_pipeline.c | 57 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()
|
D | draw_pt_vsplit.c | 45 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()
|
D | draw_pt.h | 94 unsigned *max_vertices ); 162 unsigned *max_vertices );
|
D | draw_pt_vsplit_tmp.h | 53 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; \
|
D | draw_pt_emit.c | 52 unsigned *max_vertices) in draw_pt_emit_prepare() argument 115 *max_vertices = (draw->render->max_vertex_buffer_bytes / in draw_pt_emit_prepare()
|
D | draw_pt_fetch_emit.c | 93 unsigned *max_vertices ) in fetch_emit_prepare() argument 178 *max_vertices = (draw->render->max_vertex_buffer_bytes / in fetch_emit_prepare()
|
D | draw_pt_fetch_shade_emit.c | 72 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/ |
D | ViewportArray.geom | 3 layout(triangle_strip, max_vertices = 3) out;
|
/external/deqp/data/gles31/shaders/ |
D | linkage_geometry.test | 786 layout (triangle_strip, max_vertices=3) out; 824 layout (max_vertices=3) out;
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 285 unsigned max_vertices) in ureg_property_gs_max_vertices() argument 287 ureg->property_gs_max_vertices = max_vertices; in ureg_property_gs_max_vertices()
|
D | tgsi_ureg.h | 156 unsigned max_vertices);
|