Searched refs:w2 (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/test/
H A Dmisc.c71 int w2, h2; local in function:dix_update_desktop_dimensions
81 w2 = 35;
104 set_screen(1, w, 0, w2, h2);
105 assert_dimensions(x, y, w + w2, h2);
109 set_screen(1, 0, h, w2, h2);
110 assert_dimensions(x, y, w2, h + h2);
114 set_screen(1, 0, h, w2, h2);
115 set_screen(2, w2, h2, w, h);
116 assert_dimensions(x, y, w + w2, h + h2);
122 set_screen(3, w, 0, w2,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp486 TEX_WORD2_ALL w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch
487 bc.offset[0] = w2.get_OFFSET_X();
488 bc.offset[1] = w2.get_OFFSET_Y();
489 bc.offset[2] = w2.get_OFFSET_Z();
490 bc.sampler_id = w2.get_SAMPLER_ID();
491 bc.src_sel[0] = w2.get_SRC_SEL_X();
492 bc.src_sel[1] = w2.get_SRC_SEL_Y();
493 bc.src_sel[2] = w2.get_SRC_SEL_Z();
494 bc.src_sel[3] = w2.get_SRC_SEL_W();
528 MEM_GDS_WORD2_EGCM w2(dw local in function:r600_sb::bc_decoder::decode_fetch_gds
570 MEM_RD_WORD2_R7EGCM w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch_mem
642 VTX_WORD2_R6 w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch_vtx
651 VTX_WORD2_R7 w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch_vtx
661 VTX_WORD2_EG w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch_vtx
672 VTX_WORD2_CM w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch_vtx
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_bc_decoder.cpp486 TEX_WORD2_ALL w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch
487 bc.offset[0] = w2.get_OFFSET_X();
488 bc.offset[1] = w2.get_OFFSET_Y();
489 bc.offset[2] = w2.get_OFFSET_Z();
490 bc.sampler_id = w2.get_SAMPLER_ID();
491 bc.src_sel[0] = w2.get_SRC_SEL_X();
492 bc.src_sel[1] = w2.get_SRC_SEL_Y();
493 bc.src_sel[2] = w2.get_SRC_SEL_Z();
494 bc.src_sel[3] = w2.get_SRC_SEL_W();
528 MEM_GDS_WORD2_EGCM w2(dw local in function:r600_sb::bc_decoder::decode_fetch_gds
571 MEM_RD_WORD2_R7EGCM w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch_mem
643 VTX_WORD2_R6 w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch_vtx
652 VTX_WORD2_R7 w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch_vtx
662 VTX_WORD2_EG w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch_vtx
673 VTX_WORD2_CM w2(dw2); local in function:r600_sb::bc_decoder::decode_fetch_vtx
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dbicubic_table.py43 w2 = 1 / 6.0 * (-3 * a3 + 3 * a2 + 3 * a + 1)
47 tex.append(1 + (w3 / (w2 + w3)) - a)
49 tex.append(w2 + w3)
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dpropertystore.h70 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PROPERTYKEY DECLSPEC_SELECTANY name = { { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }, pid }
72 #define DEFINE_PROPERTYKEY(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, pid) GUID_EXT const PROPERTYKEY name
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_shapes.c390 GLfloat w0[3], w1[3], w2[3]; local in function:subdivide
402 w2[n] = (i * v0[n] + (j + 1) * v1[n] + (k - 1) * v2[n])
413 l = sqrt(w2[0] * w2[0] + w2[1] * w2[1] + w2[2] * w2[2]);
414 w2[0] /= l;
415 w2[
[all...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_shapes.c390 GLfloat w0[3], w1[3], w2[3]; local in function:subdivide
402 w2[n] = (i * v0[n] + (j + 1) * v1[n] + (k - 1) * v2[n])
413 l = sqrt(w2[0] * w2[0] + w2[1] * w2[1] + w2[2] * w2[2]);
414 w2[0] /= l;
415 w2[
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstr.c250 FcCaseWalker w1, w2; local in function:FcStrCmpIgnoreCase
256 FcStrCaseWalkerInit (s2, &w2);
261 c2 = FcStrCaseWalkerNext (&w2);
271 FcCaseWalker w1, w2; local in function:FcStrCmpIgnoreBlanksAndCase
277 FcStrCaseWalkerInit (s2, &w2);
282 c2 = FcStrCaseWalkerNextNonBlank (&w2);
343 FcCaseWalker w1, w2; local in function:FcStrIsAtIgnoreBlanksAndCase
347 FcStrCaseWalkerInit (s2, &w2);
352 c2 = FcStrCaseWalkerNextNonBlank (&w2);
402 FcCaseWalker w1, w2; local in function:FcStrIsAtIgnoreCase
469 FcCaseWalker w1, w2; local in function:FcStrMatchIgnoreCaseAndDelims
534 FcCaseWalker w1, w2; local in function:FcStrStrIgnoreCase
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_debug.c729 struct ac_wave_info *w2 = (struct ac_wave_info *)p2; local in function:compare_wave
732 if (w1->pc < w2->pc)
734 if (w1->pc > w2->pc)
736 if (w1->se < w2->se)
738 if (w1->se > w2->se)
740 if (w1->sh < w2->sh)
742 if (w1->sh > w2->sh)
744 if (w1->cu < w2->cu)
746 if (w1->cu > w2->cu)
748 if (w1->simd < w2
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_debug.c768 struct ac_wave_info *w2 = (struct ac_wave_info *)p2; local in function:compare_wave
771 if (w1->pc < w2->pc)
773 if (w1->pc > w2->pc)
775 if (w1->se < w2->se)
777 if (w1->se > w2->se)
779 if (w1->sh < w2->sh)
781 if (w1->sh > w2->sh)
783 if (w1->cu < w2->cu)
785 if (w1->cu > w2->cu)
787 if (w1->simd < w2
[all...]
/xsrc/external/mit/xman/dist/
H A Dhandler.c599 Widget w2; local in function:Search
602 w2 = CreateManpage(file);
603 if (w2) {
609 man_globals = GetGlobals(w2);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmifillarc.c379 double w2, h2, x1, y1, x2, y2, dx, dy, scale; local in function:miFillArcSliceSetup
383 w2 = (double)arc->width / 2.0;
387 x1 = angle1 ? -w2 : w2;
398 x1 = Dcos(angle1) * w2;
403 x2 = angle2 ? -w2 : w2;
414 x2 = Dcos(angle2) * w2;
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmifillarc.c342 double w2, h2, x1, y1, x2, y2, dx, dy, scale; local in function:miFillArcSliceSetup
346 w2 = (double) arc->width / 2.0;
349 x1 = angle1 ? -w2 : w2;
358 x1 = Dcos(angle1) * w2;
362 x2 = angle2 ? -w2 : w2;
371 x2 = Dcos(angle2) * w2;
/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
565 w2 = w0 - l2 + 2.0f * G4;
603 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2 - w2 * w2;
611 x2, y2, z2, w2);
/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
565 w2 = w0 - l2 + 2.0f * G4;
603 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2 - w2 * w2;
611 x2, y2, z2, w2);
/xsrc/external/mit/libXaw/dist/src/
H A DToggle.c367 * w2 - ""
376 CreateRadioGroup(Widget w1, Widget w2) argument
379 ToggleWidget tw2 = (ToggleWidget) w2;
387 AddToRadioGroup(GetRadioGroup(w1), w2);
/xsrc/external/mit/fslsfonts/dist/
H A Dfslsfonts.c496 int w, w1, w2; local in function:copy_number
499 w2 = snprintf(NULL, 0, "%d", n2);
500 w = (int) max(w1, w2);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c37 uint32_t w2; // 1f4 member in struct:h264_iparm1
53 uint32_t w2; // 10 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.c37 uint32_t w2; // 1f4 member in struct:h264_iparm1
53 uint32_t w2; // 10 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/libXt/dist/src/
H A DIntrinsic.c589 Widget w1 = NULL, w2; local in function:SearchChildren
600 w2 = (*matchproc) (names, bindings, root->core.popup_list,
603 return (d1 < d2 ? w1 : w2);
637 Widget w1, w2; local in function:NameListToWidget
641 w2 = SearchChildren(root, names, bindings, MatchWildChildren,
644 return (d1 < d2 ? w1 : w2);
/xsrc/external/mit/twm/dist/src/
H A Dmenus.c1681 int xl, yt, w2, h; local in function:ExecuteFunction
1685 w2 = (int) ((unsigned) DragWidth + 2 * bw);
1689 int xr = xl + w2;
1695 xl = Scr->MyDisplayWidth - w2;
1707 MoveOutline(eventp->xmotion.root, xl, yt, w2, h,
1713 int xl, yt, w2, h; local in function:ExecuteFunction
1725 w2 = (int) ((unsigned) DragWidth + 2 * bw);
1729 int xr = xl + w2;
1735 xl = Scr->MyDisplayWidth - w2;
1748 MoveOutline(eventp->xmotion.root, xl, yt, w2,
[all...]
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_funcs.c695 int w2, h2, dwords; local in function:A
700 w2 = w + skipleft;
702 dwords = (w2 + 31) >> 5;
710 base = (*GlyphFunc)(base, glyphs, startline++, w2, glyphWidth);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_render.c1485 int w2 = w/2, h2 = h/2; local in function:sna_render_picture_approximate_gradient
1496 if (w2 == 0 || h2 == 0) {
1500 if (w2 > sna->render.max_3d_size || h2 > sna->render.max_3d_size) {
1513 w2, h2, 32,
1523 w2, h2, ptr, channel->bo->pitch);
1540 t.matrix[0][0] = (w << 16) / w2;
1564 w2, h2);
1568 channel->width = w2;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_render.c1501 int w2 = w/2, h2 = h/2; local in function:sna_render_picture_approximate_gradient
1512 if (w2 == 0 || h2 == 0) {
1516 if (w2 > sna->render.max_3d_size || h2 > sna->render.max_3d_size) {
1529 w2, h2, 32,
1539 w2, h2, ptr, channel->bo->pitch);
1556 t.matrix[0][0] = (w << 16) / w2;
1580 w2, h2);
1584 channel->width = w2;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinshaddd.c46 #define DEFINE_GUID(n,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) const GUID n GUID_SECT = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}

Completed in 32 milliseconds

12