/external/mesa3d/src/mesa/tnl/ |
D | t_context.c | 50 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() 229 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_need_projected_coords() 236 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_allow_vertex_fog() 246 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_allow_pixel_fog()
|
D | t_pipeline.c | 41 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()
|
D | t_vb_render.c | 121 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()
|
D | t_draw.c | 47 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()
|
D | t_vb_light.c | 123 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()
|
D | t_vb_cliptmp.h | 120 TNLcontext *tnl = TNL_CONTEXT(ctx); in TAG() 188 TNLcontext *tnl = TNL_CONTEXT(ctx); in TAG() 267 TNLcontext *tnl = TNL_CONTEXT(ctx); in TAG()
|
D | t_vb_fog.c | 145 TNLcontext *tnl = TNL_CONTEXT(ctx); in run_fog_stage() 240 TNLcontext *tnl = TNL_CONTEXT(ctx); in alloc_fog_data()
|
D | t_vb_program.c | 129 TNLcontext *tnl = TNL_CONTEXT(ctx); in do_ndc_cliptest() 292 TNLcontext *tnl = TNL_CONTEXT(ctx); in run_vp() 470 TNLcontext *tnl = TNL_CONTEXT(ctx); in init_vp()
|
D | t_context.h | 539 } TNLcontext; typedef 543 #define TNL_CONTEXT(ctx) ((TNLcontext *)((ctx)->swtnl_context))
|
D | t_vb_normals.c | 150 TNLcontext *tnl = TNL_CONTEXT(ctx); in alloc_normal_data()
|
D | t_vb_vertex.c | 141 TNLcontext *tnl = TNL_CONTEXT(ctx); in run_vertex_stage()
|
D | t_vertex.c | 555 TNLcontext *tnl = TNL_CONTEXT(ctx); in _tnl_free_vertices()
|
D | t_vb_texgen.c | 336 TNLcontext *tnl = TNL_CONTEXT(ctx); in texgen()
|
D | t_vertex_sse.c | 347 TNLcontext *tnl = TNL_CONTEXT(ctx); in build_vertex_emit()
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_context.c | 114 TNLcontext *tnl = TNL_CONTEXT(ctx); in setup_vertex_format() 187 TNLcontext *tnl = TNL_CONTEXT(ctx); in _swsetup_RenderStart() 234 TNLcontext *tnl = TNL_CONTEXT(ctx); in _swsetup_Wakeup() 269 TNLcontext *tnl = TNL_CONTEXT(ctx); in _swsetup_Translate()
|
D | ss_triangle.c | 243 TNLcontext *tnl = TNL_CONTEXT(ctx); in _swsetup_choose_trifuncs()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tcl.c | 288 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonEnsureEmitSize() 360 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeon_run_tcl_render() 457 TNLcontext *tnl = TNL_CONTEXT(ctx); in transition_to_swtnl() 486 TNLcontext *tnl = TNL_CONTEXT(ctx); in transition_to_hwtnl()
|
D | radeon_swtcl.c | 92 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonSetVertexFormat() 274 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonChooseVertexState() 415 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeon_run_render() 695 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonChooseRenderState() 799 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonFallback() 855 TNLcontext *tnl = TNL_CONTEXT(ctx); in radeonInitSwtcl()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_render.c | 56 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()
|
D | nouveau_swtnl_t.c | 107 TNLcontext *tnl = TNL_CONTEXT(ctx); in swtnl_choose_attrs() 318 TNLcontext *tnl = TNL_CONTEXT(ctx); in TAG()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_tcl.c | 293 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()
|
D | r200_swtcl.c | 80 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200SetVertexFormat() 238 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200ChooseVertexState() 572 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200ChooseRenderState() 690 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200Fallback() 928 TNLcontext *tnl = TNL_CONTEXT(ctx); in r200InitSwtcl()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tris.c | 890 TNLcontext *tnl = TNL_CONTEXT(ctx); in intelRenderClippedPoly() 946 TNLcontext *tnl = TNL_CONTEXT(ctx); in intelChooseRenderState() 1218 TNLcontext *tnl = TNL_CONTEXT(ctx); in intelFallback() 1269 TNLcontext *tnl = TNL_CONTEXT(ctx); in intelInitTriFuncs()
|
D | intel_render.c | 225 TNLcontext *tnl = TNL_CONTEXT(ctx); in intel_run_render()
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
D | swrast.c | 813 TNLcontext *tnl = TNL_CONTEXT(mesaCtx); in dri_create_context()
|