Searched refs:w3 (Results 1 - 15 of 15) sorted by relevance

/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.c258 button->w3.w.width = (button->w3.interiorWidth +
259 (2 * button->w3.shadowThickness));
260 button->w3.w.width += (2 * button->w3.borderWidth);
261 button->w3.w.height = (button->w3.interiorHeight +
262 (2 * button->w3.shadowThickness));
263 button->w3.w.height += (2 * button->w3
[all...]
H A Dx11-ssh-askpass.h97 Widget3dInfo w3; member in struct:__anon7bedf7b40408
104 Widget3dInfo w3; member in struct:__anon7bedf7b40508
128 Widget3dInfo w3; member in struct:__anon7bedf7b40708
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dbicubic_table.py44 w3 = 1 / 6.0 * a3
47 tex.append(1 + (w3 / (w2 + w3)) - a)
49 tex.append(w2 + w3)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_noise.c529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local in function:_mesa_noise4
569 w3 = w0 - l3 + 3.0f * G4;
614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3;
622 x3, y3, z3, w3);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_noise.c529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local in function:_mesa_noise4
569 w3 = w0 - l3 + 3.0f * G4;
614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3;
622 x3, y3, z3, w3);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c38 uint32_t w3; // 1f8 member in struct:h264_iparm1
54 uint32_t w3; // 14 member in struct:h264_iparm2
99 param1.w1 = param1.w2 = param1.w3 = align(width, 64);
107 param2.w1 = param2.w2 = param2.w3 = param1.w1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c38 uint32_t w3; // 1f8 member in struct:h264_iparm1
54 uint32_t w3; // 14 member in struct:h264_iparm2
99 param1.w1 = param1.w2 = param1.w3 = align(width, 64);
107 param2.w1 = param2.w2 = param2.w3 = param1.w1;
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd13 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude"
19 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude">
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd13 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude"
19 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude">
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c2391 float w3 = filter_func(x-2.0); local in function:NVXVComputeBicubicFilter
2394 t[4*i+1]=f32tosb8(1.0-x+w3/(w2+w3));
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-arma64-neon-asm.h778 sxtw x3, w3
1066 sxtw x3, w3
H A Dpixman-arma64-neon-asm-bilinear.S652 WWT .req w3
H A Dpixman-arma64-neon-asm.S3410 sxtw x3, w3
3437 dup v28.8b, w3
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1014 float w3 = 3*u*t*t; local in function:ImDrawList::PathBezierCurveTo
1016 _Path.push_back(ImVec2(w1*p1.x + w2*p2.x + w3*p3.x + w4*p4.x, w1*p1.y + w2*p2.y + w3*p3.y + w4*p4.y));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1014 float w3 = 3*u*t*t; local in function:ImDrawList::PathBezierCurveTo
1016 _Path.push_back(ImVec2(w1*p1.x + w2*p2.x + w3*p3.x + w4*p4.x, w1*p1.y + w2*p2.y + w3*p3.y + w4*p4.y));

Completed in 55 milliseconds