Searched refs:nr_indices (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_prim_vbuf.c | 413 unsigned nr_indices; local in function:draw_arrays_fallback 415 nr_indices = draw_arrays_calc_nr_indices(nr, i915_render->fallback); 416 if (!nr_indices) 419 i915_vbuf_ensure_index_bounds(render, start + nr_indices); 427 if (!BEGIN_BATCH(1 + (nr_indices + 1) / 2)) { 435 if (!BEGIN_BATCH(1 + (nr_indices + 1) / 2)) { 438 nr_indices, (int)i915_winsys_batchbuffer_space(i915->batch)); 445 PRIM_INDIRECT_ELTS | nr_indices); 502 uint32_t nr_indices, unsigned type) 511 for (i = 0; i + 1 < nr_indices; 501 draw_generate_indices(struct vbuf_render * render,const ushort * indices,uint32_t nr_indices,unsigned type) argument 546 draw_calc_nr_indices(uint32_t nr_indices,unsigned type) argument 567 i915_vbuf_render_draw_elements(struct vbuf_render * render,const ushort * indices,uint32_t nr_indices) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_prim_vbuf.c | 454 unsigned nr_indices; local in function:draw_arrays_fallback 456 nr_indices = draw_arrays_calc_nr_indices(nr, i915_render->fallback); 457 if (!nr_indices) 460 i915_vbuf_ensure_index_bounds(render, start + nr_indices); 468 if (!BEGIN_BATCH(1 + (nr_indices + 1)/2)) { 476 if (!BEGIN_BATCH(1 + (nr_indices + 1)/2)) { 486 nr_indices); 548 uint nr_indices, 558 for (i = 0; i + 1 < nr_indices; i += 2) { 561 if (i < nr_indices) { 546 draw_generate_indices(struct vbuf_render * render,const ushort * indices,uint nr_indices,unsigned type) argument 593 draw_calc_nr_indices(uint nr_indices,unsigned type) argument 614 i915_vbuf_render_draw_elements(struct vbuf_render * render,const ushort * indices,uint nr_indices) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_vbuf.c | 74 unsigned nr_indices; member in struct:vbuf_stage 104 vbuf->nr_indices + nr > vbuf->max_indices) { 150 vbuf->indices[vbuf->nr_indices++] = emit_vertex(vbuf, prim->v[i]); 164 vbuf->indices[vbuf->nr_indices++] = emit_vertex(vbuf, prim->v[i]); 176 vbuf->indices[vbuf->nr_indices++] = emit_vertex(vbuf, prim->v[0]); 311 if (vbuf->nr_indices) { 314 vbuf->nr_indices); 316 vbuf->nr_indices = 0; 346 assert(!vbuf->nr_indices);
|
| H A D | draw_vbuf.h | 108 uint nr_indices );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_vbuf.c | 74 unsigned nr_indices; member in struct:vbuf_stage 104 vbuf->nr_indices + nr > vbuf->max_indices) { 150 vbuf->indices[vbuf->nr_indices++] = emit_vertex(vbuf, prim->v[i]); 164 vbuf->indices[vbuf->nr_indices++] = emit_vertex(vbuf, prim->v[i]); 176 vbuf->indices[vbuf->nr_indices++] = emit_vertex(vbuf, prim->v[0]); 313 if (vbuf->nr_indices) { 316 vbuf->nr_indices); 318 vbuf->nr_indices = 0; 348 assert(!vbuf->nr_indices);
|
| H A D | draw_vbuf.h | 113 uint nr_indices );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_swtnl_backend.c | 322 uint nr_indices) 330 size_t size = 2 * nr_indices; 353 svga_render->ibuf_offset, 2 * nr_indices, 373 nr_indices, 385 nr_indices, 320 svga_vbuf_render_draw_elements(struct vbuf_render * render,const ushort * indices,uint nr_indices) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_swtnl_backend.c | 317 uint nr_indices) 338 .count = nr_indices, 357 nr_indices), retried); 315 svga_vbuf_render_draw_elements(struct vbuf_render * render,const ushort * indices,uint nr_indices) argument
|
Completed in 16 milliseconds