| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_vbuf.c | 68 unsigned max_vertices; member in struct:vbuf_stage 103 if (vbuf->nr_vertices + nr > vbuf->max_vertices || 326 vbuf->max_vertices = vbuf->nr_vertices = 0; 351 vbuf->max_vertices = 354 if (vbuf->max_vertices >= UNDEFINED_VERTEX_ID) 355 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1; 364 (ushort) vbuf->max_vertices);
|
| H A D | draw_pt.h | 94 unsigned *max_vertices ); 169 unsigned *max_vertices );
|
| H A D | draw_vs_exec.c | 117 unsigned int max_vertices = MIN2(MAX_TGSI_VERTICES, count - i); local in function:vs_exec_run_linear 121 for (j = 0; j < max_vertices; j++) { 166 machine->NonHelperMask = (1 << max_vertices) - 1; 172 for (j = 0; j < max_vertices; j++) {
|
| H A D | draw_pt_emit.c | 56 unsigned *max_vertices) 127 *max_vertices = 0; 129 *max_vertices = (draw->render->max_vertex_buffer_bytes / 54 draw_pt_emit_prepare(struct pt_emit * emit,unsigned prim,unsigned * max_vertices) argument
|
| H A D | draw_pt_vsplit.c | 47 unsigned max_vertices; member in struct:vsplit_frontend 229 middle->prepare(middle, vsplit->prim, opt, &vsplit->max_vertices); 231 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices);
|
| H A D | draw_pt_fetch_shade_pipeline.c | 73 unsigned *max_vertices) 129 max_vertices ); 131 *max_vertices = MAX2( *max_vertices, 4096 ); 134 /* limit max fetches by limiting max_vertices */ 135 *max_vertices = 4096; 70 fetch_pipeline_prepare(struct draw_pt_middle_end * middle,unsigned prim,unsigned opt,unsigned * max_vertices) argument
|
| H A D | draw_pt_fetch_shade_pipeline_llvm.c | 150 unsigned *max_vertices ) 180 max_vertices ); 182 *max_vertices = MAX2( *max_vertices, 4096 ); 185 /* limit max fetches by limiting max_vertices */ 186 *max_vertices = 4096; 202 *max_vertices = *max_vertices & ~1; 147 llvm_middle_end_prepare(struct draw_pt_middle_end * middle,unsigned in_prim,unsigned opt,unsigned * max_vertices) argument
|
| H A D | draw_pt_vsplit_tmp.h | 58 if (icount > vsplit->max_vertices) 225 assert(icount <= vsplit->max_vertices); 280 const unsigned max_count_simple = vsplit->max_vertices; \
|
| H A D | draw_pt_fetch_emit.c | 93 unsigned *max_vertices ) 178 *max_vertices = (draw->render->max_vertex_buffer_bytes / 90 fetch_emit_prepare(struct draw_pt_middle_end * middle,unsigned prim,unsigned opt,unsigned * max_vertices) argument
|
| H A D | draw_pt_fetch_shade_emit.c | 72 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
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_vbuf.c | 68 unsigned max_vertices; member in struct:vbuf_stage 103 if (vbuf->nr_vertices + nr > vbuf->max_vertices || 328 vbuf->max_vertices = vbuf->nr_vertices = 0; 353 vbuf->max_vertices = 356 if (vbuf->max_vertices >= UNDEFINED_VERTEX_ID) 357 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1; 366 (ushort) vbuf->max_vertices);
|
| H A D | draw_pt.h | 94 unsigned *max_vertices ); 164 unsigned *max_vertices );
|
| H A D | draw_vs_exec.c | 120 unsigned int max_vertices = MIN2(MAX_TGSI_VERTICES, count - i); local in function:vs_exec_run_linear 124 for (j = 0; j < max_vertices; j++) { 169 machine->NonHelperMask = (1 << max_vertices) - 1; 175 for (j = 0; j < max_vertices; j++) {
|
| H A D | draw_pt_emit.c | 56 unsigned *max_vertices) 129 *max_vertices = 0; 131 *max_vertices = (draw->render->max_vertex_buffer_bytes / 54 draw_pt_emit_prepare(struct pt_emit * emit,unsigned prim,unsigned * max_vertices) argument
|
| H A D | draw_pt_vsplit.c | 47 unsigned max_vertices; member in struct:vsplit_frontend 229 middle->prepare(middle, vsplit->prim, opt, &vsplit->max_vertices); 231 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices);
|
| H A D | draw_pt_fetch_shade_pipeline.c | 73 unsigned *max_vertices) 129 max_vertices ); 131 *max_vertices = MAX2( *max_vertices, 4096 ); 134 /* limit max fetches by limiting max_vertices */ 135 *max_vertices = 4096; 70 fetch_pipeline_prepare(struct draw_pt_middle_end * middle,unsigned prim,unsigned opt,unsigned * max_vertices) argument
|
| H A D | draw_pt_vsplit_tmp.h | 58 if (icount > vsplit->max_vertices) 225 assert(icount <= vsplit->max_vertices); 280 const unsigned max_count_simple = vsplit->max_vertices; \
|
| H A D | draw_pt_fetch_shade_pipeline_llvm.c | 291 unsigned *max_vertices ) 323 max_vertices ); 325 *max_vertices = MAX2( *max_vertices, 4096 ); 328 /* limit max fetches by limiting max_vertices */ 329 *max_vertices = 4096; 345 *max_vertices = *max_vertices & ~1; 288 llvm_middle_end_prepare(struct draw_pt_middle_end * middle,unsigned in_prim,unsigned opt,unsigned * max_vertices) argument
|
| H A D | draw_pt_fetch_shade_emit.c | 72 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
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_gs_intrinsics.c | 65 * if (vertex_count < max_vertices) { 79 nir_ssa_def *max_vertices = local in function:rewrite_emit_vertex 82 /* Create: if (vertex_count < max_vertices) and insert it. 87 nir_push_if(b, nir_ilt(b, count, max_vertices));
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | test_isel.cpp | 95 layout(points, max_vertices = 1) out; 124 layout(points, max_vertices = 0) out;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ast_type.cpp | 322 if (q.flags.q.max_vertices) { 323 if (this->flags.q.max_vertices 325 this->max_vertices->merge_qualifier(q.max_vertices); 327 this->flags.q.max_vertices = 1; 328 this->max_vertices = q.max_vertices; 534 valid_out_mask.flags.q.max_vertices = 1; 875 Q(max_vertices);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ast_type.cpp | 321 if (q.flags.q.max_vertices) { 322 if (this->flags.q.max_vertices 324 this->max_vertices->merge_qualifier(q.max_vertices); 326 this->flags.q.max_vertices = 1; 327 this->max_vertices = q.max_vertices; 533 valid_out_mask.flags.q.max_vertices = 1; 872 bad.flags.q.max_vertices ? " max_vertices" [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 13.0.3.rst | 98 - i965: Allocate at least some URB space even when max_vertices = 0. 138 max_vertices
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_gs_intrinsics.c | 72 * if (vertex_count < max_vertices) { 95 nir_ssa_def *max_vertices = local in function:rewrite_emit_vertex 98 /* Create: if (vertex_count < max_vertices) and insert it. 103 nir_push_if(b, nir_ilt(b, count, max_vertices));
|