Searched refs:e0 (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h37 GLuint e0, GLuint e1, GLuint e2 )
44 v[0] = (VERTEX *)GET_VERTEX(e0);
64 /* ef[e0], ef[e1], ef[e2]); */
68 if (ef[e0]) POINT( v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
80 if (ef[e0]) LINE( v[0], v[1] );
100 GLuint e0, GLuint e1,
108 v[0] = (VERTEX *)GET_VERTEX(e0);
136 if (ef[e0]) POINT( v[0] );
143 if (ef[e0]) LIN
[all...]
H A Dt_dd_tritmp.h114 static void TAG(triangle)( struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 )
126 v[0] = (VERTEX *)GET_VERTEX(e0);
193 VERT_SET_RGBA( v[0], vbcolor[e0] );
213 VERT_SET_SPEC( v[0], vbspec[e0] );
267 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
270 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
280 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
283 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
340 GLuint e0, GLuint e1, GLuint e2, GLuint e3 )
350 v[0] = (VERTEX *)GET_VERTEX(e0);
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h37 GLuint e0, GLuint e1, GLuint e2 )
44 v[0] = (VERTEX *)GET_VERTEX(e0);
64 /* ef[e0], ef[e1], ef[e2]); */
68 if (ef[e0]) POINT( v[0] );
76 if (ef[e0]) LINE( v[0], v[1] );
80 if (ef[e0]) LINE( v[0], v[1] );
100 GLuint e0, GLuint e1,
108 v[0] = (VERTEX *)GET_VERTEX(e0);
136 if (ef[e0]) POINT( v[0] );
143 if (ef[e0]) LIN
[all...]
H A Dt_dd_tritmp.h114 static void TAG(triangle)( struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 )
126 v[0] = (VERTEX *)GET_VERTEX(e0);
193 VERT_SET_RGBA( v[0], vbcolor[e0] );
213 VERT_SET_SPEC( v[0], vbspec[e0] );
267 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
270 UNFILLED_TRI( ctx, GL_POINT, e0, e1, e2 );
280 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
283 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
340 GLuint e0, GLuint e1, GLuint e2, GLuint e3 )
350 v[0] = (VERTEX *)GET_VERTEX(e0);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_triangle.c54 GLuint e0,
67 GLuint e0,
78 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
81 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
93 GLuint e0,
100 if (ef[e0]) _swrast_Point( ctx, v0 );
111 GLuint e0,
121 SWvertex *v0 = &verts[e0];
151 render(ctx, ef, e0, e1, e2, v0, v1, v2);
159 render(ctx, ef, e0, e
65 _swsetup_edge_render_line_tri(struct gl_context * ctx,const GLubyte * ef,GLuint e0,GLuint e1,GLuint e2,const SWvertex * v0,const SWvertex * v1,const SWvertex * v2) argument
91 _swsetup_edge_render_point_tri(struct gl_context * ctx,const GLubyte * ef,GLuint e0,GLuint e1,GLuint e2,const SWvertex * v0,const SWvertex * v1,const SWvertex * v2) argument
110 _swsetup_render_tri(struct gl_context * ctx,GLuint e0,GLuint e1,GLuint e2,GLuint facing,swsetup_edge_render_prim_tri render) argument
[all...]
H A Dss_tritmp.h33 static void TAG(triangle)(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 )
47 v[0] = &verts[e0];
84 SS_COLOR(v[0]->color, vbcolor[e0]);
89 COPY_4V(v[0]->attrib[VARYING_SLOT_COL0], vbcolor[e0]);
117 SS_SPEC(v[0]->attrib[VARYING_SLOT_COL1], vbspec[e0]);
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri);
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_triangle.c54 GLuint e0,
67 GLuint e0,
78 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
81 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
93 GLuint e0,
100 if (ef[e0]) _swrast_Point( ctx, v0 );
111 GLuint e0,
121 SWvertex *v0 = &verts[e0];
151 render(ctx, ef, e0, e1, e2, v0, v1, v2);
159 render(ctx, ef, e0, e
65 _swsetup_edge_render_line_tri(struct gl_context * ctx,const GLubyte * ef,GLuint e0,GLuint e1,GLuint e2,const SWvertex * v0,const SWvertex * v1,const SWvertex * v2) argument
91 _swsetup_edge_render_point_tri(struct gl_context * ctx,const GLubyte * ef,GLuint e0,GLuint e1,GLuint e2,const SWvertex * v0,const SWvertex * v1,const SWvertex * v2) argument
110 _swsetup_render_tri(struct gl_context * ctx,GLuint e0,GLuint e1,GLuint e2,GLuint facing,swsetup_edge_render_prim_tri render) argument
[all...]
H A Dss_tritmp.h33 static void TAG(triangle)(struct gl_context *ctx, GLuint e0, GLuint e1, GLuint e2 )
47 v[0] = &verts[e0];
84 SS_COLOR(v[0]->color, vbcolor[e0]);
89 COPY_4V(v[0]->attrib[VARYING_SLOT_COL0], vbcolor[e0]);
117 SS_SPEC(v[0]->attrib[VARYING_SLOT_COL1], vbspec[e0]);
162 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_point_tri);
169 _swsetup_render_tri(ctx, e0, e1, e2, facing, _swsetup_edge_render_line_tri);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_astc.cpp1007 uint8x4_t e0, e1; local in function:Block::decode_colour_endpoints
1013 e0 = uint8x4_t(v0, v0, v0, 0xff);
1021 e0 = uint8x4_t(L0, L0, L0, 0xff);
1025 e0 = uint8x4_t(v0, v0, v0, v2);
1031 e0 = uint8x4_t(v0, v0, v0, v2);
1035 e0 = uint8x4_t(v0*v3 >> 8, v1*v3 >> 8, v2*v3 >> 8, 0xff);
1042 e0 = uint8x4_t(v0, v2, v4, 0xff);
1045 e0 = blue_contract(v1, v3, v5, 0xff);
1054 e0 = uint8x4_t(v0, v2, v4, 0xff);
1057 e0
1654 uint8x4_t e0 = endpoints_decoded[0][partition]; local in function:Block::write_decoded
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_astc.cpp1008 uint8x4_t e0, e1; local in function:Block::decode_colour_endpoints
1014 e0 = uint8x4_t(v0, v0, v0, 0xff);
1022 e0 = uint8x4_t(L0, L0, L0, 0xff);
1026 e0 = uint8x4_t(v0, v0, v0, v2);
1032 e0 = uint8x4_t(v0, v0, v0, v2);
1036 e0 = uint8x4_t(v0*v3 >> 8, v1*v3 >> 8, v2*v3 >> 8, 0xff);
1043 e0 = uint8x4_t(v0, v2, v4, 0xff);
1046 e0 = blue_contract(v1, v3, v5, 0xff);
1055 e0 = uint8x4_t(v0, v2, v4, 0xff);
1058 e0
1655 uint8x4_t e0 = endpoints_decoded[0][partition]; local in function:Block::write_decoded
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp173 node *e0 = n->first; local in function:r600_sb::container_node::expand
176 e0->prev = n->prev;
177 if (e0->prev) {
178 e0->prev->next = e0;
180 first = e0;
190 e0->parent = this;
191 e0 = e0->next;
192 } while (e0 !
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ir.cpp173 node *e0 = n->first; local in function:r600_sb::container_node::expand
176 e0->prev = n->prev;
177 if (e0->prev) {
178 e0->prev->next = e0;
180 first = e0;
190 e0->parent = this;
191 e0 = e0->next;
192 } while (e0 !
[all...]
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Dnewmmio.h513 #define SETL_LXEND0_END1(e0,e1) ((mmtr)s3vMmioMem)->line_regs.regs.lxend0_end1 = ((e0)<<16 | (e1))
560 #define SETL3_XEND0_END1(e0,e1) ((mmtr)s3vMmioMem)->line3d_regs.regs.xend0_end1 = ((e0)<<16 | (e1))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/mme/
H A Dcomc597.mme.h94 #define MME_BITS(en,pm,pr,o0,d0,a0,b0,i0,o1,d1,a1,b1,i1,m0,e0,m1,e1) \
96 (e0) << (85 - 64) | (m0) << (82 - 64) | \
104 #define MME_INSN(en,o0,d0,a0,b0,i0,m0,e0,o1,d1,a1,b1,i1,m1,e1) \
110 NV_MME_OUT_##m0, NV_MME_OUT_##e0, \
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcpat.c515 FcPatternElt *e0 = FcPatternElts(p); local in function:FcPatternObjectInsertElt
516 e = (FcPatternElt *) realloc (e0, s * sizeof (FcPatternElt));
521 memcpy(e, e0, FcPatternObjectCount (p) * sizeof (FcPatternElt));
/xsrc/external/mit/freetype/dist/src/raster/
H A Dftraster.c1216 Long y1, y2, e, e2, e0; local in function:Bezier_Up
1238 e0 = miny;
1246 e0 = e;
1264 ras.cProfile->start = TRUNC( e0 );
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp1142 ir_rvalue *e0, *e1, *result; local in function:do_comparison
1144 e0 = new(mem_ctx) ir_dereference_array(op0->clone(mem_ctx, NULL),
1148 result = do_comparison(mem_ctx, operation, e0, e1);
1164 ir_rvalue *e0, *e1, *result; local in function:do_comparison
1167 e0 = new(mem_ctx) ir_dereference_record(op0->clone(mem_ctx, NULL),
1171 result = do_comparison(mem_ctx, operation, e0, e1);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp1130 ir_rvalue *e0, *e1, *result; local in function:do_comparison
1132 e0 = new(mem_ctx) ir_dereference_array(op0->clone(mem_ctx, NULL),
1136 result = do_comparison(mem_ctx, operation, e0, e1);
1152 ir_rvalue *e0, *e1, *result; local in function:do_comparison
1155 e0 = new(mem_ctx) ir_dereference_record(op0->clone(mem_ctx, NULL),
1159 result = do_comparison(mem_ctx, operation, e0, e1);

Completed in 37 milliseconds