| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_quad.c | 93 LLVMValueRef vec1, vec2; local 107 vec2 = lp_build_swizzle_aos(bld, a, swizzle2); 110 return LLVMBuildFSub(builder, vec2, vec1, "ddxddy"); 112 return LLVMBuildSub(builder, vec2, vec1, "ddxddy"); 130 LLVMValueRef vec1, vec2; local 150 vec2 = LLVMBuildShuffleVector(builder, a, b, 153 return LLVMBuildFSub(builder, vec2, vec1, "ddxddyddxddy"); 155 return LLVMBuildSub(builder, vec2, vec1, "ddxddyddxddy");
|
| lp_bld_arit.c | 557 LLVMValueRef vec1, vec2; local 564 vec2 = LLVMBuildShuffleVector(builder, vecres, vecres, 567 vecres = LLVMBuildFAdd(builder, vec1, vec2, ""); 570 vecres = LLVMBuildAdd(builder, vec1, vec2, "");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| lp_bld_quad.c | 93 LLVMValueRef vec1, vec2; local 107 vec2 = lp_build_swizzle_aos(bld, a, swizzle2); 110 return LLVMBuildFSub(builder, vec2, vec1, "ddxddy"); 112 return LLVMBuildSub(builder, vec2, vec1, "ddxddy"); 130 LLVMValueRef vec1, vec2; local 150 vec2 = LLVMBuildShuffleVector(builder, a, b, 153 return LLVMBuildFSub(builder, vec2, vec1, "ddxddyddxddy"); 155 return LLVMBuildSub(builder, vec2, vec1, "ddxddyddxddy");
|
| lp_bld_arit.c | 683 LLVMValueRef vec1, vec2; local 690 vec2 = LLVMBuildShuffleVector(builder, vecres, vecres, 693 vecres = LLVMBuildFAdd(builder, vec1, vec2, ""); 696 vecres = LLVMBuildAdd(builder, vec1, vec2, "");
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_meta_resolve_fs.c | 58 const struct glsl_type *vec2 = glsl_vector_type(GLSL_TYPE_FLOAT, 2); local 74 nir_variable *fs_pos_in = nir_variable_create(b.shader, nir_var_shader_in, vec2, "fs_pos_in");
|
| radv_meta_blit2d.c | 424 const struct glsl_type *vec2 = glsl_vector_type(GLSL_TYPE_FLOAT, 2); local 435 vec2, "v_tex_pos"); 600 const struct glsl_type *vec2 = glsl_vector_type(GLSL_TYPE_FLOAT, 2); local 607 vec2, "v_tex_pos"); 629 const struct glsl_type *vec2 = glsl_vector_type(GLSL_TYPE_FLOAT, 2); local 636 vec2, "v_tex_pos"); 658 const struct glsl_type *vec2 = glsl_vector_type(GLSL_TYPE_FLOAT, 2); local 665 vec2, "v_tex_pos");
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftoutln.c | 219 FT_Vector vec1, vec2; local 232 vec2.x = SCALED( point[-1].x ); 233 vec2.y = SCALED( point[-1].y ); 247 vec2.x / 64.0, vec2.y / 64.0 )); 248 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); 258 vec2.x / 64.0, vec2.y / 64.0 )); 259 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );
|
| ftstroke.c | 382 FT_Vector* vec2 = border->points + count - 1; local 385 for ( ; vec1 < vec2; vec1++, vec2-- ) 391 *vec1 = *vec2; 392 *vec2 = tmp; 2210 FT_Vector vec1, vec2; local 2221 vec2 = point[-1]; 2230 error = FT_Stroker_CubicTo( stroker, &vec1, &vec2, &vec ); 2236 error = FT_Stroker_CubicTo( stroker, &vec1, &vec2, &v_start );
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_meta_blit2d.c | 427 const struct glsl_type *vec2 = glsl_vector_type(GLSL_TYPE_FLOAT, 2); local 433 nir_variable *tex_pos_out = nir_variable_create(b.shader, nir_var_shader_out, vec2, "v_tex_pos"); 564 const struct glsl_type *vec2 = glsl_vector_type(GLSL_TYPE_FLOAT, 2); local 567 nir_variable *tex_pos_in = nir_variable_create(b.shader, nir_var_shader_in, vec2, "v_tex_pos"); 587 const struct glsl_type *vec2 = glsl_vector_type(GLSL_TYPE_FLOAT, 2); local 590 nir_variable *tex_pos_in = nir_variable_create(b.shader, nir_var_shader_in, vec2, "v_tex_pos"); 610 const struct glsl_type *vec2 = glsl_vector_type(GLSL_TYPE_FLOAT, 2); local 613 nir_variable *tex_pos_in = nir_variable_create(b.shader, nir_var_shader_in, vec2, "v_tex_pos");
|
| /xsrc/external/mit/freetype/dist/src/smooth/ |
| ftgrays.c | 1548 FT_Vector vec1, vec2; local 1561 vec2.x = SCALED( point[-1].x ); 1562 vec2.y = SCALED( point[-1].y ); 1576 vec2.x / 64.0, vec2.y / 64.0 )); 1577 error = func_interface->cubic_to( &vec1, &vec2, &vec, user ); 1587 vec2.x / 64.0, vec2.y / 64.0 )); 1588 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| ttinterp.c | 4961 FT_Vector* vec2 = exc->zp1.org + K; local 4964 D = DUALPROJ( vec1, vec2 ); 4969 FT_Vector* vec2 = exc->zp1.orus + K; local 4975 D = DUALPROJ( vec1, vec2 ); 4983 vec.x = FT_MulFix( vec1->x - vec2->x, exc->metrics.x_scale ); 4984 vec.y = FT_MulFix( vec1->y - vec2->y, exc->metrics.y_scale ); 6122 FT_Vector* vec2 = &exc->zp0.org[exc->GS.rp0]; local 6125 org_dist = DUALPROJ( vec1, vec2 ); 6130 FT_Vector* vec2 = &exc->zp0.orus[exc->GS.rp0]; local 6136 org_dist = DUALPROJ( vec1, vec2 ); [all...] |