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

12345678910

/xsrc/external/mit/pixman/dist/
H A Da64-neon-test.S5 xtn v0.8b, v0.8h
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_points.h37 const SWvertex *v0 );
H A Ds_lines.h37 const SWvertex *v0,
H A Ds_triangle.h36 const SWvertex *v0,
45 const SWvertex *v0,
H A Ds_feedback.c55 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, argument
58 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
63 feedback_vertex(ctx, v0, v0);
68 feedback_vertex(ctx, v0, v2);
77 _swrast_feedback_line(struct gl_context *ctx, const SWvertex *v0, argument
89 feedback_vertex(ctx, v0, v0);
93 feedback_vertex(ctx, v0, v1);
110 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, argument
124 _swrast_select_line(struct gl_context * ctx,const SWvertex * v0,const SWvertex * v1) argument
[all...]
H A Ds_feedback.h39 extern void _swrast_feedback_triangle( struct gl_context *ctx, const SWvertex *v0,
47 extern void _swrast_select_triangle( struct gl_context *ctx, const SWvertex *v0,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_points.h37 const SWvertex *v0 );
H A Ds_lines.h37 const SWvertex *v0,
H A Ds_triangle.h36 const SWvertex *v0,
45 const SWvertex *v0,
H A Ds_feedback.c55 _swrast_feedback_triangle(struct gl_context *ctx, const SWvertex *v0, argument
58 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
63 feedback_vertex(ctx, v0, v0);
68 feedback_vertex(ctx, v0, v2);
77 _swrast_feedback_line(struct gl_context *ctx, const SWvertex *v0, argument
89 feedback_vertex(ctx, v0, v0);
93 feedback_vertex(ctx, v0, v1);
110 _swrast_select_triangle(struct gl_context *ctx, const SWvertex *v0, argument
124 _swrast_select_line(struct gl_context * ctx,const SWvertex * v0,const SWvertex * v1) argument
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_sf.c5 struct brw_reg inv, v0, v1, v2, delta; local in function:brw_sf_kernel__nomask
7 v0 = brw_vec4_grf(3, 0);
15 brw_MOV(p, brw_message_reg(3), v0);
20 brw_ADD(p, delta, v2, brw_negate(v0));
32 struct brw_reg inv, v0, v1, v2; local in function:brw_sf_kernel__mask
34 v0 = brw_vec8_grf(3, 0);
41 brw_MOV(p, brw_message_reg(3), v0);
46 brw_ADD(p, brw_vec8_grf(7, 0), v2, brw_negate(v0));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_sf.c5 struct brw_reg inv, v0, v1, v2, delta; local in function:brw_sf_kernel__nomask
7 v0 = brw_vec4_grf(3, 0);
15 brw_MOV(p, brw_message_reg(3), v0);
20 brw_ADD(p, delta, v2, brw_negate(v0));
32 struct brw_reg inv, v0, v1, v2; local in function:brw_sf_kernel__mask
34 v0 = brw_vec8_grf(3, 0);
41 brw_MOV(p, brw_message_reg(3), v0);
46 brw_ADD(p, brw_vec8_grf(7, 0), v2, brw_negate(v0));
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3d10sw/tests/
H A Dtri_vs_4_0.h27 dcl_input v0.xyzw
31 mov o0.xyzw, v0.xyzw
/xsrc/external/mit/MesaLib/dist/src/gbm/main/
H A Dgbm.c55 return gbm->v0.fd;
66 return gbm->v0.name;
85 return gbm->v0.is_format_supported(gbm, format, flags);
99 return gbm->v0.get_format_modifier_plane_count(gbm, format, modifier);
153 return bo->v0.width;
164 return bo->v0.height;
191 return bo->gbm->v0.bo_get_stride(bo, plane);
204 return bo->v0.format;
222 switch (bo->v0.format) {
288 return bo->gbm->v0
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_analysis.c59 is_zero_area(const float (*v0)[4], argument
63 /* Specialized test for v0.y == v1.y == v2.y.
65 return (v0[0][1] == v1[0][1] &&
66 v0[0][1] == v2[0][1]);
123 const float (*v0)[4],
131 calc_interps(v0[0][0], v2[0][0], v0[1][0], v2[1][0], &as, &bs);
132 calc_interps(v0[0][1], v2[0][1], v0[1][1], v2[1][1], &at, &bt);
136 assert(v0[
122 rect(struct lp_setup_context * setup,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4]) argument
154 test_rect(const_float4_ptr v0,const_float4_ptr v1,const_float4_ptr v2,const_float4_ptr v3) argument
229 const_float4_ptr v0 = get_vert(vb, stride, 0); local in function:check_elts24
336 const_float4_ptr v0 = get_vert(vb, i, stride); local in function:lp_setup_analyse_triangles
355 const float (*v0)[4] = get_vert(vb, 0, stride); local in function:lp_setup_analyse_triangles
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.h54 const float (*v0)[4],
60 const float (*v0)[4],
65 const float (*v0)[4] );
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.h54 const float (*v0)[4],
60 const float (*v0)[4],
65 const float (*v0)[4] );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_triemit.h32 VERTEX *v0,
43 PRINT_VERTEX(v0);
49 COPY_DWORDS( j, vb, vertsize, v0 );
56 VERTEX *v0,
67 PRINT_VERTEX(v0);
73 COPY_DWORDS( j, vb, vertsize, v0 );
84 VERTEX *v0,
94 PRINT_VERTEX(v0);
99 COPY_DWORDS( j, vb, vertsize, v0 );
107 VERTEX *v0,
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_triemit.h32 VERTEX *v0,
43 PRINT_VERTEX(v0);
49 COPY_DWORDS( j, vb, vertsize, v0 );
56 VERTEX *v0,
67 PRINT_VERTEX(v0);
73 COPY_DWORDS( j, vb, vertsize, v0 );
84 VERTEX *v0,
94 PRINT_VERTEX(v0);
99 COPY_DWORDS( j, vb, vertsize, v0 );
107 VERTEX *v0,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c50 const float (*v0)[4]; member in struct:point_info
89 float w0 = info->v0[0][3];
93 info->a0[slot][i] = info->v0[slot][i]*w0;
115 float w0 = info->v0[0][3];
122 float x0 = info->v0[0][0] - setup->pixel_offset;
123 float y0 = info->v0[0][1] - setup->pixel_offset;
138 float x0 = info->v0[0][0] - setup->pixel_offset;
139 float y0 = info->v0[0][1] - setup->pixel_offset;
196 constant_coef(setup, info, slot, info->v0[0][2], 2);
201 constant_coef(setup, info, slot, info->v0[
309 print_point(struct lp_setup_context * setup,const float (* v0)[4],const float size) argument
325 try_setup_point(struct lp_setup_context * setup,const float (* v0)[4]) argument
520 lp_setup_point_discard(struct lp_setup_context * setup,const float (* v0)[4]) argument
526 lp_setup_point(struct lp_setup_context * setup,const float (* v0)[4]) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_triangle.c57 const SWvertex *v0,
70 const SWvertex *v0,
77 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
78 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
81 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
83 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
96 const SWvertex *v0,
100 if (ef[e0]) _swrast_Point( ctx, v0 );
121 SWvertex *v0 = &verts[e0]; local in function:_swsetup_render_tri
139 /* save colors/indexes for v0, v
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
233 swsetup_line(struct gl_context * ctx,GLuint v0,GLuint v1) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_triangle.c57 const SWvertex *v0,
70 const SWvertex *v0,
77 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
78 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
81 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
83 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
96 const SWvertex *v0,
100 if (ef[e0]) _swrast_Point( ctx, v0 );
121 SWvertex *v0 = &verts[e0]; local in function:_swsetup_render_tri
139 /* save colors/indexes for v0, v
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
233 swsetup_line(struct gl_context * ctx,GLuint v0,GLuint v1) argument
[all...]
/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A DbezierEval.h41 void bezierSurfEvalDerGen(int uder, int vder, float u0, float u1, int uorder, float v0, float v1, int vorder, int dimension, float *ctlpoints, int ustride, int vstride, float u, float v, float ret[]);
43 void bezierSurfEval(float u0, float u1, int uorder, float v0, float v1, int vorder, int dimension, float *ctlpoints, int ustride, int vstride, float u, float v, float ret[]);
45 void bezierSurfEvalNormal(float u0, float u1, int uorder, float v0, float v1, int vorder, int dimension, float *ctlpoints, int ustride, int vstride, float u, float v, float retNormal[]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dqmd.h8 #define NVQMD_ENUM_1(X,drf,v0) \
9 [drf##_##v0] = #v0
10 #define NVQMD_ENUM_2(X,drf,v0,v1) \
11 [drf##_##v0] = #v0, \
13 #define NVQMD_ENUM_3(X,drf,v0,v1,v2) \
14 [drf##_##v0] = #v0, \
17 #define NVQMD_ENUM_8(X,drf,v0,v
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/
H A Du_indices_gen.py114 def vert( intype, outtype, v0 ):
116 return '(' + outtype + ')(' + v0 + ')'
118 return '(' + outtype + ')in[' + v0 + ']'
120 def point( intype, outtype, ptr, v0 ):
121 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
123 def line( intype, outtype, ptr, v0, v1 ):
124 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
127 def tri( intype, outtype, ptr, v0, v1, v2 ):
128 print(' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';')
132 def lineadj( intype, outtype, ptr, v0, v
[all...]

Completed in 22 milliseconds

12345678910