HomeSort by relevance Sort by last modified time
    Searched refs:vert (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_ppc.c 109 uint vert; local
110 for (vert = 0; vert < max_vertices; vert++) {
114 vert, attr, vIn[0], vIn[1], vIn[2], vIn[3]);
116 inputs_soa[attr][0][vert] = vIn[attr * 4 + 0];
117 inputs_soa[attr][1][vert] = vIn[attr * 4 + 1];
118 inputs_soa[attr][2][vert] = vIn[attr * 4 + 2];
119 inputs_soa[attr][3][vert] = vIn[attr * 4 + 3];
134 uint vert; local
    [all...]
draw_pipe.h 62 struct vertex_header **tmp; /**< temp vert storage, such as for clipping */
109 * \param vert the vertex to copy (source)
115 const struct vertex_header *vert,
121 memcpy(tmp, vert, vsize);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 109 uint vert; local
110 for (vert = 0; vert < max_vertices; vert++) {
114 vert, attr, vIn[0], vIn[1], vIn[2], vIn[3]);
116 inputs_soa[attr][0][vert] = vIn[attr * 4 + 0];
117 inputs_soa[attr][1][vert] = vIn[attr * 4 + 1];
118 inputs_soa[attr][2][vert] = vIn[attr * 4 + 2];
119 inputs_soa[attr][3][vert] = vIn[attr * 4 + 3];
134 uint vert; local
    [all...]
draw_pipe.h 62 struct vertex_header **tmp; /**< temp vert storage, such as for clipping */
109 * \param vert the vertex to copy (source)
115 const struct vertex_header *vert,
121 memcpy(tmp, vert, vsize);
  /frameworks/base/core/tests/coretests/src/android/view/
CreateViewTest.java 46 LinearLayout vert = new LinearLayout(mContext); local
47 vert.addView(new CreateViewTest.ViewOne(mContext),
53 LinearLayout vert = new LinearLayout(mContext); local
56 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
59 vert.addView(two, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
62 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
65 vert.addView(four, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
68 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
71 vert.addView(six, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0));
85 LinearLayout vert = new LinearLayout(mContext) local
91 LinearLayout vert = new LinearLayout(mContext); local
    [all...]
  /frameworks/base/core/jni/android/opengl/
poly.h 40 Poly_vert vert[POLY_NMAX]; /* vertices */ member in struct:android::__anon39230
poly_clip.cpp 39 #define COORD(vert, i) ((float *)(vert))[i]
70 /* start with u=vert[n-1], v=vert[0] */
71 u = &p->vert[p->n-1];
73 for (v= &p->vert[0], i=p->n; i>0; i--, u=v, tu=tv, v++) {
82 wp = (float *)&q->vert[q->n].sx;
89 q->vert[q->n++] = *v;
115 for (v=p1->vert, i=p1->n; i>0; i--, v++) {
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_points.c 55 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed)
61 size = vert->pointSize;
83 sprite_point(struct gl_context *ctx, const SWvertex *vert)
92 CULL_INVALID(vert);
96 span.z = FloatToFixed(vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F);
98 span.z = (GLuint) (vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F);
101 size = get_size(ctx, vert, GL_FALSE);
109 span.red = ChanToFixed(vert->color[0]);
110 span.green = ChanToFixed(vert->color[1]);
111 span.blue = ChanToFixed(vert->color[2])
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_points.c 55 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed)
61 size = vert->pointSize;
83 sprite_point(struct gl_context *ctx, const SWvertex *vert)
92 CULL_INVALID(vert);
96 span.z = FloatToFixed(vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F);
98 span.z = (GLuint) (vert->attrib[FRAG_ATTRIB_WPOS][2] + 0.5F);
101 size = get_size(ctx, vert, GL_FALSE);
109 span.red = ChanToFixed(vert->color[0]);
110 span.green = ChanToFixed(vert->color[1]);
111 span.blue = ChanToFixed(vert->color[2])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
polygon.c 73 float *vert;
76 vert = ptr_to_vertex(poly->data, i);
77 debug_printf("%f, %f, ", vert[0], vert[1]);
145 float *vert; local
153 vert = ptr_to_vertex(p->data, p->num_verts);
154 vert[0] = x;
155 vert[1] = y;
163 float *vert; local
170 vert = ptr_to_vertex(p->data, idx)
179 float *vert; local
196 float *vert = ptr_to_vertex(p->data, 0); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
polygon.c 73 float *vert;
76 vert = ptr_to_vertex(poly->data, i);
77 debug_printf("%f, %f, ", vert[0], vert[1]);
145 float *vert; local
153 vert = ptr_to_vertex(p->data, p->num_verts);
154 vert[0] = x;
155 vert[1] = y;
163 float *vert; local
170 vert = ptr_to_vertex(p->data, idx)
179 float *vert; local
196 float *vert = ptr_to_vertex(p->data, 0); local
    [all...]
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 126 std::ostringstream vert, frag; local
128 vert << "#version 300 es\n"
135 vert << "in highp int a_iterCount;\n";
138 vert << "flat out highp int v_iterCount;\n";
143 (isVertCase ? vert : frag) << "uniform highp int u_iterCount;\n";
147 vert << "out mediump vec4 v_color;\n";
153 vert << "\nvoid main (void)\n{\n"
158 vert << " v_iterCount = a_iterCount;\n";
167 std::ostringstream& op = isVertCase ? vert : frag;
197 vert << " v_color = color;\n"
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_EBSC.h 31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert; member in struct:SkOTTableEmbeddedBitmapScaling::BitmapScaleTable
  /external/skia/src/sfnt/
SkOTTable_EBSC.h 31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert; member in struct:SkOTTableEmbeddedBitmapScaling::BitmapScaleTable
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf_emit.c 62 struct brw_reg vert,
70 return brw_vec4_grf(vert.nr + off, sub * 4);
83 struct brw_reg vert )
92 get_vert_result(c, vert, VERT_RESULT_COL0+i),
93 get_vert_result(c, vert, VERT_RESULT_BFC0+i));
126 case 3: copy_bfc(c, c->vert[2]);
127 case 2: copy_bfc(c, c->vert[1]);
128 case 1: copy_bfc(c, c->vert[0]);
189 copy_colors(c, c->vert[1], c->vert[0])
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_sf_emit.c 62 struct brw_reg vert,
70 return brw_vec4_grf(vert.nr + off, sub * 4);
83 struct brw_reg vert )
92 get_vert_result(c, vert, VERT_RESULT_COL0+i),
93 get_vert_result(c, vert, VERT_RESULT_BFC0+i));
126 case 3: copy_bfc(c, c->vert[2]);
127 case 2: copy_bfc(c, c->vert[1]);
128 case 1: copy_bfc(c, c->vert[0]);
189 copy_colors(c, c->vert[1], c->vert[0])
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDefaultPathRenderer.cpp 244 SkPoint* vert = base; local
261 uint16_t currIdx = (uint16_t) (vert - base);
265 *vert = pts[0];
266 vert++;
270 uint16_t prevIdx = (uint16_t)(vert - base) - 1;
274 *(vert++) = pts[1];
278 uint16_t firstQPtIdx = (uint16_t)(vert - base) - 1;
282 srcSpaceTolSqd, &vert,
294 uint16_t firstCPtIdx = (uint16_t)(vert - base) - 1;
297 srcSpaceTolSqd, &vert,
    [all...]
