Searched refs:Elts (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_render.c123 const GLuint * const elt = VB->Elts; \
141 /* Elts, with the possibility of clipping.
159 const GLuint * const elt = VB->Elts;
213 const GLuint * const elt = VB->Elts; \
228 /* Elts, no clipping.
244 GLuint *tmp = VB->Elts;
246 VB->Elts = (GLuint *)elts;
248 VB->Elts = tmp;
296 tab = VB->Elts ? clip_render_tab_elts : clip_render_tab_verts;
300 tab = (VB->Elts
[all...]
H A Dt_draw.c348 /* Translate indices to GLuints and store in VB->Elts.
361 VB->Elts = NULL;
381 VB->Elts = (GLuint *) ptr;
385 VB->Elts = elts;
H A Dt_context.h208 GLuint *Elts; member in struct:vertex_buffer
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_render.c123 const GLuint * const elt = VB->Elts; \
141 /* Elts, with the possibility of clipping.
159 const GLuint * const elt = VB->Elts;
213 const GLuint * const elt = VB->Elts; \
228 /* Elts, no clipping.
244 GLuint *tmp = VB->Elts;
246 VB->Elts = (GLuint *)elts;
248 VB->Elts = tmp;
296 tab = VB->Elts ? clip_render_tab_elts : clip_render_tab_verts;
300 tab = (VB->Elts
[all...]
H A Dt_draw.c341 /* Translate indices to GLuints and store in VB->Elts.
355 VB->Elts = NULL;
377 VB->Elts = (GLuint *) ptr;
381 VB->Elts = elts;
H A Dt_context.h208 GLuint *Elts; member in struct:vertex_buffer
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_triangle.c221 if (VB->Elts) {
223 if (VB->ClipMask[VB->Elts[i]] == 0)
224 _swrast_Point( ctx, &verts[VB->Elts[i]] );
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_triangle.c221 if (VB->Elts) {
223 if (VB->ClipMask[VB->Elts[i]] == 0)
224 _swrast_Point( ctx, &verts[VB->Elts[i]] );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.c116 #define GET_MESA_ELTS() rmesa->tcl.Elts
332 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE)
404 rmesa->tcl.Elts = VB->Elts;
415 if (rmesa->tcl.Elts)
H A Dradeon_context.h352 GLuint *Elts; member in struct:r100_tcl_info
H A Dradeon_swtcl.c672 const GLuint * const elt = TNL_CONTEXT(ctx)->vb.Elts; \
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.c115 #define GET_MESA_ELTS() rmesa->tcl.Elts
331 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE)
403 rmesa->tcl.Elts = VB->Elts;
414 if (rmesa->tcl.Elts)
H A Dradeon_context.h352 GLuint *Elts; member in struct:r100_tcl_info
H A Dradeon_swtcl.c671 const GLuint * const elt = TNL_CONTEXT(ctx)->vb.Elts; \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c110 #define GET_MESA_ELTS() TNL_CONTEXT(ctx)->vb.Elts
328 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE)
474 if (VB->Elts)
H A Dr200_swtcl.c549 const GLuint * const elt = TNL_CONTEXT(ctx)->vb.Elts; \
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c110 #define GET_MESA_ELTS() TNL_CONTEXT(ctx)->vb.Elts
328 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE)
474 if (VB->Elts)
H A Dr200_swtcl.c549 const GLuint * const elt = TNL_CONTEXT(ctx)->vb.Elts; \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h440 if (VB->Elts)
470 ok = VB->Elts || ctx->Light.ShadeModel == GL_SMOOTH;
H A Dt_dd_tritmp.h638 if (VB->Elts == 0) {
647 GLuint e = VB->Elts[i];
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h440 if (VB->Elts)
470 ok = VB->Elts || ctx->Light.ShadeModel == GL_SMOOTH;
H A Dt_dd_tritmp.h638 if (VB->Elts == 0) {
647 GLuint e = VB->Elts[i];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dgen_matypes.c136 OFFSET( "VB_ELTS ", struct vertex_buffer, Elts );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c866 const GLuint * const elt = TNL_CONTEXT(ctx)->vb.Elts; \
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c866 const GLuint * const elt = TNL_CONTEXT(ctx)->vb.Elts; \

Completed in 32 milliseconds