| /xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/ |
| brw_sf.c | 5 struct brw_reg inv, v0, v1, v2, delta; local 8 v1 = brw_vec4_grf(4, 0); 17 brw_ADD(p, delta, v1, brw_negate(v2)); 32 struct brw_reg inv, v0, v1, v2; local 35 v1 = brw_vec8_grf(4, 0); 43 brw_ADD(p, brw_vec8_grf(7, 0), v1, brw_negate(v2));
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/ |
| brw_sf.c | 5 struct brw_reg inv, v0, v1, v2, delta; local 8 v1 = brw_vec4_grf(4, 0); 17 brw_ADD(p, delta, v1, brw_negate(v2)); 32 struct brw_reg inv, v0, v1, v2; local 35 v1 = brw_vec8_grf(4, 0); 43 brw_ADD(p, brw_vec8_grf(7, 0), v1, brw_negate(v2));
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| arcsorter.cc | 98 int v1 = (jarc1->getitail() ? 0 : (jarc1->pwlArc->npts - 1)); local 101 REAL diff = jarc1->pwlArc->pts[v1].param[1] - 109 if( v1 == 0 ) { 143 int v1 = (jarc1->getitail() ? 0 : (jarc1->pwlArc->npts - 1)); local 146 REAL diff = jarc1->pwlArc->pts[v1].param[0] - 154 if( v1 == 0 ) {
|
| ccw.cc | 59 TrimVertex *v1 = &j1->pwlArc->pts[j1->pwlArc->npts-1]; local 63 TrimVertex *v1next = v1-1; 67 assert( v1 != v1last ); 74 // the arcs lie on the line (0 == v1->param[0]) 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] ) 91 assert( v1->param[0] <= v1next->param[0] ); 104 v1 = v1next-- 172 TrimVertex *v1 = &j1->pwlArc->pts[j1->pwlArc->npts-1]; local 285 TrimVertex *v1 = &j1->pwlArc->pts[j1->pwlArc->npts-1]; local 398 TrimVertex *v1 = &j1->pwlArc->pts[j1->pwlArc->npts-1]; local [all...] |
| /xsrc/external/mit/libXmu/dist/src/ |
| AllCmap.c | 97 XVisualInfo template, *vinfo, *v1, *v2; local 109 v1 = getDeepestVisual(DirectColor, vinfo, nvisuals); 113 (!v1 || (v2->colormap_size >= (long) 114 ((v1->red_mask | v1->green_mask | v1->blue_mask) + 1)))) 117 else if (v1) 118 status = XmuVisualStandardColormaps(dpy, scr, v1->visualid, 119 (unsigned) v1->depth, 1, 1); 122 if (((v1 = getDeepestVisual(TrueColor, vinfo, nvisuals)) != NULL [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| comparison_pre_tests.cpp | 37 v1 = nir_imm_vec4(&bld, -2.0, -1.0, 1.0, 2.0); 50 nir_ssa_def *v1; member in class:comparison_pre_test 97 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 149 nir_ssa_def *b = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 202 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 254 nir_ssa_def *b = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 307 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 360 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 414 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 467 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0) [all...] |
| negative_equal_tests.cpp | 301 nir_ssa_def *v1 = nir_imm_vec4(&bld, -2.0, 18.0, 43.0, 1.0); local 304 nir_ssa_def *result = nir_fadd(&bld, v1, v2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/ |
| comparison_pre_tests.cpp | 34 v1 = nir_imm_vec4(&bld, -2.0, -1.0, 1.0, 2.0); 46 nir_ssa_def *v1; member in class:comparison_pre_test 93 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 145 nir_ssa_def *b = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 198 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 250 nir_ssa_def *b = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 303 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 356 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 410 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0); 463 nir_ssa_def *a = nir_channel(&bld, nir_fadd(&bld, v1, v3), 0) [all...] |
| /xsrc/external/mit/xorg-server/dist/test/ |
| xfree86.c | 43 const char *o1 = "foo", *o2 = "bar", *v1 = "one", *v2 = "two"; local 51 options = xf86AddNewOption(NULL, o1, v1); 64 assert(strcmp(val1, v1) == 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_cull.c | 65 const float *v1 = header->v[1]->data[pos]; local 68 /* edge vectors: e = v0 - v2, f = v1 - v2 */ 71 const float fx = v1[0] - v2[0]; 72 const float fy = v1[1] - v2[1];
|
| draw_pipe_wide_line.c | 57 struct vertex_header *v1 = dup_vert(stage, header->v[0], 1); local 62 float *pos1 = v1->data[pos]; 136 tri.v[2] = v1;
|
| draw_pipe_offset.c | 75 float *v1 = header->v[1]->data[pos]; local 78 /* edge vectors e = v0 - v2, f = v1 - v2 */ 82 float fx = v1[0] - v2[0]; 83 float fy = v1[1] - v2[1]; 84 float fz = v1[2] - v2[2]; 100 maxz.f = MAX3(fabs(v0[2]), fabs(v1[2]), fabs(v2[2])); 124 v1[2] = SATURATE(v1[2] + zoffset);
|
| draw_pipe_unfilled.c | 102 struct vertex_header *v1) 108 tmp.v[1] = v1; 117 struct vertex_header *v1 = header->v[1]; local 124 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) 125 point(stage, header, v1); 135 struct vertex_header *v1 = header->v[1]; local 154 line(stage, header, v0, v1); 155 if ((header->flags & DRAW_PIPE_EDGE_FLAG_1) && v1->edgeflag) 156 line(stage, header, v1, v2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_wide_line.c | 57 struct vertex_header *v1 = dup_vert(stage, header->v[0], 1); local 62 float *pos1 = v1->data[pos]; 136 tri.v[2] = v1;
|
| draw_pipe_cull.c | 158 const float *v1 = header->v[1]->data[pos]; local 161 /* edge vectors: e = v0 - v2, f = v1 - v2 */ 164 const float fx = v1[0] - v2[0]; 165 const float fy = v1[1] - v2[1];
|
| draw_pipe_offset.c | 75 float *v1 = header->v[1]->data[pos]; local 78 /* edge vectors e = v0 - v2, f = v1 - v2 */ 82 float fx = v1[0] - v2[0]; 83 float fy = v1[1] - v2[1]; 84 float fz = v1[2] - v2[2]; 100 maxz.f = MAX3(v0[2], v1[2], v2[2]); 124 v1[2] = CLAMP(v1[2] + zoffset, 0.0f, 1.0f);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| clip.cpp | 42 int p, // index to second edge vertex v1 in pInPts. 55 // t = (v1.w - v1.x) / ((v2.x - v1.x) - (v2.w - v1.w)) for x = w (RIGHT) plane, etc. 56 const float* v1 = &pInPts[s * 4]; local 62 t = ComputeInterpFactor(v1[3] + v1[0], v2[3] + v2[0]); 65 t = ComputeInterpFactor(v1[3] - v1[0], v2[3] - v2[0]) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| render2swap.c | 99 GLfloat u1, u2, v1, v2, *points; local 118 v1 = *(GLfloat *)(pc + 16); 181 GLdouble u1, u2, v1, v2, *points; local 207 __GLX_GET_DOUBLE(v1,pc+16);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_setup_analysis.c | 60 const float (*v1)[4], 63 /* Specialized test for v0.y == v1.y == v2.y. 65 return (v0[0][1] == v1[0][1] && 124 const float (*v1)[4], 133 assert(test_interps(v1, as, bs, at, bt)); 136 assert(v0[0][0] == v1[0][0]); 137 assert(v1[0][1] == v2[0][1]); 139 lp_rect_cw(setup, v0, v1, v2, TRUE); 151 * v2------v1 155 const_float4_ptr v1, 230 const_float4_ptr v1 = get_vert(vb, stride, 1); local 337 const_float4_ptr v1 = get_vert(vb, i+1, stride); local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_if_conversion.cpp | 280 value *v1 = phi->src[0]; local 288 if (v1->is_undef()) { 295 return sh.create_mov(d, v1); 302 n->src.push_back(v1);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_clip_tri.c | 523 struct brw_reg v1 = get_tmp(c); local 540 brw_MOV(p, v1, deref_4f(vt1, hpos_offset)); 547 brw_CMP(p, t2, BRW_CONDITIONAL_L, v1, negate(get_element(v1, 3))); 585 brw_CMP(p, t2, BRW_CONDITIONAL_G, v1, get_element(v1, 3));
|
| brw_clip_unfilled.c | 50 struct brw_reg v1 = byte_offset(c->reg.vertex[1], hpos_offset); local 67 brw_MOV(p, v1n, v1); 286 struct brw_indirect v1 = brw_indirect(1, 0); local 322 brw_MOV(p, get_addr_reg(v1), deref_1uw(v0ptr, 2)); 336 brw_clip_emit_vue(c, v1, BRW_URB_WRITE_ALLOCATE_COMPLETE,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/ |
| ss_triangle.c | 58 const SWvertex *v1, 71 const SWvertex *v1, 78 if (ef[e0]) _swrast_Line( ctx, v0, v1 ); 79 if (ef[e1]) _swrast_Line( ctx, v1, v2 ); 81 if (ef[e0]) _swrast_Line( ctx, v0, v1 ); 82 if (ef[e1]) _swrast_Line( ctx, v1, v2 ); 97 const SWvertex *v1, 101 if (ef[e1]) _swrast_Point( ctx, v1 ); 122 SWvertex *v1 = &verts[e1]; local 139 /* save colors/indexes for v0, v1 vertices * [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| t_dd_vertex.h | 57 GLfloat u1, v1; member in struct:__anon2704::__anon2705 66 GLfloat u1, v1, q1; member in struct:__anon2704::__anon2706
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| u_format_yuv.c | 595 uint8_t y0, y1, u0, u1, v0, v1, u, v; local 600 &y1, &u1, &v1); 603 v = (v0 + v1 + 1) >> 1; 648 uint8_t y0, y1, u0, u1, v0, v1, u, v; local 653 &y1, &u1, &v1); 656 v = (v0 + v1 + 1) >> 1; 817 uint8_t y0, y1, u0, u1, v0, v1, u, v; local 822 &y1, &u1, &v1); 825 v = (v0 + v1 + 1) >> 1; 870 uint8_t y0, y1, u0, u1, v0, v1, u, v local [all...] |