GrAAHairLinePathRenderer.cpp 633 BezierVertex** vert,
635 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
636 set_conic_coeffs(p, *vert, weight);
637 *vert += kVertsPerQuad;
644 BezierVertex** vert,
650 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert, devBounds);
651 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert, devBounds);
653 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
654 set_uv_quad(p, *vert);
655 *vert += kVertsPerQuad
    [all...]
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 244 SkPoint* vert = base; local
261 uint16_t currIdx = (uint16_t) (vert - base);
265 *vert = pts[0];
266 vert++;
270 uint16_t prevIdx = (uint16_t)(vert - base) - 1;
274 *(vert++) = pts[1];
278 uint16_t firstQPtIdx = (uint16_t)(vert - base) - 1;
282 srcSpaceTolSqd, &vert,
294 uint16_t firstCPtIdx = (uint16_t)(vert - base) - 1;
297 srcSpaceTolSqd, &vert,
    [all...]
GrAAHairLinePathRenderer.cpp 633 BezierVertex** vert,
635 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
636 set_conic_coeffs(p, *vert, weight);
637 *vert += kVertsPerQuad;
644 BezierVertex** vert,
650 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert, devBounds);
651 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert, devBounds);
653 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
654 set_uv_quad(p, *vert);
655 *vert += kVertsPerQuad
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
u_indices_gen.py 106 def vert( intype, outtype, v0 ): function
113 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
116 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
117 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
120 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
121 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
122 print ' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';'
u_unfilled_gen.py 95 def vert( intype, outtype, v0 ): function
102 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
103 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices_gen.py 106 def vert( intype, outtype, v0 ): function
113 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
116 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
117 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
120 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
121 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
122 print ' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';'
u_unfilled_gen.py 95 def vert( intype, outtype, v0 ): function
102 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
103 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
  /external/pixman/pixman/
pixman-filter.c 314 pixman_fixed_t *horz = NULL, *vert = NULL, *params = NULL; local
322 vert = create_1d_filter (&height, reconstruct_y, sample_y, sy, subsample_y);
324 if (!horz || !vert)
340 memcpy (params + 4 + width * subsample_x, vert,
345 free (vert);

Completed in 731 milliseconds

1 2 3 4 5