/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_primitive_restart.c | 78 GLuint nr_prims, in can_cut_index_handle_prims() argument 95 for (unsigned i = 0; i < nr_prims; i++) { in can_cut_index_handle_prims() 131 GLuint nr_prims, in brw_handle_primitive_restart() argument 161 if (can_cut_index_handle_prims(ctx, prims, nr_prims, ib)) { in brw_handle_primitive_restart() 165 brw_draw_prims(ctx, prims, nr_prims, ib, GL_FALSE, -1, -1, in brw_handle_primitive_restart() 177 vbo_sw_primitive_restart(ctx, prims, nr_prims, ib, num_instances, in brw_handle_primitive_restart()
|
D | brw_draw.h | 49 GLuint nr_prims, 69 GLuint nr_prims,
|
D | brw_draw.c | 1137 GLuint nr_prims, in brw_draw_prims() argument 1157 if (brw_handle_primitive_restart(ctx, prims, nr_prims, ib, num_instances, in brw_draw_prims() 1171 _tnl_draw(ctx, prims, nr_prims, ib, index_bounds_valid, min_index, in brw_draw_prims() 1183 vbo_get_minmax_indices(ctx, prims, ib, &min_index, &max_index, nr_prims); in brw_draw_prims() 1193 for (i = 0; i < nr_prims; i++) { in brw_draw_prims()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_vbo_t.c | 243 const struct _mesa_prim *prims, GLuint nr_prims, 251 const struct _mesa_prim *prims, GLuint nr_prims, in vbo_maybe_split() argument 279 _tnl_split_prims(ctx, arrays, prims, nr_prims, ib, min_index, in vbo_maybe_split() 390 const struct _mesa_prim *prims, GLuint nr_prims, in vbo_draw_vbo() argument 402 for (i = 0; i < nr_prims; i++) { in vbo_draw_vbo() 440 const struct _mesa_prim *prims, GLuint nr_prims, in vbo_draw_imm() argument 457 for (i = 0; i < nr_prims; i++) { in vbo_draw_imm() 486 const struct _mesa_prim *prims, GLuint nr_prims, in TAG() 496 nr_prims); in TAG() 501 if (vbo_maybe_split(ctx, arrays, prims, nr_prims, ib, min_index, in TAG() [all …]
|
/external/mesa3d/src/mesa/tnl/ |
D | t_rebase.c | 106 GLuint nr_prims, in REBASE() 134 tmp_prims = malloc(sizeof(*prim) * nr_prims); in REBASE() 141 for (i = 0; i < nr_prims; i++) { in REBASE() 194 tmp_prims = malloc(sizeof(*prim) * nr_prims); in REBASE() 201 for (i = 0; i < nr_prims; i++) { in REBASE() 237 nr_prims, in REBASE()
|
D | t_split.c | 105 GLuint nr_prims, in _tnl_split_prims() argument 132 _tnl_split_copy(ctx, arrays, prim, nr_prims, ib, draw, limits); in _tnl_split_prims() 139 _tnl_split_inplace(ctx, arrays, prim, nr_prims, ib, in _tnl_split_prims() 153 _tnl_split_inplace(ctx, arrays, prim, nr_prims, ib, in _tnl_split_prims()
|
D | tnl.h | 105 GLuint nr_prims, 115 const struct _mesa_prim *prim, GLuint nr_prims, 171 GLuint nr_prims, 198 GLuint nr_prims,
|
D | t_draw.c | 402 GLuint nr_prims) in bind_prims() argument 408 VB->PrimitiveCount = nr_prims; in bind_prims() 426 GLuint nr_prims, in _tnl_draw_prims() argument 441 vbo_get_minmax_indices(ctx, prim, ib, &min_index, &max_index, nr_prims); in _tnl_draw_prims() 449 for (i = 1; i < nr_prims; i++) in _tnl_draw_prims() 454 for (i = 0; i < nr_prims; i++) in _tnl_draw_prims() 464 t_rebase_prims(ctx, arrays, prim, nr_prims, ib, in _tnl_draw_prims() 482 _tnl_split_prims(ctx, arrays, prim, nr_prims, ib, in _tnl_draw_prims() 498 for (i = 0; i < nr_prims;) { in _tnl_draw_prims() 505 for (this_nr_prims = 1; i + this_nr_prims < nr_prims; in _tnl_draw_prims() [all …]
|
D | t_split_inplace.c | 48 GLuint nr_prims; member 158 for (i = 0; i < split->nr_prims; i++) { in split_prims() 268 GLuint nr_prims, in _tnl_split_inplace() argument 282 split.nr_prims = nr_prims; in _tnl_split_inplace()
|
D | t_split.h | 56 GLuint nr_prims, 69 GLuint nr_prims,
|
D | t_split_copy.c | 58 GLuint nr_prims; member 151 GLuint nr_prims, in dump_draw_info() argument 157 for (i = 0; i < nr_prims; i++) { in dump_draw_info() 158 printf("Prim %u of %u\n", i, nr_prims); in dump_draw_info() 323 for (i = 0; i < copy->nr_prims; i++) { in replay_elts() 595 GLuint nr_prims, in _tnl_split_copy() argument 603 for (i = 0; i < nr_prims;) { in _tnl_split_copy() 608 for (this_nr_prims = 1; i + this_nr_prims < nr_prims; in _tnl_split_copy() 623 copy.nr_prims = this_nr_prims; in _tnl_split_copy()
|
D | t_rebase.h | 33 GLuint nr_prims,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_render.c | 177 int nr_prims = 0; in choose_render() local 190 nr_prims++; in choose_render() 201 cost_render = nr_prims; in choose_render()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_primitive_restart.c | 165 GLuint nr_prims, in vbo_sw_primitive_restart() argument 197 assert(nr_prims == 1); in vbo_sw_primitive_restart() 243 for (prim_num = 0; prim_num < nr_prims; prim_num++) { in vbo_sw_primitive_restart()
|
D | vbo_minmax_index.c | 368 GLuint nr_prims) in vbo_get_minmax_indices() argument 377 for (i = 0; i < nr_prims; i++) { in vbo_get_minmax_indices() 383 while ((i + 1 < nr_prims) && in vbo_get_minmax_indices()
|
D | vbo.h | 231 GLuint *min_index, GLuint *max_index, GLuint nr_prims); 236 GLuint nr_prims,
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_draw.c | 161 GLuint nr_prims, in st_draw_vbo() argument 194 nr_prims); in st_draw_vbo() 234 for (i = 0; i < nr_prims; i++) { in st_draw_vbo()
|
D | st_draw.h | 53 GLuint nr_prims,
|
D | st_draw_feedback.c | 98 GLuint nr_prims, in st_feedback_draw_vbo() argument 138 vbo_get_minmax_indices(ctx, prims, ib, &min_index, &max_index, nr_prims); in st_feedback_draw_vbo() 428 for (i = 0; i < nr_prims; i++) { in st_feedback_draw_vbo()
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | radeon_drm.h | 649 int nr_prims; member
|
/external/libdrm/include/drm/ |
D | radeon_drm.h | 649 int nr_prims; member
|
/external/kernel-headers/original/uapi/drm/ |
D | radeon_drm.h | 649 int nr_prims; member
|
/external/mesa3d/src/mesa/main/ |
D | dd.h | 554 const struct _mesa_prim *prims, GLuint nr_prims,
|