| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_draw.h | 46 enum a4xx_index_size idx_type, uint32_t max_indices, 72 OUT_RING(ring, max_indices); 90 uint32_t max_indices, idx_offset; local in function:fd5_draw_emit 99 max_indices = idx->width0 / info->index_size; 107 OUT_RING(ring, A5XX_CP_DRAW_INDX_INDIRECT_3_MAX_INDICES(max_indices)); 127 max_indices = idx_buffer->width0 / info->index_size; 133 max_indices = 0; 139 info->instance_count, idx_type, max_indices, idx_offset, 43 fd5_draw(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,enum pc_di_src_sel src_sel,uint32_t count,uint32_t instances,enum a4xx_index_size idx_type,uint32_t max_indices,uint32_t idx_offset,struct pipe_resource * idx_buffer) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_split.c | 113 if (limits->max_indices == 0) { 132 else if (ib->count > limits->max_indices) {
|
| H A D | tnl.h | 192 GLuint max_indices; member in struct:split_limits
|
| H A D | t_split_inplace.c | 293 split.limit = ib ? limits->max_indices : limits->max_verts;
|
| H A D | t_draw.c | 485 limits.max_indices = ~0;
|
| H A D | t_split_copy.c | 544 copy->dstelt_size = MIN2(copy->dstelt_size, copy->limits->max_indices);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_split.c | 115 if (limits->max_indices == 0) { 134 else if (ib->count > limits->max_indices) {
|
| H A D | tnl.h | 190 GLuint max_indices; member in struct:split_limits
|
| H A D | t_split_inplace.c | 293 split.limit = ib ? limits->max_indices : limits->max_verts;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_vbuf.h | 59 unsigned max_indices; member in struct:vbuf_render
|
| H A D | draw_pipe_vbuf.c | 73 unsigned max_indices; member in struct:vbuf_stage 104 vbuf->nr_indices + nr > vbuf->max_indices) { 428 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1); 430 vbuf->indices = (ushort *) align_malloc(vbuf->max_indices *
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_vbuf.h | 59 unsigned max_indices; member in struct:vbuf_render
|
| H A D | draw_pipe_vbuf.c | 73 unsigned max_indices; member in struct:vbuf_stage 104 vbuf->nr_indices + nr > vbuf->max_indices) { 430 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1); 432 vbuf->indices = (ushort *) align_malloc(vbuf->max_indices *
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_draw.h | 52 enum a4xx_index_size idx_type, uint32_t max_indices, 78 OUT_RING(ring, max_indices); 49 fd4_draw(struct fd_batch * batch,struct fd_ringbuffer * ring,enum pc_di_primtype primtype,enum pc_di_vis_cull_mode vismode,enum pc_di_src_sel src_sel,uint32_t count,uint32_t instances,enum a4xx_index_size idx_type,uint32_t max_indices,uint32_t idx_offset,struct pipe_resource * idx_buffer) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_draw.c | 83 unsigned max_indices = (idx->width0 - index_offset) / info->index_size; local in function:draw_emit_indirect 88 A5XX_CP_DRAW_INDX_INDIRECT_3(.max_indices = max_indices), 105 unsigned max_indices = local in function:draw_emit 114 A5XX_CP_DRAW_INDX_OFFSET_6(.max_indices = max_indices));
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.1.rst | 63 - freedreno/a5xx: Fix indirect draw max_indices calculation
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_swtnl_backend.c | 399 svga_render->base.max_indices = 65536;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_swtnl_backend.c | 429 svga_render->base.max_indices = 65536;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_prim_vbuf.c | 662 i915_render->base.max_indices = (4096 - 430 * 4) / 2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_prim_vbuf.c | 653 cvbr->base.max_indices = SP_MAX_VBUF_INDEXES;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_prim_vbuf.c | 714 i915_render->base.max_indices = (4096 - 430 * 4) / 2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_vbuf.c | 588 setup->base.max_indices = LP_MAX_VBUF_INDEXES;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_draw.c | 481 r->base.max_indices = 16 * 1024;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_vbo_t.c | 276 .max_indices = idx_avail,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_draw.c | 483 r->base.max_indices = 16 * 1024;
|