Searched refs:t11 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_texfilter.c112 const GLfloat t01[4], const GLfloat t11[4])
114 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]);
115 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]);
116 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]);
117 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]);
1162 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ local in function:sample_2d_linear
1200 get_border_color(samp, img, t11);
1203 swImg->FetchTexel(swImg, i1, j1, 0, t11);
1206 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11);
1226 GLfloat t00[4], t10[4], t01[4], t11[ local in function:sample_2d_linear_repeat
110 lerp_rgba_2d(GLfloat result[4],GLfloat a,GLfloat b,const GLfloat t00[4],const GLfloat t10[4],const GLfloat t01[4],const GLfloat t11[4]) argument
2735 GLfloat t00[4], t01[4], t10[4], t11[4]; local in function:sample_linear_rect
2871 GLfloat t00[4], t01[4], t10[4], t11[4]; local in function:sample_2d_array_linear
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_texfilter.c112 const GLfloat t01[4], const GLfloat t11[4])
114 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]);
115 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]);
116 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]);
117 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]);
1162 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ local in function:sample_2d_linear
1200 get_border_color(samp, img, t11);
1203 swImg->FetchTexel(swImg, i1, j1, 0, t11);
1206 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11);
1226 GLfloat t00[4], t10[4], t01[4], t11[ local in function:sample_2d_linear_repeat
110 lerp_rgba_2d(GLfloat result[4],GLfloat a,GLfloat b,const GLfloat t00[4],const GLfloat t10[4],const GLfloat t01[4],const GLfloat t11[4]) argument
2735 GLfloat t00[4], t01[4], t10[4], t11[4]; local in function:sample_linear_rect
2871 GLfloat t00[4], t01[4], t10[4], t11[4]; local in function:sample_2d_array_linear
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface.c621 qxform->t11 = transform->matrix[1][1];
/xsrc/external/mit/pixman/dist/demos/
H A Dquad2quad.c23 t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, local in function:quad_to_quad
125 t11 = (t10 + t9) * y2;
1661 + t121 + py1 * t113 + px1 * t29 * t109 + t13 + t12 + t11
1668 + t1 * (px1 * (t13 + t12 + t11) + t8));
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-rvv.c385 vfloat32m1_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13; local in function:rvv_blend_soft_light_float
410 t11 = __riscv_vfmul_vv_f32m1 (t2, t10,
413 t1, t11, vl); // d * sa - (sqrtf (d * da) - d) * (sa - 2 * s)
/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl.hpp7458 T11 t11 = NullType(),
7493 SetArg<11, T11>::set(kernel_, t11);
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl.hpp7458 T11 t11 = NullType(),
7493 SetArg<11, T11>::set(kernel_, t11);

Completed in 42 milliseconds