| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_split.c | 102 _tnl_split_prims(struct gl_context * ctx,const struct tnl_vertex_array arrays[],const struct _mesa_prim * prim,GLuint nr_prims,const struct _mesa_index_buffer * ib,GLuint min_index,GLuint max_index,GLuint num_instances,GLuint base_instance,tnl_draw_func draw,const struct split_limits * limits) argument
|
| H A D | t_split_inplace.c | 52 GLuint num_instances; member in struct:split_context 265 _tnl_split_inplace(struct gl_context * ctx,const struct tnl_vertex_array * arrays,const struct _mesa_prim * prim,GLuint nr_prims,const struct _mesa_index_buffer * ib,GLuint num_instances,GLuint base_instance,tnl_draw_func draw,const struct split_limits * limits) argument
|
| H A D | t_draw.c | 426 _tnl_draw_prims(struct gl_context * ctx,const struct tnl_vertex_array * arrays,const struct _mesa_prim * prim,GLuint nr_prims,const struct _mesa_index_buffer * ib,GLboolean index_bounds_valid,GLuint min_index,GLuint max_index,GLuint num_instances,GLuint base_instance) argument 636 _tnl_draw(struct gl_context * ctx,const struct _mesa_prim * prim,unsigned nr_prims,const struct _mesa_index_buffer * ib,bool index_bounds_valid,bool primitive_restart,unsigned restart_index,unsigned min_index,unsigned max_index,unsigned num_instances,unsigned base_instance) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | draw.h | 55 GLuint num_instances; member in struct:_mesa_prim
|
| H A D | draw_validate.c | 856 count_tessellated_primitives(GLenum mode, GLuint count, GLuint num_instances) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_draw.c | 389 st_draw_quad(struct st_context * st,float x0,float y0,float x1,float y1,float z,float s0,float t0,float s1,float t1,const float * color,unsigned num_instances) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_mc.c | 633 vl_mc_render_ycbcr(struct vl_mc *renderer, struct vl_mc_buffer *buffer, unsigned component, unsigned num_instances) argument
|
| H A D | vl_zscan.c | 596 vl_zscan_render(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer, unsigned num_instances) argument
|
| H A D | vl_idct.c | 820 vl_idct_flush(struct vl_idct *idct, struct vl_idct_buffer *buffer, unsigned num_instances) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_mc.c | 637 vl_mc_render_ycbcr(struct vl_mc *renderer, struct vl_mc_buffer *buffer, unsigned component, unsigned num_instances) argument
|
| H A D | vl_zscan.c | 600 vl_zscan_render(struct vl_zscan *zscan, struct vl_zscan_buffer *buffer, unsigned num_instances) argument
|
| H A D | vl_idct.c | 828 vl_idct_flush(struct vl_idct *idct, struct vl_idct_buffer *buffer, unsigned num_instances) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_draw.c | 291 st_draw_transform_feedback(struct gl_context * ctx,GLenum mode,unsigned num_instances,unsigned stream,struct gl_transform_feedback_object * tfb_vertcount) argument 422 st_draw_quad(struct st_context * st,float x0,float y0,float x1,float y1,float z,float s0,float t0,float s1,float t1,const float * color,unsigned num_instances) argument
|
| H A D | st_draw_feedback.c | 96 st_feedback_draw_vbo(struct gl_context * ctx,const struct _mesa_prim * prims,unsigned nr_prims,const struct _mesa_index_buffer * ib,bool index_bounds_valid,bool primitive_restart,unsigned restart_index,unsigned min_index,unsigned max_index,unsigned num_instances,unsigned base_instance) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_primitive_restart.c | 163 vbo_sw_primitive_restart_common_start(struct gl_context * ctx,const struct _mesa_prim * prims,GLuint nr_prims,const struct _mesa_index_buffer * ib,GLuint num_instances,GLuint base_instance,struct gl_buffer_object * indirect,GLsizeiptr indirect_offset,bool primitive_restart,unsigned restart_index) argument 276 vbo_sw_primitive_restart(struct gl_context * ctx,const struct _mesa_prim * prims,GLuint nr_prims,const struct _mesa_index_buffer * ib,GLuint num_instances,GLuint base_instance,struct gl_buffer_object * indirect,GLsizeiptr indirect_offset,bool primitive_restart,unsigned restart_index) argument 400 brw_handle_primitive_restart(struct gl_context * ctx,const struct _mesa_prim * prims,GLuint nr_prims,const struct _mesa_index_buffer * ib,GLuint num_instances,GLuint base_instance,bool primitive_restart,unsigned restart_index) argument [all...] |
| H A D | brw_draw.c | 159 brw_emit_prim(struct brw_context * brw,const struct _mesa_prim * prim,uint32_t hw_prim,bool is_indexed,GLuint num_instances,GLuint base_instance,struct brw_transform_feedback_object * xfb_obj,unsigned stream,bool is_indirect,GLsizeiptr indirect_offset) argument 928 gfx9_emit_preempt_wa(struct brw_context * brw,const struct _mesa_prim * prim,GLuint num_instances) argument 984 brw_draw_single_prim(struct gl_context * ctx,const struct _mesa_prim * prim,unsigned prim_id,bool is_indexed,GLuint num_instances,GLuint base_instance,struct brw_transform_feedback_object * xfb_obj,unsigned stream,GLsizeiptr indirect_offset) argument 1133 brw_draw_prims(struct gl_context * ctx,const struct _mesa_prim * prims,unsigned nr_prims,const struct _mesa_index_buffer * ib,bool index_bounds_valid,bool primitive_restart,unsigned restart_index,unsigned min_index,unsigned max_index,unsigned num_instances,unsigned base_instance) argument 1234 brw_draw_transform_feedback(struct gl_context * ctx,GLenum mode,unsigned num_instances,unsigned stream,struct gl_transform_feedback_object * gl_xfb_obj) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_vbo_t.c | 250 vbo_maybe_split(struct gl_context * ctx,const struct tnl_vertex_array * arrays,const struct _mesa_prim * prims,GLuint nr_prims,const struct _mesa_index_buffer * ib,GLuint min_index,GLuint max_index,GLuint num_instances,GLuint base_instance) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo.c | 769 unsigned num_instances = info->instance_count; local in function:nvc0_draw_stream_output
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_vbo.c | 717 unsigned num_instances = info->instance_count; local in function:nva0_draw_stream_output
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_vbo.c | 711 unsigned num_instances = info->instance_count; local in function:nva0_draw_stream_output
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | sfobjs.c | 586 FT_UShort num_instances; local in function:sfnt_init_face [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_perfcounter.h | 138 unsigned num_instances; member in struct:ac_pc_block
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo.c | 777 unsigned num_instances = info->instance_count; local in function:nvc0_draw_stream_output
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | glthread_draw.c | 110 upload_vertices(struct gl_context * ctx,unsigned user_buffer_mask,unsigned start_vertex,unsigned num_vertices,unsigned start_instance,unsigned num_instances,struct glthread_attrib_binding * buffers) argument
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | evergreen_state.h | 227 uint32_t num_instances; member in struct:__anon0a2b7a930808
|