Home
last modified time | relevance | path

Searched refs:vbo_context (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/vbo/
Dvbo_context.c76 struct vbo_context *vbo = vbo_context(ctx); in init_legacy_currval()
95 struct vbo_context *vbo = vbo_context(ctx); in init_generic_currval()
109 struct vbo_context *vbo = vbo_context(ctx); in init_mat_currval()
152 struct vbo_context *vbo = vbo_context(ctx); in vbo_draw_indirect_prims()
187 struct vbo_context *vbo = CALLOC_STRUCT(vbo_context); in _vbo_CreateContext()
189 ctx->vbo_context = vbo; in _vbo_CreateContext()
242 struct vbo_context *vbo = vbo_context(ctx); in _vbo_DestroyContext()
260 ctx->vbo_context = NULL; in _vbo_DestroyContext()
268 struct vbo_context *vbo = vbo_context(ctx); in vbo_set_draw_func()
277 struct vbo_context *vbo = vbo_context(ctx); in vbo_set_indirect_draw_func()
Dvbo_context.h66 struct vbo_context { struct
89 static inline struct vbo_context *vbo_context(struct gl_context *ctx) in vbo_context() argument
91 return ctx->vbo_context; in vbo_context()
98 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_invalidate_state()
141 vbo_draw_method(struct vbo_context *vbo, gl_draw_method method) in vbo_draw_method()
Dvbo_save.c41 struct vbo_context *vbo = vbo_context(ctx); in vbo_save_init()
81 struct vbo_context *vbo = vbo_context(ctx); in vbo_save_destroy()
110 struct vbo_save_context *save = &vbo_context(ctx)->save; in vbo_save_fallback()
Dvbo_save_draw.c50 struct vbo_context *vbo = vbo_context(ctx); in playback_copy_to_current()
136 struct vbo_context *vbo = vbo_context(ctx); in bind_vertex_list()
269 struct vbo_save_context *save = &vbo_context(ctx)->save; in vbo_save_playback_vertex_list()
320 vbo_draw_method(vbo_context(ctx), DRAW_DISPLAY_LIST); in vbo_save_playback_vertex_list()
330 vbo_context(ctx)->draw_prims(ctx, in vbo_save_playback_vertex_list()
Dvbo_save_api.c106 struct vbo_save_context *save = &vbo_context(ctx)->save; in copy_vertices()
186 struct vbo_save_context *save = &vbo_context(ctx)->save; in alloc_vertex_store()
310 struct vbo_save_context *save = &vbo_context(ctx)->save; in reset_counters()
416 struct vbo_save_context *save = &vbo_context(ctx)->save; in compile_vertex_list()
580 struct vbo_save_context *save = &vbo_context(ctx)->save; in wrap_buffers()
624 struct vbo_save_context *save = &vbo_context(ctx)->save; in wrap_filled_vertex()
647 struct vbo_save_context *save = &vbo_context(ctx)->save; in copy_to_current()
664 struct vbo_save_context *save = &vbo_context(ctx)->save; in copy_from_current()
697 struct vbo_save_context *save = &vbo_context(ctx)->save; in upgrade_vertex()
801 struct vbo_save_context *save = &vbo_context(ctx)->save; in fixup_vertex()
[all …]
Dvbo_exec_array.c297 struct vbo_context *vbo = vbo_context(ctx); in recalculate_input_bindings()
427 struct vbo_context *vbo = vbo_context(ctx); in vbo_bind_arrays()
464 struct vbo_context *vbo = vbo_context(ctx); in vbo_draw_arrays()
861 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_drawrangeelements()
1262 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_multidrawelements()
1442 struct vbo_context *vbo = vbo_context(ctx); in vbo_draw_transform_feedback()
1568 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_drawarraysindirect()
1588 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_multidrawarraysindirect()
1609 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_drawelementsindirect()
1635 struct vbo_context *vbo = vbo_context(ctx); in vbo_validated_multidrawelementsindirect()
[all …]
Dvbo_exec_api.c168 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_copy_to_current()
245 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_copy_from_current()
280 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_wrap_upgrade_vertex()
413 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_fixup_vertex()
454 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_begin_vertices()
476 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; \
657 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord1f()
685 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_EvalCoord2f()
761 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_Begin()
773 vbo_draw_method(vbo_context(ctx), DRAW_BEGIN_END); in vbo_exec_Begin()
[all …]
Dvbo_exec.c39 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_init()
61 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in vbo_exec_destroy()
Dvbo_primitive_restart.c180 struct vbo_context *vbo = vbo_context(ctx); in vbo_sw_primitive_restart()
Dvbo_exec_draw.c174 struct vbo_context *vbo = vbo_context(ctx); in vbo_exec_bind_arrays()
431 vbo_context(ctx)->draw_prims(ctx, in vbo_exec_vtx_flush()
/external/mesa3d/src/mesa/main/
Dvtxfmt.c260 struct vbo_exec_context *exec = &vbo_context(ctx)->exec; in _mesa_initialize_vbo_vtxfmt()
Dmtypes.h102 struct vbo_context;
5021 struct vbo_context *vbo_context; member
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c205 if (vbo_context(ctx)) in nouveau_context_deinit()
/external/mesa3d/src/mesa/
DMakefile.sources395 vbo/vbo_context.c \
396 vbo/vbo_context.h \
Dmeson.build329 'vbo/vbo_context.c',
330 'vbo/vbo_context.h',
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_draw.c1065 struct vbo_context *vbo = vbo_context(ctx); in brw_draw_init()