Lines Matching refs:tnl
49 TNLcontext *tnl = TNL_CONTEXT(ctx); in get_space() local
52 tnl->block[tnl->nr_blocks++] = space; in get_space()
59 TNLcontext *tnl = TNL_CONTEXT(ctx); in free_space() local
61 for (GLuint i = 0; i < tnl->nr_blocks; i++) in free_space()
62 free(tnl->block[i]); in free_space()
64 tnl->nr_blocks = 0; in free_space()
185 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_import_array() local
186 struct vertex_buffer *VB = &tnl->vb; in _tnl_import_array()
236 VB->AttribPtr[attr] = &tnl->tmp_inputs[attr]; in _tnl_import_array()
279 TNLcontext *tnl = TNL_CONTEXT(ctx); in bind_inputs() local
280 struct vertex_buffer *VB = &tnl->vb; in bind_inputs()
348 TNLcontext *tnl = TNL_CONTEXT(ctx); in bind_indices() local
349 struct vertex_buffer *VB = &tnl->vb; in bind_indices()
404 TNLcontext *tnl = TNL_CONTEXT(ctx); in bind_prims() local
405 struct vertex_buffer *VB = &tnl->vb; in bind_prims()
434 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_draw_prims() local
436 const GLint max = TEST_SPLIT ? 8 : tnl->vb.Size - MAX_CLIPPED_VERTICES; in _tnl_draw_prims()
521 tnl->CurInstance = inst; in _tnl_draw_prims()
619 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_bind_inputs() local
620 _tnl_update_inputs(ctx, &tnl->draw_arrays); in _tnl_bind_inputs()
621 return tnl->draw_arrays.inputs; in _tnl_bind_inputs()