| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/ |
| H A D | gtest_pred_impl.h | 185 const T3& v3) { 186 if (pred(v1, v2, v3)) return AssertionSuccess(); 194 << "\n" << e3 << " evaluates to " << v3; 199 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ 200 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \ 205 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ 209 #v3, \ 213 v3), on_failure) 216 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ 178 AssertPred3Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3) argument 234 AssertPred4Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,const char * e4,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3,const T4 & v4) argument 297 AssertPred5Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,const char * e4,const char * e5,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3,const T4 & v4,const T5 & v5) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/ |
| H A D | gtest_pred_impl.h | 187 const T3& v3) { 188 if (pred(v1, v2, v3)) return AssertionSuccess(); 196 << e3 << " evaluates to " << ::testing::PrintToString(v3); 201 #define GTEST_PRED_FORMAT3_(pred_format, v1, v2, v3, on_failure)\ 202 GTEST_ASSERT_(pred_format(#v1, #v2, #v3, v1, v2, v3), \ 207 #define GTEST_PRED3_(pred, v1, v2, v3, on_failure)\ 211 #v3, \ 215 v3), on_failure) 218 #define EXPECT_PRED_FORMAT3(pred_format, v1, v2, v3) \ 180 AssertPred3Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3) argument 236 AssertPred4Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,const char * e4,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3,const T4 & v4) argument 298 AssertPred5Helper(const char * pred_text,const char * e1,const char * e2,const char * e3,const char * e4,const char * e5,Pred pred,const T1 & v1,const T2 & v2,const T3 & v3,const T4 & v4,const T5 & v5) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_analysis.c | 148 * v3------v0 157 const_float4_ptr v3) 161 v2[0][0] != v3[0][0] || 162 v3[0][1] != v0[0][1]) 168 v3[0][3] != 1.0) 232 const_float4_ptr v3 = get_vert(vb, stride, 3); local in function:check_elts24 259 if (!test_rect(v6, v0, v3, v9)) 287 make_vert(v18, v3, vB); 289 make_vert(v12, v3, vD); 303 (const_float4_ptr)v3, 154 test_rect(const_float4_ptr v0,const_float4_ptr v1,const_float4_ptr v2,const_float4_ptr v3) argument 358 const float (*v3)[4] = get_vert(vb, 3, stride); local in function:lp_setup_analyse_triangles [all...] |
| H A D | lp_setup_rect.c | 500 const float (*v3)[4], 515 if (SAME_POS(v0, v3)) { 524 * v3/v0 v1 533 * v4 v3/v0 551 if (SAME_POS(v2, v3)) { 553 * v4 v3/v2 568 * v3 v5/v0 576 rv0 = v3; 588 * v3 v5/v2 596 rv0 = v3; 496 do_rect_ccw(struct lp_setup_context * setup,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4],const float (* v3)[4],const float (* v4)[4],const float (* v5)[4],boolean front) argument 781 setup_rect_cw(struct lp_setup_context * setup,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4],const float (* v3)[4],const float (* v4)[4],const float (* v5)[4]) argument 808 setup_rect_ccw(struct lp_setup_context * setup,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4],const float (* v3)[4],const float (* v4)[4],const float (* v5)[4]) argument 836 setup_rect_noop(struct lp_setup_context * setup,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4],const float (* v3)[4],const float (* v4)[4],const float (* v5)[4]) argument 849 setup_rect_both(struct lp_setup_context * setup,const float (* v0)[4],const float (* v1)[4],const float (* v2)[4],const float (* v3)[4],const float (* v4)[4],const float (* v5)[4]) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/tests/ |
| H A D | comparison_pre_tests.cpp | 36 v3 = nir_imm_vec4(&bld, 3.0, 4.0, 5.0, 6.0); 48 nir_ssa_def *v3; 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), [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_triemit.h | 35 VERTEX *v3 ) 46 PRINT_VERTEX(v3); 52 COPY_DWORDS( j, vb, vertsize, v3 ); 59 VERTEX *v3 ) 70 PRINT_VERTEX(v3); 75 COPY_DWORDS( j, vb, vertsize, v3 ); 78 COPY_DWORDS( j, vb, vertsize, v3 );
|
| H A D | t_dd_vertex.h | 59 GLfloat u3, v3; member in struct:__anonae827850040a::__anonae8278500508 68 GLfloat u3, v3, q3; member in struct:__anonae827850040a::__anonae8278500608
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_triemit.h | 35 VERTEX *v3 ) 46 PRINT_VERTEX(v3); 52 COPY_DWORDS( j, vb, vertsize, v3 ); 59 VERTEX *v3 ) 70 PRINT_VERTEX(v3); 75 COPY_DWORDS( j, vb, vertsize, v3 ); 78 COPY_DWORDS( j, vb, vertsize, v3 );
|
| H A D | t_dd_vertex.h | 59 GLfloat u3, v3; member in struct:__anon12283e03040a::__anon12283e030508 68 GLfloat u3, v3, q3; member in struct:__anon12283e03040a::__anon12283e030608
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| H A D | comparison_pre_tests.cpp | 39 v3 = nir_imm_vec4(&bld, 3.0, 4.0, 5.0, 6.0); 52 nir_ssa_def *v3; 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), [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | xxhash.h | 328 XXH32_hash_t v3; member in struct:XXH32_state_s 342 XXH64_hash_t v3; member in struct:XXH64_state_s 673 * while v3 can multiply. SSE forces them to operate together. 793 xxh_u32 v3 = seed + 0; local in function:XXH32_endian_align 799 v3 = XXH32_round(v3, XXH_get32bits(input)); input += 4; 804 + XXH_rotl32(v3, 12) + XXH_rotl32(v4, 18); 860 state.v3 = seed + 0; 895 state->v3 = XXH32_round(state->v3, XXH_readLE3 906 xxh_u32 v3 = state->v3; local in function:XXH32_update 1251 xxh_u64 v3 = seed + 0; local in function:XXH64_endian_align 1363 xxh_u64 v3 = state->v3; local in function:XXH64_update 1396 xxh_u64 const v3 = state->v3; local in function:XXH64_digest [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arma64-neon-asm.S | 100 * v0, v1, v2, v3 - contain loaded source pixel data 110 * v0, v1, v2, v3 - contain loaded source pixel data 118 * back-to-back, they take pixel data from {v0, v1, v2, v3} and {v4, v5}, 128 * instead of having 8 packed pixels in {v0, v1, v2, v3} registers, we 130 * values), v1 register for green, v2 for red and v3 for alpha. This 135 * vuzp8 v2, v3 136 * vuzp8 v1, v3 141 * vzip8 v1, v3 142 * vzip8 v2, v3 160 mvn v3 [all...] |
| H A D | pixman-arma64-neon-asm-bilinear.S | 207 vuzp v2.8b, v3.8b 208 vuzp v1.8b, v3.8b 522 v3, v8, v10, v11 525 v3, v8, v10, v11, v5 551 v3, v8, v10, v11 554 v3, v8, v10, v11, v5 562 v3, v9, v16, v17, v20, v21, v18, v19 573 ushll v2.4s, v3.4h, #BILINEAR_INTERPOLATION_BITS 574 umlsl v2.4s, v3.4h, v15.h[0] 575 umlal2 v2.4s, v3 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/ |
| H A D | u_indices_gen.py | 132 def lineadj( intype, outtype, ptr, v0, v1, v2, v3 ): 136 print(' (' + ptr + ')[3] = ' + vert( intype, outtype, v3 ) + ';') 138 def triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ): 142 print(' (' + ptr + ')[3] = ' + vert( intype, outtype, v3 ) + ';') 164 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): 166 do_tri( intype, outtype, ptr+'+0', v0, v1, v3, inpv, outpv ); 167 do_tri( intype, outtype, ptr+'+3', v1, v2, v3, inpv, outpv ); 170 do_tri( intype, outtype, ptr+'+3', v0, v2, v3, inpv, outpv ); 172 def do_lineadj( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): 174 lineadj( intype, outtype, ptr, v0, v1, v2, v3 ) [all...] |
| H A D | u_unfilled_gen.py | 119 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ): 122 line( intype, outtype, ptr + '+4', v2, v3 ) 123 line( intype, outtype, ptr + '+6', v3, v0 )
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_render.c | 98 #define RENDER_TRI( v1, v2, v3 ) \ 100 GLubyte c1 = mask[v1], c2 = mask[v2], c3 = mask[v3]; \ 103 TriangleFunc( ctx, v1, v2, v3 ); \ 105 clip_tri_4( ctx, v1, v2, v3, ormask ); \ 108 #define RENDER_QUAD( v1, v2, v3, v4 ) \ 111 GLubyte c3 = mask[v3], c4 = mask[v4]; \ 114 QuadFunc( ctx, v1, v2, v3, v4 ); \ 116 clip_quad_4( ctx, v1, v2, v3, v4, ormask ); \ 202 #define RENDER_TRI( v1, v2, v3 ) \ 203 TriangleFunc( ctx, v1, v2, v3 ) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_render.c | 98 #define RENDER_TRI( v1, v2, v3 ) \ 100 GLubyte c1 = mask[v1], c2 = mask[v2], c3 = mask[v3]; \ 103 TriangleFunc( ctx, v1, v2, v3 ); \ 105 clip_tri_4( ctx, v1, v2, v3, ormask ); \ 108 #define RENDER_QUAD( v1, v2, v3, v4 ) \ 111 GLubyte c3 = mask[v3], c4 = mask[v4]; \ 114 QuadFunc( ctx, v1, v2, v3, v4 ); \ 116 clip_quad_4( ctx, v1, v2, v3, v4, ormask ); \ 202 #define RENDER_TRI( v1, v2, v3 ) \ 203 TriangleFunc( ctx, v1, v2, v3 ) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/ |
| H A D | ss_tritmp.h | 217 GLuint v1, GLuint v2, GLuint v3 ) 223 GLubyte ef3 = VB->EdgeFlag[v3]; 225 TAG(triangle)( ctx, v0, v1, v3 ); 227 VB->EdgeFlag[v3] = 0; 228 TAG(triangle)( ctx, v1, v2, v3 ); 229 VB->EdgeFlag[v3] = ef3; 232 TAG(triangle)( ctx, v0, v1, v3 ); 233 TAG(triangle)( ctx, v1, v2, v3 );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/ |
| H A D | ss_tritmp.h | 217 GLuint v1, GLuint v2, GLuint v3 ) 223 GLubyte ef3 = VB->EdgeFlag[v3]; 225 TAG(triangle)( ctx, v0, v1, v3 ); 227 VB->EdgeFlag[v3] = 0; 228 TAG(triangle)( ctx, v1, v2, v3 ); 229 VB->EdgeFlag[v3] = ef3; 232 TAG(triangle)( ctx, v0, v1, v3 ); 233 TAG(triangle)( ctx, v1, v2, v3 );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/ |
| H A D | u_indices_gen.py | 130 def lineadj( intype, outtype, ptr, v0, v1, v2, v3 ): 134 print(' (' + ptr + ')[3] = ' + vert( intype, outtype, v3 ) + ';') 136 def triadj( intype, outtype, ptr, v0, v1, v2, v3, v4, v5 ): 140 print(' (' + ptr + ')[3] = ' + vert( intype, outtype, v3 ) + ';') 162 def do_quad( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): 164 do_tri( intype, outtype, ptr+'+0', v0, v1, v3, inpv, outpv ); 165 do_tri( intype, outtype, ptr+'+3', v1, v2, v3, inpv, outpv ); 168 do_tri( intype, outtype, ptr+'+3', v0, v2, v3, inpv, outpv ); 170 def do_lineadj( intype, outtype, ptr, v0, v1, v2, v3, inpv, outpv ): 172 lineadj( intype, outtype, ptr, v0, v1, v2, v3 ) [all...] |
| H A D | u_unfilled_gen.py | 117 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ): 120 line( intype, outtype, ptr + '+4', v2, v3 ) 121 line( intype, outtype, ptr + '+6', v3, v0 )
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | select.c | 53 float v3[2]; member in struct:object 79 objects[i].v3[0] = x + (rand() % 50) - 25; 82 objects[i].v3[1] = y + (rand() % 50) - 25; 122 glVertex2fv(objects[i].v3); 186 v[0] = objects[h].v1[0] + objects[h].v2[0] + objects[h].v3[0]; 187 v[1] = objects[h].v1[1] + objects[h].v2[1] + objects[h].v3[1]; 200 oldV = objects[h].v3;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_wide_point.c | 139 struct vertex_header *v3 = dup_vert(stage, header->v[0], 3); local in function:widepoint_point 144 float *pos3 = v3->data[pos]; 180 set_texcoords( wide, v3, tex11 ); 186 tri.v[2] = v3; 190 tri.v[1] = v3;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_wide_point.c | 139 struct vertex_header *v3 = dup_vert(stage, header->v[0], 3); local in function:widepoint_point 144 float *pos3 = v3->data[pos]; 180 set_texcoords( wide, v3, tex11 ); 186 tri.v[2] = v3; 190 tri.v[1] = v3;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | qmd.h | 17 #define NVQMD_ENUM_8(X,drf,v0,v1,v2,v3,v4,v5,v6,v7) \ 21 [drf##_##v3] = #v3, \
|