Searched refs:tnl_vertex_array (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_vbo_t.c | 44 get_array_stride(struct gl_context *ctx, const struct tnl_vertex_array *a) in get_array_stride() 60 const struct tnl_vertex_array *arrays) in vbo_init_arrays() 81 const struct tnl_vertex_array *array = &arrays[attr]; in vbo_init_arrays() 97 const struct tnl_vertex_array *arrays) in vbo_deinit_arrays() 121 vbo_choose_render_mode(struct gl_context *ctx, const struct tnl_vertex_array *arrays) in vbo_choose_render_mode() 139 vbo_emit_attr(struct gl_context *ctx, const struct tnl_vertex_array *arrays, in vbo_emit_attr() 144 const struct tnl_vertex_array *array = &arrays[attr]; in vbo_emit_attr() 182 vbo_choose_attrs(struct gl_context *ctx, const struct tnl_vertex_array *arrays) in vbo_choose_attrs() 225 get_max_client_stride(struct gl_context *ctx, const struct tnl_vertex_array *arrays) in get_max_client_stride() 231 const struct tnl_vertex_array *a = &arrays[attr]; in get_max_client_stride() [all …]
|
/external/mesa3d/src/mesa/tnl/ |
D | tnl.h | 74 struct tnl_vertex_array struct 83 extern const struct tnl_vertex_array* argument 103 const struct tnl_vertex_array *arrays, 169 const struct tnl_vertex_array* arrays, 196 const struct tnl_vertex_array *arrays,
|
D | t_split_copy.c | 56 const struct tnl_vertex_array *array; 67 const struct tnl_vertex_array *array; 76 struct tnl_vertex_array dstarray[VERT_ATTRIB_MAX]; 112 copy_vertex_array(struct tnl_vertex_array *dst, in copy_vertex_array() 113 const struct tnl_vertex_array *src) in copy_vertex_array() 149 dump_draw_info(const struct tnl_vertex_array *arrays, in dump_draw_info() 162 const struct tnl_vertex_array *array = &arrays[j]; in dump_draw_info() 256 const struct tnl_vertex_array *srcarray = copy->varying[i].array; in elt() 434 const struct tnl_vertex_array *array = ©->array[i]; in replay_init() 525 const struct tnl_vertex_array *src = copy->varying[i].array; in replay_init() [all …]
|
D | t_split.h | 54 const struct tnl_vertex_array arrays[], 67 const struct tnl_vertex_array arrays[],
|
D | t_draw.c | 274 const struct tnl_vertex_array *inputs, in bind_inputs() 285 const struct tnl_vertex_array *array = &inputs[i]; in bind_inputs() 424 const struct tnl_vertex_array *arrays, in _tnl_draw_prims() 560 struct tnl_vertex_array *input = &inputs->inputs[attr]; in update_vao_inputs() 588 struct tnl_vertex_array *input = &inputs->inputs[attr]; in update_current_inputs() 616 const struct tnl_vertex_array * 640 const struct tnl_vertex_array* arrays = _tnl_bind_inputs(ctx); in _tnl_draw()
|
D | t_rebase.c | 104 const struct tnl_vertex_array *arrays, in REBASE() 115 struct tnl_vertex_array tmp_arrays[VERT_ATTRIB_MAX]; in REBASE()
|
D | t_rebase.h | 31 const struct tnl_vertex_array *arrays,
|
D | t_split.c | 103 const struct tnl_vertex_array arrays[], in _tnl_split_prims()
|
D | t_split_inplace.c | 46 const struct tnl_vertex_array *array; 266 const struct tnl_vertex_array *arrays, in _tnl_split_inplace()
|
D | t_context.h | 512 struct tnl_vertex_array inputs[VERT_ATTRIB_MAX];
|