Searched refs:tnl (Results 26 - 50 of 71) sorted by relevance

123

/external/mesa3d/src/mesa/
H A Dsources.mak164 $(SRCDIR)tnl/t_context.c \
165 $(SRCDIR)tnl/t_pipeline.c \
166 $(SRCDIR)tnl/t_draw.c \
167 $(SRCDIR)tnl/t_rasterpos.c \
168 $(SRCDIR)tnl/t_vb_program.c \
169 $(SRCDIR)tnl/t_vb_render.c \
170 $(SRCDIR)tnl/t_vb_texgen.c \
171 $(SRCDIR)tnl/t_vb_texmat.c \
172 $(SRCDIR)tnl/t_vb_vertex.c \
173 $(SRCDIR)tnl/t_vb_fo
[all...]
H A DAndroid.gen.mk125 $(LOCAL_PATH)/tnl/t_context.h
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tris.c45 #include "tnl/t_context.h"
46 #include "tnl/t_pipeline.h"
47 #include "tnl/t_vertex.h"
879 #include "tnl/t_vb_rendertmp.h"
884 #include "tnl/t_vb_rendertmp.h"
896 TNLcontext *tnl = TNL_CONTEXT(ctx); local
905 tnl->Driver.Render.PrimTabElts[GL_POLYGON] (ctx, 0, n,
913 tnl->Driver.Render.PrimitiveNotify(ctx, prim);
919 TNLcontext *tnl = TNL_CONTEXT(ctx); local
921 tnl
954 TNLcontext *tnl = TNL_CONTEXT(ctx); local
1217 TNLcontext *tnl = TNL_CONTEXT(ctx); local
1274 TNLcontext *tnl = TNL_CONTEXT(ctx); local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tris.c45 #include "tnl/t_context.h"
46 #include "tnl/t_pipeline.h"
47 #include "tnl/t_vertex.h"
879 #include "tnl/t_vb_rendertmp.h"
884 #include "tnl/t_vb_rendertmp.h"
896 TNLcontext *tnl = TNL_CONTEXT(ctx); local
905 tnl->Driver.Render.PrimTabElts[GL_POLYGON] (ctx, 0, n,
913 tnl->Driver.Render.PrimitiveNotify(ctx, prim);
919 TNLcontext *tnl = TNL_CONTEXT(ctx); local
921 tnl
954 TNLcontext *tnl = TNL_CONTEXT(ctx); local
1217 TNLcontext *tnl = TNL_CONTEXT(ctx); local
1274 TNLcontext *tnl = TNL_CONTEXT(ctx); local
[all...]
/external/chromium_org/third_party/mesa/src/doxygen/
H A DMakefile18 tnl.doxy \
/external/mesa3d/doxygen/
H A DMakefile18 tnl.doxy \
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_triangle.c33 #include "tnl/t_context.h"
241 TNLcontext *tnl = TNL_CONTEXT(ctx); local
261 tnl->Driver.Render.Triangle = tri_tab[ind];
262 tnl->Driver.Render.Quad = quad_tab[ind];
263 tnl->Driver.Render.Line = swsetup_line;
264 tnl->Driver.Render.Points = swsetup_points;
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_fog.c145 TNLcontext *tnl = TNL_CONTEXT(ctx); local
146 struct vertex_buffer *VB = &tnl->vb;
221 if (tnl->_DoVertexFog) {
240 TNLcontext *tnl = TNL_CONTEXT(ctx); local
247 _mesa_vector4f_alloc( &store->fogcoord, 0, tnl->vb.Size, 32 );
H A Dt_vb_normals.c151 TNLcontext *tnl = TNL_CONTEXT(ctx); local
159 _mesa_vector4f_alloc( &store->normal, 0, tnl->vb.Size, 32 );
H A Dt_vb_program.c28 * \file tnl/t_vb_program.c
45 #include "tnl/tnl.h"
46 #include "tnl/t_context.h"
47 #include "tnl/t_pipeline.h"
130 TNLcontext *tnl = TNL_CONTEXT(ctx); local
131 struct vertex_buffer *VB = &tnl->vb;
140 if (tnl->NeedNdcCoords) {
313 TNLcontext *tnl = TNL_CONTEXT(ctx); local
315 struct vertex_buffer *VB = &tnl
512 TNLcontext *tnl = TNL_CONTEXT(ctx); local
[all...]
H A Dt_vb_vertex.c141 TNLcontext *tnl = TNL_CONTEXT(ctx); local
142 struct vertex_buffer *VB = &tnl->vb;
187 if (tnl->NeedNdcCoords) {
H A Dt_vb_texgen.c338 TNLcontext *tnl = TNL_CONTEXT(ctx); local
339 struct vertex_buffer *VB = &tnl->vb;
H A Dt_vertex.c539 TNLcontext *tnl = TNL_CONTEXT(ctx); local
540 if (tnl) {
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_triangle.c33 #include "tnl/t_context.h"
241 TNLcontext *tnl = TNL_CONTEXT(ctx); local
261 tnl->Driver.Render.Triangle = tri_tab[ind];
262 tnl->Driver.Render.Quad = quad_tab[ind];
263 tnl->Driver.Render.Line = swsetup_line;
264 tnl->Driver.Render.Points = swsetup_points;
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_fog.c145 TNLcontext *tnl = TNL_CONTEXT(ctx); local
146 struct vertex_buffer *VB = &tnl->vb;
221 if (tnl->_DoVertexFog) {
240 TNLcontext *tnl = TNL_CONTEXT(ctx); local
247 _mesa_vector4f_alloc( &store->fogcoord, 0, tnl->vb.Size, 32 );
H A Dt_vb_normals.c151 TNLcontext *tnl = TNL_CONTEXT(ctx); local
159 _mesa_vector4f_alloc( &store->normal, 0, tnl->vb.Size, 32 );
H A Dt_vb_program.c28 * \file tnl/t_vb_program.c
45 #include "tnl/tnl.h"
46 #include "tnl/t_context.h"
47 #include "tnl/t_pipeline.h"
130 TNLcontext *tnl = TNL_CONTEXT(ctx); local
131 struct vertex_buffer *VB = &tnl->vb;
140 if (tnl->NeedNdcCoords) {
313 TNLcontext *tnl = TNL_CONTEXT(ctx); local
315 struct vertex_buffer *VB = &tnl
512 TNLcontext *tnl = TNL_CONTEXT(ctx); local
[all...]
H A Dt_vb_vertex.c141 TNLcontext *tnl = TNL_CONTEXT(ctx); local
142 struct vertex_buffer *VB = &tnl->vb;
187 if (tnl->NeedNdcCoords) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.c42 #include "tnl/tnl.h"
43 #include "tnl/t_pipeline.h"
286 TNLcontext *tnl = TNL_CONTEXT(ctx); local
287 struct vertex_buffer *VB = &tnl->vb;
358 TNLcontext *tnl = TNL_CONTEXT(ctx); local
359 struct vertex_buffer *VB = &tnl->vb;
372 /* NOTE: inputs != tnl->render_inputs - these are the untransformed
455 TNLcontext *tnl = TNL_CONTEXT(ctx); local
466 tnl
484 TNLcontext *tnl = TNL_CONTEXT(ctx); local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.c42 #include "tnl/tnl.h"
43 #include "tnl/t_pipeline.h"
286 TNLcontext *tnl = TNL_CONTEXT(ctx); local
287 struct vertex_buffer *VB = &tnl->vb;
358 TNLcontext *tnl = TNL_CONTEXT(ctx); local
359 struct vertex_buffer *VB = &tnl->vb;
372 /* NOTE: inputs != tnl->render_inputs - these are the untransformed
455 TNLcontext *tnl = TNL_CONTEXT(ctx); local
466 tnl
484 TNLcontext *tnl = TNL_CONTEXT(ctx); local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c43 #include "tnl/tnl.h"
44 #include "tnl/t_pipeline.h"
294 TNLcontext *tnl = TNL_CONTEXT(ctx); local
295 struct vertex_buffer *VB = &tnl->vb;
360 TNLcontext *tnl = TNL_CONTEXT(ctx); local
361 struct vertex_buffer *VB = &tnl->vb;
388 /* NOTE: inputs != tnl->render_inputs - these are the untransformed
516 TNLcontext *tnl = TNL_CONTEXT(ctx); local
525 tnl
540 TNLcontext *tnl = TNL_CONTEXT(ctx); local
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c43 #include "tnl/tnl.h"
44 #include "tnl/t_pipeline.h"
294 TNLcontext *tnl = TNL_CONTEXT(ctx); local
295 struct vertex_buffer *VB = &tnl->vb;
360 TNLcontext *tnl = TNL_CONTEXT(ctx); local
361 struct vertex_buffer *VB = &tnl->vb;
388 /* NOTE: inputs != tnl->render_inputs - these are the untransformed
516 TNLcontext *tnl = TNL_CONTEXT(ctx); local
525 tnl
540 TNLcontext *tnl = TNL_CONTEXT(ctx); local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_context.c51 #include "tnl/t_pipeline.h"
156 /* Initialize swrast, tnl driver tables: */
159 TNLcontext *tnl = TNL_CONTEXT(ctx); local
160 if (tnl)
161 tnl->Driver.RunPipeline = _tnl_run_pipeline;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.c51 #include "tnl/t_pipeline.h"
156 /* Initialize swrast, tnl driver tables: */
159 TNLcontext *tnl = TNL_CONTEXT(ctx); local
160 if (tnl)
161 tnl->Driver.RunPipeline = _tnl_run_pipeline;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
H A Dswrast.c43 #include "tnl/tnl.h"
44 #include "tnl/t_context.h"
45 #include "tnl/t_pipeline.h"
776 TNLcontext *tnl = TNL_CONTEXT(mesaCtx); local
777 tnl->Driver.RunPipeline = _tnl_run_pipeline;

Completed in 415 milliseconds

123