Lines Matching defs:exec
59 gl_context_from_vbo_exec(struct vbo_exec_context *exec)
61 return container_of(exec, struct gl_context, vbo_context.exec);
66 gl_context_from_vbo_exec_const(const struct vbo_exec_context *exec)
68 return container_of(exec, struct gl_context, vbo_context.exec);
173 vbo_compute_max_verts(const struct vbo_exec_context *exec)
175 unsigned n = (gl_context_from_vbo_exec_const(exec)->Const.glBeginEndBufferSize -
176 exec->vtx.buffer_used) /
177 (exec->vtx.vertex_size * sizeof(GLfloat));