Searched defs:arrays (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_split.c102 _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,tnl_draw_func draw,const struct split_limits * limits) argument
H A Dt_split_inplace.c267 _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 min_index,GLuint max_index,tnl_draw_func draw,const struct split_limits * limits) argument
H A Dt_draw.c429 _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,struct gl_transform_feedback_object * tfb_vertcount,unsigned stream,struct gl_buffer_object * indirect) argument
646 const struct tnl_vertex_array* arrays = _tnl_bind_inputs(ctx); local in function:_tnl_draw
[all...]
H A Dt_split_copy.c149 dump_draw_info(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) argument
592 _tnl_split_copy(struct gl_context * ctx,const struct tnl_vertex_array * arrays,const struct _mesa_prim * prim,GLuint nr_prims,const struct _mesa_index_buffer * ib,tnl_draw_func draw,const struct split_limits * limits) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_split.c102 _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 Dt_split_inplace.c265 _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 Dt_draw.c426 _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
645 const struct tnl_vertex_array* arrays = _tnl_bind_inputs(ctx); local in function:_tnl_draw
[all...]
H A Dt_split_copy.c149 dump_draw_info(const struct tnl_vertex_array *arrays, argument
592 _tnl_split_copy(struct gl_context * ctx,const struct tnl_vertex_array * arrays,const struct _mesa_prim * prim,GLuint nr_prims,const struct _mesa_index_buffer * ib,tnl_draw_func draw,const struct split_limits * limits) argument
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dindirect_vertex_array_priv.h190 struct array_state *arrays; member in struct:array_state_vector
H A Dindirect_vertex_array.c115 struct array_state_vector *arrays = state->array_state; local in function:__glXFreeVertexArrayState
143 struct array_state_vector *arrays; local in function:__glXInitVertexArrayState
314 calculate_single_vertex_size_none(const struct array_state_vector * arrays) argument
334 emit_element_none(GLubyte * dst,const struct array_state_vector * arrays,unsigned index) argument
401 emit_element_old(GLubyte * dst,const struct array_state_vector * arrays,unsigned index) argument
423 get_array_entry(const struct array_state_vector * arrays,GLenum key,unsigned index) argument
440 allocate_array_info_cache(struct array_state_vector * arrays,size_t required_size) argument
465 fill_array_info_cache(struct array_state_vector * arrays) argument
530 struct array_state_vector *arrays = state->array_state; local in function:emit_DrawArrays_none
589 emit_DrawArrays_header_old(struct glx_context * gc,struct array_state_vector * arrays,size_t * elements_per_request,unsigned int * total_requests,GLenum mode,GLsizei count) argument
701 struct array_state_vector *arrays = state->array_state; local in function:emit_DrawArrays_old
763 struct array_state_vector *arrays = state->array_state; local in function:emit_DrawElements_none
830 struct array_state_vector *arrays = state->array_state; local in function:emit_DrawElements_old
987 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glDrawArrays
1006 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glArrayElement
1032 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glDrawElements
1054 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glDrawRangeElements
1080 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glMultiDrawArrays
1106 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glMultiDrawElementsEXT
1164 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glVertexPointer
1209 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glNormalPointer
1280 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glColorPointer
1335 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glIndexPointer
1380 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glEdgeFlagPointer
1442 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glTexCoordPointer
1515 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glSecondaryColorPointer
1575 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glFogCoordPointer
1631 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glVertexAttribPointer
1772 struct array_state_vector *const arrays = state->array_state; local in function:__indirect_glClientActiveTexture
1792 struct array_state_vector *arrays = state->array_state; local in function:__glXSetArrayEnable
1817 struct array_state_vector *arrays = state->array_state; local in function:__glXArrayDisableAll
1835 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArrayEnable
1854 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArrayType
1873 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArraySize
1892 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArrayStride
1911 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArrayPointer
1931 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArrayNormalized
1957 struct array_state_vector *arrays = state->array_state; local in function:__glXPushArrayState
1983 struct array_state_vector *arrays = state->array_state; local in function:__glXPopArrayState
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dindirect_vertex_array_priv.h190 struct array_state *arrays; member in struct:array_state_vector
H A Dindirect_vertex_array.c117 struct array_state_vector *arrays = state->array_state; local in function:__glXFreeVertexArrayState
145 struct array_state_vector *arrays; local in function:__glXInitVertexArrayState
316 calculate_single_vertex_size_none(const struct array_state_vector * arrays) argument
336 emit_element_none(GLubyte * dst,const struct array_state_vector * arrays,unsigned index) argument
403 emit_element_old(GLubyte * dst,const struct array_state_vector * arrays,unsigned index) argument
425 get_array_entry(const struct array_state_vector * arrays,GLenum key,unsigned index) argument
442 allocate_array_info_cache(struct array_state_vector * arrays,size_t required_size) argument
467 fill_array_info_cache(struct array_state_vector * arrays) argument
532 struct array_state_vector *arrays = state->array_state; local in function:emit_DrawArrays_none
591 emit_DrawArrays_header_old(struct glx_context * gc,struct array_state_vector * arrays,size_t * elements_per_request,unsigned int * total_requests,GLenum mode,GLsizei count) argument
703 struct array_state_vector *arrays = state->array_state; local in function:emit_DrawArrays_old
765 struct array_state_vector *arrays = state->array_state; local in function:emit_DrawElements_none
832 struct array_state_vector *arrays = state->array_state; local in function:emit_DrawElements_old
989 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glDrawArrays
1008 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glArrayElement
1034 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glDrawElements
1056 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glDrawRangeElements
1082 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glMultiDrawArrays
1108 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glMultiDrawElementsEXT
1166 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glVertexPointer
1211 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glNormalPointer
1282 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glColorPointer
1337 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glIndexPointer
1382 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glEdgeFlagPointer
1444 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glTexCoordPointer
1517 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glSecondaryColorPointer
1577 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glFogCoordPointer
1633 struct array_state_vector *arrays = state->array_state; local in function:__indirect_glVertexAttribPointer
1774 struct array_state_vector *const arrays = state->array_state; local in function:__indirect_glClientActiveTexture
1794 struct array_state_vector *arrays = state->array_state; local in function:__glXSetArrayEnable
1819 struct array_state_vector *arrays = state->array_state; local in function:__glXArrayDisableAll
1837 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArrayEnable
1856 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArrayType
1875 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArraySize
1894 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArrayStride
1913 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArrayPointer
1933 const struct array_state_vector *arrays = state->array_state; local in function:__glXGetArrayNormalized
1959 struct array_state_vector *arrays = state->array_state; local in function:__glXPushArrayState
1985 struct array_state_vector *arrays = state->array_state; local in function:__glXPopArrayState
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c927 tgsi_scan_arrays(const struct tgsi_token * tokens,unsigned file,unsigned max_array_id,struct tgsi_array_info * arrays) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_vbo_t.c121 vbo_choose_render_mode(struct gl_context *ctx, const struct tnl_vertex_array *arrays) argument
139 vbo_emit_attr(struct gl_context *ctx, const struct tnl_vertex_array *arrays, argument
182 vbo_choose_attrs(struct gl_context *ctx, const struct tnl_vertex_array *arrays) argument
59 vbo_init_arrays(struct gl_context * ctx,const struct _mesa_index_buffer * ib,const struct tnl_vertex_array * arrays) argument
96 vbo_deinit_arrays(struct gl_context * ctx,const struct _mesa_index_buffer * ib,const struct tnl_vertex_array * arrays) argument
225 get_max_client_stride(struct gl_context * ctx,const struct tnl_vertex_array * arrays) argument
252 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) argument
312 vbo_bind_vertices(struct gl_context * ctx,const struct tnl_vertex_array * arrays,int base,unsigned min_index,unsigned max_index,int * pdelta) argument
384 vbo_draw_vbo(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) argument
434 vbo_draw_imm(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) argument
553 const struct tnl_vertex_array* arrays = _tnl_bind_inputs(ctx); local in function:TAG
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp400 void ValuePool::allocate_arrays(array_list& arrays) argument
459 void ValuePool::allocate_local_register(const nir_register& reg, array_list& arrays) argument
H A Dsfn_nir.cpp152 ValuePool::array_list arrays; local in function:r600::ShaderFromNir::lower
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c950 tgsi_scan_arrays(const struct tgsi_token * tokens,unsigned file,unsigned max_array_id,struct tgsi_array_info * arrays) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_vbo_t.c121 vbo_choose_render_mode(struct gl_context *ctx, const struct tnl_vertex_array *arrays) argument
139 vbo_emit_attr(struct gl_context *ctx, const struct tnl_vertex_array *arrays, argument
182 vbo_choose_attrs(struct gl_context *ctx, const struct tnl_vertex_array *arrays) argument
59 vbo_init_arrays(struct gl_context * ctx,const struct _mesa_index_buffer * ib,const struct tnl_vertex_array * arrays) argument
96 vbo_deinit_arrays(struct gl_context * ctx,const struct _mesa_index_buffer * ib,const struct tnl_vertex_array * arrays) argument
225 get_max_client_stride(struct gl_context * ctx,const struct tnl_vertex_array * arrays) argument
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
312 vbo_bind_vertices(struct gl_context * ctx,const struct tnl_vertex_array * arrays,int base,unsigned min_index,unsigned max_index,int * pdelta) argument
389 vbo_draw_vbo(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) argument
439 vbo_draw_imm(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) argument
554 const struct tnl_vertex_array* arrays = _tnl_bind_inputs(ctx); local in function:TAG
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_varray.c143 _mesa_glthread_GenVertexArrays(struct gl_context * ctx,GLsizei n,GLuint * arrays) argument
H A Darrayobj.c1118 gen_vertex_arrays(struct gl_context * ctx,GLsizei n,GLuint * arrays,bool create,const char * func) argument
1147 gen_vertex_arrays_err(struct gl_context * ctx,GLsizei n,GLuint * arrays,bool create,const char * func) argument
1164 _mesa_GenVertexArrays_no_error(GLsizei n,GLuint * arrays) argument
1172 _mesa_GenVertexArrays(GLsizei n,GLuint * arrays) argument
1184 _mesa_CreateVertexArrays_no_error(GLsizei n,GLuint * arrays) argument
1192 _mesa_CreateVertexArrays(GLsizei n,GLuint * arrays) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.h120 struct r600_shader_array * arrays; member in struct:r600_shader
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.h396 gpr_array_vec& arrays() { return gpr_arrays; } function in class:r600_sb::shader
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Darrayobj.c1150 gen_vertex_arrays(struct gl_context * ctx,GLsizei n,GLuint * arrays,bool create,const char * func) argument
1182 gen_vertex_arrays_err(struct gl_context * ctx,GLsizei n,GLuint * arrays,bool create,const char * func) argument
1199 _mesa_GenVertexArrays_no_error(GLsizei n,GLuint * arrays) argument
1207 _mesa_GenVertexArrays(GLsizei n,GLuint * arrays) argument
1219 _mesa_CreateVertexArrays_no_error(GLsizei n,GLuint * arrays) argument
1227 _mesa_CreateVertexArrays(GLsizei n,GLuint * arrays) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_shader.h396 gpr_array_vec& arrays() { return gpr_arrays; } function in class:r600_sb::shader
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.h121 struct r600_shader_array * arrays; member in struct:r600_shader

Completed in 32 milliseconds

12