Home
last modified time | relevance | path

Searched refs:TNLcontext (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/mesa/tnl/
Dt_context.c50 TNLcontext *tnl; in _tnl_CreateContext()
55 ctx->swtnl_context = tnl = calloc(1, sizeof(TNLcontext)); in _tnl_CreateContext()
113 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_DestroyContext()
133 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_InvalidateState()
228 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_need_projected_coords()
235 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_allow_vertex_fog()
245 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_allow_pixel_fog()
Dt_pipeline.c41 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_install_pipeline()
60 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_destroy_pipeline()
76 TNLcontext *tnl = TNL_CONTEXT(ctx); in check_input_changes()
95 TNLcontext *tnl = TNL_CONTEXT(ctx); in check_output_changes()
196 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_run_pipeline()
Dt_vb_render.c121 TNLcontext *tnl = TNL_CONTEXT(ctx); \
156 TNLcontext *tnl = TNL_CONTEXT(ctx); in clip_elt_triangles()
211 TNLcontext *tnl = TNL_CONTEXT(ctx); \
242 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_RenderClippedPolygon()
253 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_RenderClippedLine()
267 TNLcontext *tnl = TNL_CONTEXT(ctx); in run_render()
Dt_draw.c47 TNLcontext *tnl = TNL_CONTEXT(ctx); in get_space()
57 TNLcontext *tnl = TNL_CONTEXT(ctx); in free_space()
179 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_import_array()
275 TNLcontext *tnl = TNL_CONTEXT(ctx); in bind_inputs()
345 TNLcontext *tnl = TNL_CONTEXT(ctx); in bind_indices()
399 TNLcontext *tnl = TNL_CONTEXT(ctx); in bind_prims()
432 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_draw_prims()
Dt_vb_light.c123 TNLcontext *tnl = TNL_CONTEXT(ctx); in validate_shine_table()
176 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_validate_shine_tables()
279 TNLcontext *tnl = TNL_CONTEXT(ctx); in lookup_shininess()
332 TNLcontext *tnl = TNL_CONTEXT(ctx); in run_lighting()
424 TNLcontext *tnl = TNL_CONTEXT(ctx); in init_lighting()
Dt_vb_cliptmp.h120 TNLcontext *tnl = TNL_CONTEXT(ctx); in TAG()
188 TNLcontext *tnl = TNL_CONTEXT(ctx); in TAG()
267 TNLcontext *tnl = TNL_CONTEXT(ctx); in TAG()
Dt_vb_fog.c145 TNLcontext *tnl = TNL_CONTEXT(ctx); in run_fog_stage()
240 TNLcontext *tnl = TNL_CONTEXT(ctx); in alloc_fog_data()
Dt_context.h540 } TNLcontext; typedef
544 #define TNL_CONTEXT(ctx) ((TNLcontext *)((ctx)->swtnl_context))
Dt_vb_program.c128 TNLcontext *tnl = TNL_CONTEXT(ctx); in do_ndc_cliptest()
290 TNLcontext *tnl = TNL_CONTEXT(ctx); in run_vp()
468 TNLcontext *tnl = TNL_CONTEXT(ctx); in init_vp()
Dt_vb_normals.c150 TNLcontext *tnl = TNL_CONTEXT(ctx); in alloc_normal_data()
Dt_vb_vertex.c141 TNLcontext *tnl = TNL_CONTEXT(ctx); in run_vertex_stage()
Dt_vertex.c554 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_free_vertices()
Dt_vb_texgen.c336 TNLcontext *tnl = TNL_CONTEXT(ctx); in texgen()
Dt_vertex_sse.c347 TNLcontext *tnl = TNL_CONTEXT(ctx); in build_vertex_emit()
/external/mesa3d/src/mesa/swrast_setup/
Dss_context.c113 TNLcontext *tnl = TNL_CONTEXT(ctx); in setup_vertex_format()
186 TNLcontext *tnl = TNL_CONTEXT(ctx); in _swsetup_RenderStart()
233 TNLcontext *tnl = TNL_CONTEXT(ctx); in _swsetup_Wakeup()
268 TNLcontext *tnl = TNL_CONTEXT(ctx); in _swsetup_Translate()
Dss_triangle.c241 TNLcontext *tnl = TNL_CONTEXT(ctx); in _swsetup_choose_trifuncs()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c286 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonEnsureEmitSize()
358 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeon_run_tcl_render()
455 TNLcontext *tnl = TNL_CONTEXT(ctx); in transition_to_swtnl()
484 TNLcontext *tnl = TNL_CONTEXT(ctx); in transition_to_hwtnl()
Dradeon_swtcl.c91 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonSetVertexFormat()
273 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonChooseVertexState()
414 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeon_run_render()
694 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonChooseRenderState()
798 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonFallback()
854 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonInitSwtcl()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_render.c56 TNLcontext *tnl = TNL_CONTEXT(ctx); in swtnl_emit_attr()
73 TNLcontext *tnl = TNL_CONTEXT(ctx); in swtnl_choose_attrs()
265 TNLcontext *tnl = TNL_CONTEXT(ctx); in nv04_render_init()
Dnouveau_swtnl_t.c107 TNLcontext *tnl = TNL_CONTEXT(ctx); in swtnl_choose_attrs()
318 TNLcontext *tnl = TNL_CONTEXT(ctx); in TAG()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c293 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200EnsureEmitSize()
359 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200_run_tcl_render()
515 TNLcontext *tnl = TNL_CONTEXT(ctx); in transition_to_swtnl()
539 TNLcontext *tnl = TNL_CONTEXT(ctx); in transition_to_hwtnl()
Dr200_swtcl.c79 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200SetVertexFormat()
237 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200ChooseVertexState()
571 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200ChooseRenderState()
689 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200Fallback()
927 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200InitSwtcl()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_render.c223 TNLcontext *tnl = TNL_CONTEXT(ctx); in intel_run_render()
Dintel_tris.c889 TNLcontext *tnl = TNL_CONTEXT(ctx); in intelRenderClippedPoly()
945 TNLcontext *tnl = TNL_CONTEXT(ctx); in intelChooseRenderState()
1217 TNLcontext *tnl = TNL_CONTEXT(ctx); in intelFallback()
1268 TNLcontext *tnl = TNL_CONTEXT(ctx); in intelInitTriFuncs()
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c804 TNLcontext *tnl = TNL_CONTEXT(mesaCtx); in dri_create_context()

12