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

1 2

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_EBSC.h 31 SkOTTableEmbeddedBitmapLocation::SbitLineMetrics vert; member in struct:SkOTTableEmbeddedBitmapScaling::BitmapScaleTable
SkOTTable_EBLC.h 51 SbitLineMetrics vert; //line metrics for text rendered vertically member in struct:SkOTTableEmbeddedBitmapLocation::BitmapSizeTable
  /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_clip.c 247 debug_printf(" Vert %d: Attr %d: %f %f %f %f\n", j, k,
276 struct vertex_header *vert,
281 if (vert->have_clipdist && plane_idx >= 6) {
286 dp = vert->data[draw_current_shader_clipdistance_output(clipper->stage.draw, cdi)][vidx];
289 dp = dot4(vert->clip, plane);
348 struct vertex_header *vert = inlist[i]; local
351 float dp = getclipdist(clipper, vert, plane_idx);
382 interp( clipper, new_vert, t, vert, vert_prev );
384 /* Whether or not to set edge flag for the new vert depends
403 interp( clipper, new_vert, t, vert_prev, vert );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
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 ) + ';'
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 ) + ';'
  /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_clip.c 247 debug_printf(" Vert %d: Attr %d: %f %f %f %f\n", j, k,
276 struct vertex_header *vert,
281 if (vert->have_clipdist && plane_idx >= 6) {
286 dp = vert->data[draw_current_shader_clipdistance_output(clipper->stage.draw, cdi)][vidx];
289 dp = dot4(vert->clip, plane);
348 struct vertex_header *vert = inlist[i]; local
351 float dp = getclipdist(clipper, vert, plane_idx);
382 interp( clipper, new_vert, t, vert, vert_prev );
384 /* Whether or not to set edge flag for the new vert depends
403 interp( clipper, new_vert, t, vert_prev, vert );
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
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 ) + ';'
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 ) + ';'
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_sanity.c 415 uint vert; local
416 for (vert = 0; vert < ctx->implied_array_size; ++vert) {
418 fill_scan_register2d(reg, file, i, vert);
  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_sf.h 79 struct brw_reg vert[3]; member in struct:brw_sf_compile
  /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...]
  /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...]