HomeSort by: relevance | last modified time | path
    Searched refs:v2 (Results 1 - 25 of 571) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
gtest_pred_impl.h 47 // ASSERT_PRED_FORMAT2(pred_format, v1, v2)
59 // ASSERT_PRED2(pred, v1, v2)
63 // and the values v1, v2, ..., must support the << operator for
135 const T2& v2) {
136 if (pred(v1, v2)) return AssertionSuccess();
143 << e2 << " evaluates to " << ::testing::PrintToString(v2);
148 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\
149 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
154 #define GTEST_PRED2_(pred, v1, v2, on_failure)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/
gtest_pred_impl.h 47 // ASSERT_PRED_FORMAT2(pred_format, v1, v2)
59 // ASSERT_PRED2(pred, v1, v2)
63 // and the values v1, v2, ..., must support the << operator for
134 const T2& v2) {
135 if (pred(v1, v2)) return AssertionSuccess();
141 << "\n" << e2 << " evaluates to " << v2;
146 #define GTEST_PRED_FORMAT2_(pred_format, v1, v2, on_failure)\
147 GTEST_ASSERT_(pred_format(#v1, #v2, v1, v2), \
152 #define GTEST_PRED2_(pred, v1, v2, on_failure)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxvisuals.c 38 int glxVisualsMatch( __GLXvisualConfig *v1, __GLXvisualConfig *v2 )
40 if ( (v1->class == v2->class) &&
41 (v1->rgba == v2->rgba) &&
42 (v1->redSize == v2->redSize) &&
43 (v1->greenSize == v2->greenSize) &&
44 (v1->blueSize == v2->blueSize) &&
45 (v1->alphaSize == v2->alphaSize) &&
46 (v1->redMask == v2->redMask) &&
47 (v1->greenMask == v2->greenMask) &&
48 (v1->blueMask == v2->blueMask) &
    [all...]
glxvisuals.h 34 int glxVisualsMatch( __GLXvisualConfig *v1, __GLXvisualConfig *v2 );
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
virgl_winsys.h 127 caps->caps.v2.min_aliased_point_size = 1.f;
128 caps->caps.v2.max_aliased_point_size = 255.f;
129 caps->caps.v2.min_smooth_point_size = 1.f;
130 caps->caps.v2.max_smooth_point_size = 190.f;
131 caps->caps.v2.min_aliased_line_width = 1.f;
132 caps->caps.v2.max_aliased_line_width = 10.f;
133 caps->caps.v2.min_smooth_line_width = 0.f;
134 caps->caps.v2.max_smooth_line_width = 10.f;
135 caps->caps.v2.max_texture_lod_bias = 15.0f;
136 caps->caps.v2.max_geom_output_vertices = 256
    [all...]
virgl_screen.c 86 if (vscreen->caps.caps.v2.max_texture_2d_size)
87 return 1 + util_logbase2(vscreen->caps.caps.v2.max_texture_2d_size);
90 if (vscreen->caps.caps.v2.max_texture_3d_size)
91 return 1 + util_logbase2(vscreen->caps.caps.v2.max_texture_3d_size);
94 if (vscreen->caps.caps.v2.max_texture_cube_size)
95 return 1 + util_logbase2(vscreen->caps.caps.v2.max_texture_cube_size);
130 return vscreen->caps.caps.v2.min_texel_offset;
132 return vscreen->caps.caps.v2.min_texture_gather_offset;
134 return vscreen->caps.caps.v2.max_texel_offset;
136 return vscreen->caps.caps.v2.max_texture_gather_offset
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_feedback.h 37 const SWvertex *v1, const SWvertex *v2 );
40 const SWvertex *v1, const SWvertex *v2 );
45 const SWvertex *v1, const SWvertex *v2 );
48 const SWvertex *v1, const SWvertex *v2 );
s_triangle.h 38 const SWvertex *v2);
47 const SWvertex *v2 );
s_feedback.c 56 const SWvertex *v1, const SWvertex *v2)
58 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
65 feedback_vertex(ctx, v2, v2);
68 feedback_vertex(ctx, v0, v2);
69 feedback_vertex(ctx, v1, v2);
70 feedback_vertex(ctx, v2, v2);
111 const SWvertex *v1, const SWvertex *v2)
113 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_feedback.h 37 const SWvertex *v1, const SWvertex *v2 );
40 const SWvertex *v1, const SWvertex *v2 );
45 const SWvertex *v1, const SWvertex *v2 );
48 const SWvertex *v1, const SWvertex *v2 );
s_triangle.h 38 const SWvertex *v2);
47 const SWvertex *v2 );
s_feedback.c 56 const SWvertex *v1, const SWvertex *v2)
58 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
65 feedback_vertex(ctx, v2, v2);
68 feedback_vertex(ctx, v0, v2);
69 feedback_vertex(ctx, v1, v2);
70 feedback_vertex(ctx, v2, v2);
111 const SWvertex *v1, const SWvertex *v2)
113 if (!_swrast_culltriangle(ctx, v0, v1, v2)) {
    [all...]
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
ccw.cc 61 TrimVertex *v2 = &j2->pwlArc->pts[0]; local
64 TrimVertex *v2next = v2+1;
68 assert( v2 != v2last );
75 if( v1->param[0] == v1next->param[0] && v2->param[0] == v2next->param[0] )
78 if( v2next->param[0] < v2->param[0] || v1next->param[0] < v1->param[0] )
81 if( v1->param[1] < v2->param[1] )
83 else if( v1->param[1] > v2->param[1] )
92 assert( v2->param[0] <= v1next->param[0] );
93 switch( bbox( v2, v2next, v1next, 1 ) ) {
97 sgn = ccw( v1next, v2, v2next )
174 TrimVertex *v2 = &j2->pwlArc->pts[0]; local
287 TrimVertex *v2 = &j2->pwlArc->pts[0]; local
400 TrimVertex *v2 = &j2->pwlArc->pts[0]; local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
brw_sf.c 5 struct brw_reg inv, v0, v1, v2, delta; local
9 v2 = brw_vec4_grf(5, 0);
17 brw_ADD(p, delta, v1, brw_negate(v2));
20 brw_ADD(p, delta, v2, brw_negate(v0));
32 struct brw_reg inv, v0, v1, v2; local
36 v2 = brw_vec8_grf(5, 0);
43 brw_ADD(p, brw_vec8_grf(7, 0), v1, brw_negate(v2));
46 brw_ADD(p, brw_vec8_grf(7, 0), v2, brw_negate(v0));
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
brw_sf.c 5 struct brw_reg inv, v0, v1, v2, delta; local
9 v2 = brw_vec4_grf(5, 0);
17 brw_ADD(p, delta, v1, brw_negate(v2));
20 brw_ADD(p, delta, v2, brw_negate(v0));
32 struct brw_reg inv, v0, v1, v2; local
36 v2 = brw_vec8_grf(5, 0);
43 brw_ADD(p, brw_vec8_grf(7, 0), v1, brw_negate(v2));
46 brw_ADD(p, brw_vec8_grf(7, 0), v2, brw_negate(v0));
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_setup_analysis.c 61 const float (*v2)[4])
63 /* Specialized test for v0.y == v1.y == v2.y.
66 v0[0][1] == v2[0][1]);
125 const float (*v2)[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);
137 assert(v1[0][1] == v2[0][1]);
139 lp_rect_cw(setup, v0, v1, v2, TRUE)
231 const_float4_ptr v2 = get_vert(vb, stride, 2); local
338 const_float4_ptr v2 = get_vert(vb, i+2, stride); local
    [all...]
lp_setup_line.c 52 const float (*v2)[4]; member in struct:lp_line_info
86 float a2 = info->v2[vert_attr][i];
118 float a2 = info->v2[vert_attr][i] * info->v2[0][3];
190 constant_coef(setup, info, slot+1, info->v2[vert_attr][i], i);
248 const float (*v2)[4])
259 debug_printf(" v2[%d]: %f %f %f %f\n", i,
260 v2[i][0], v2[i][1], v2[i][2], v2[i][3])
    [all...]
lp_setup_rect.c 240 * v2 ------ v1
251 const float (*v2)[4],
268 int x2 = subpixel_snap(v2[0][0] - setup->pixel_offset);
271 int y2 = subpixel_snap(v2[0][1] - setup->pixel_offset);
287 pv = v2;
346 v2,
477 const float (*v2)[4],
480 if (!try_rect_cw(setup, v0, v1, v2, frontfacing)) {
484 if (!try_rect_cw(setup, v0, v1, v2, frontfacing))
499 const float (*v2)[4]
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
virgl_winsys.h 147 caps->caps.v2.min_aliased_point_size = 1.f;
148 caps->caps.v2.max_aliased_point_size = 255.f;
149 caps->caps.v2.min_smooth_point_size = 1.f;
150 caps->caps.v2.max_smooth_point_size = 190.f;
151 caps->caps.v2.min_aliased_line_width = 1.f;
152 caps->caps.v2.max_aliased_line_width = 10.f;
153 caps->caps.v2.min_smooth_line_width = 0.f;
154 caps->caps.v2.max_smooth_line_width = 10.f;
155 caps->caps.v2.max_texture_lod_bias = 15.0f;
156 caps->caps.v2.max_geom_output_vertices = 256
    [all...]
virgl_screen.c 70 if (vscreen->caps.caps.v2.host_feature_check_version >= 5)
71 return vscreen->caps.caps.v2.renderer;
88 return vscreen->caps.caps.v2.max_anisotropy > 1.0;
103 if (vscreen->caps.caps.v2.max_texture_2d_size)
104 return vscreen->caps.caps.v2.max_texture_2d_size;
107 if (vscreen->caps.caps.v2.max_texture_3d_size)
108 return 1 + util_logbase2(vscreen->caps.caps.v2.max_texture_3d_size);
111 if (vscreen->caps.caps.v2.max_texture_cube_size)
112 return 1 + util_logbase2(vscreen->caps.caps.v2.max_texture_cube_size);
129 if (vscreen->caps.caps.v2.host_feature_check_version >= 3
    [all...]
  /xsrc/external/mit/libXmu/dist/src/
AllCmap.c 97 XVisualInfo template, *vinfo, *v1, *v2; local
110 v2 = getDeepestVisual(PseudoColor, vinfo, nvisuals);
112 if (v2 &&
113 (!v1 || (v2->colormap_size >= (long)
115 status = XmuVisualStandardColormaps(dpy, scr, v2->visualid,
116 (unsigned) v2->depth, 1, 1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_setup_line.c 52 const float (*v2)[4]; member in struct:lp_line_info
86 float a2 = info->v2[vert_attr][i];
118 float a2 = info->v2[vert_attr][i] * info->v2[0][3];
190 constant_coef(setup, info, slot+1, info->v2[vert_attr][i], i);
248 const float (*v2)[4])
259 debug_printf(" v2[%d]: %f %f %f %f\n", i,
260 v2[i][0], v2[i][1], v2[i][2], v2[i][3])
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
ss_triangle.c 59 const SWvertex *v2);
72 const SWvertex *v2)
77 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
79 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
82 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
83 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
98 const SWvertex *v2)
102 if (ef[e2]) _swrast_Point( ctx, v2 );
123 SWvertex *v2 = &verts[e2]; local
145 /* copy v2 color/indexes to v0, v1 indexes *
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
ss_triangle.c 59 const SWvertex *v2);
72 const SWvertex *v2)
77 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
79 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
82 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
83 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
98 const SWvertex *v2)
102 if (ef[e2]) _swrast_Point( ctx, v2 );
123 SWvertex *v2 = &verts[e2]; local
145 /* copy v2 color/indexes to v0, v1 indexes *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
t_dd_triemit.h 34 VERTEX *v2,
45 PRINT_VERTEX(v2);
51 COPY_DWORDS( j, vb, vertsize, v2 );
58 VERTEX *v2,
69 PRINT_VERTEX(v2);
77 COPY_DWORDS( j, vb, vertsize, v2 );
86 VERTEX *v2 )
96 PRINT_VERTEX(v2);
101 COPY_DWORDS( j, vb, vertsize, v2 );

Completed in 18 milliseconds

1 2 3 4 5 6 7 8 91011>>