HomeSort by relevance Sort by last modified time
    Searched full:vert (Results 51 - 75 of 407) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-dp4.sh 0 VERT
vert-ex2.sh 0 VERT
vert-frc.sh 0 VERT
vert-lg2.sh 0 VERT
vert-lrp.sh 0 VERT
vert-mad.sh 0 VERT
vert-rcp.sh 0 VERT
vert-rsq.sh 0 VERT
vert-sge.sh 0 VERT
vert-slt.sh 0 VERT
vert-srcmod-abs.sh 0 VERT
vert-srcmod-absneg.sh 0 VERT
vert-arl.sh 0 VERT
vert-arr.sh 0 VERT
vert-flr.sh 0 VERT
  /external/eigen/Eigen/src/Core/
Fuzzy.h 84 * \f[ \Vert v - w \Vert \leqslant p\,\min(\Vert v\Vert, \Vert w\Vert). \f]
111 * \f[ \Vert v \Vert \leqslant p\,\vert x\vert. \f
    [all...]
  /cts/tests/webgl/src/android/webgl/cts/
WebGLTest.java 137 public void test_conformance_glsl_implicit_add_int_float_vert_html() throws Exception { doTest("tests/conformance/glsl/implicit/add_int_float.vert.html"); }
138 public void test_conformance_glsl_implicit_add_int_mat2_vert_html() throws Exception { doTest("tests/conformance/glsl/implicit/add_int_mat2.vert.html"); }
139 public void test_conformance_glsl_implicit_add_int_mat3_vert_html() throws Exception { doTest("tests/conformance/glsl/implicit/add_int_mat3.vert.html"); }
140 public void test_conformance_glsl_implicit_add_int_mat4_vert_html() throws Exception { doTest("tests/conformance/glsl/implicit/add_int_mat4.vert.html"); }
141 public void test_conformance_glsl_implicit_add_int_vec2_vert_html() throws Exception { doTest("tests/conformance/glsl/implicit/add_int_vec2.vert.html"); }
142 public void test_conformance_glsl_implicit_add_int_vec3_vert_html() throws Exception { doTest("tests/conformance/glsl/implicit/add_int_vec3.vert.html"); }
143 public void test_conformance_glsl_implicit_add_int_vec4_vert_html() throws Exception { doTest("tests/conformance/glsl/implicit/add_int_vec4.vert.html"); }
144 public void test_conformance_glsl_implicit_add_ivec2_vec2_vert_html() throws Exception { doTest("tests/conformance/glsl/implicit/add_ivec2_vec2.vert.html"); }
145 public void test_conformance_glsl_implicit_add_ivec3_vec3_vert_html() throws Exception { doTest("tests/conformance/glsl/implicit/add_ivec3_vec3.vert.html"); }
146 public void test_conformance_glsl_implicit_add_ivec4_vec4_vert_html() throws Exception { doTest("tests/conformance/glsl/implicit/add_ivec4_vec4.vert.html");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_triemit.h 145 const GLuint *start = (const GLuint *)VERT(elts[0]);
150 PRINT_VERTEX(VERT(elts[0]));
151 PRINT_VERTEX(VERT(elts[1]));
156 PRINT_VERTEX(VERT(elts[i]));
159 COPY_DWORDS( j, vb, vertsize, VERT(elts[i-1]) );
160 COPY_DWORDS( j, vb, vertsize, VERT(elts[i]) );
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_triemit.h 145 const GLuint *start = (const GLuint *)VERT(elts[0]);
150 PRINT_VERTEX(VERT(elts[0]));
151 PRINT_VERTEX(VERT(elts[1]));
156 PRINT_VERTEX(VERT(elts[i]));
159 COPY_DWORDS( j, vb, vertsize, VERT(elts[i-1]) );
160 COPY_DWORDS( j, vb, vertsize, VERT(elts[i]) );
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
vert-arl.sh 0 VERT
vert-arr.sh 0 VERT
vert-flr.sh 0 VERT
  /frameworks/base/core/jni/android/opengl/
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/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...]

Completed in 253 milliseconds

1 23 4 5 6 7 8 91011>>