Searched refs:fx (Results 1 - 25 of 57) sorted by relevance

123

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_drmclient.h45 drm_via_futex_t fx; \
54 fx.val = lockVal | DRM_LOCK_CONT; \
55 DRM_CAS( lockPtr, lockVal, fx.val, __ret); \
58 fx.func = VIA_FUTEX_WAIT; \
59 fx.lock = (lockNo); \
60 fx.ms = 10; \
62 &fx,sizeof(fx)); \
81 drm_via_futex_t fx; \
82 fx
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbrop.h82 #define FbStippleRRop(dst, b, fa, fx, ba, bx) \
83 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
85 #define FbStippleRRopMask(dst, b, fa, fx, ba, bx, m) \
86 (FbDoMaskRRop(dst, fa, fx, m) & (b)) | (FbDoMaskRRop(dst, ba, bx, m) & ~(b))
88 #define FbDoLeftMaskByteStippleRRop(dst, b, fa, fx, ba, bx, lb, l) { \
89 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
93 #define FbDoRightMaskByteStippleRRop(dst, b, fa, fx, ba, bx, rb, r) { \
94 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbrop.h82 #define FbStippleRRop(dst, b, fa, fx, ba, bx) \
83 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
85 #define FbStippleRRopMask(dst, b, fa, fx, ba, bx, m) \
86 (FbDoMaskRRop(dst, fa, fx, m) & (b)) | (FbDoMaskRRop(dst, ba, bx, m) & ~(b))
88 #define FbDoLeftMaskByteStippleRRop(dst, b, fa, fx, ba, bx, lb, l) { \
89 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
93 #define FbDoRightMaskByteStippleRRop(dst, b, fa, fx, ba, bx, rb, r) { \
94 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbrop.h98 #define FbStippleRRop(dst, b, fa, fx, ba, bx) \
99 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
101 #define FbStippleRRopMask(dst, b, fa, fx, ba, bx, m) \
102 (FbDoMaskRRop(dst, fa, fx, m) & (b)) | (FbDoMaskRRop(dst, ba, bx, m) & ~(b))
104 #define FbDoLeftMaskByteStippleRRop(dst, b, fa, fx, ba, bx, lb, l) { \
105 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
109 #define FbDoRightMaskByteStippleRRop(dst, b, fa, fx, ba, bx, rb, r) { \
110 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbrop.h107 #define FbStippleRRop(dst, b, fa, fx, ba, bx) \
108 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
110 #define FbStippleRRopMask(dst, b, fa, fx, ba, bx, m) \
111 (FbDoMaskRRop(dst, fa, fx, m) & (b)) | (FbDoMaskRRop(dst, ba, bx, m) & ~(b))
113 #define FbDoLeftMaskByteStippleRRop(dst, b, fa, fx, ba, bx, lb, l) { \
114 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
118 #define FbDoRightMaskByteStippleRRop(dst, b, fa, fx, ba, bx, rb, r) { \
119 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aalinetemp.h40 const GLfloat fx = (GLfloat) ix; local in function:NAME
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane);
62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane);
63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ;
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
88 attribArray[i][c] = solve_plane(fx, f
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aalinetemp.h40 const GLfloat fx = (GLfloat) ix; local in function:NAME
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane);
62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane);
63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ;
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
88 attribArray[i][c] = solve_plane(fx, f
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c406 float fx = viewport->scale[0] * -1.0f + viewport->translate[0]; local in function:emit_viewport
420 "\ninitial %f,%f %fx%f\n",
421 fx,
449 fx = viewport->scale[0] * 1.0f + viewport->translate[0];
467 if (fx < 0) {
468 prescale.translate[0] += fx;
469 prescale.scale[0] *= fw / (fw + fx);
470 fw += fx;
471 fx = 0.0f;
486 if (fx
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dwin_ops.c225 long fx, fy, savex, savey; local in function:Squeeze
267 savex = fx = tmp_win->frame_x;
274 fx += tmp_win->title_x + tmp_win->frame_bw - tmp_win->frame_bw3D;
285 if(fx + neww >= Scr->rootw - Scr->BorderRight) {
286 fx = Scr->rootw - Scr->BorderRight - neww;
291 SetupWindow(tmp_win, fx, fy, neww, newh, -1);
H A Dfunctions_win_moveresize.c790 int fx, fy, px, py, step, status, cons; local in function:jump
812 fx = tmp_win->frame_x;
815 px -= fx;
826 fx -= step * Scr->XMoveGrid;
827 if(fx < cons) {
828 fx = cons;
836 fx += step * Scr->XMoveGrid;
837 if(fx + fwidth > cons) {
838 fx = cons - fwidth;
863 XWarpPointer(dpy, Scr->Root, Scr->Root, 0, 0, 0, 0, fx
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h56 const float fx = (float) ix; local in function:NAME
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h56 const float fx = (float) ix; local in function:NAME
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c71 const float fx = v1[0] - v2[0]; local in function:cull_tri
76 header->det = ex * fy - ey * fx;
H A Ddraw_pipe_offset.c82 float fx = v1[0] - v2[0]; local in function:do_offset_tri
88 float b = ez*fx - ex*fz;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_framebuffer.c423 float fx = viewport->scale[0] * -1.0f + viewport->translate[0]; local in function:get_viewport_prescale
436 "\ninitial %f,%f %fx%f\n",
437 fx,
465 fx = viewport->scale[0] * 1.0f + viewport->translate[0];
483 if (fx < 0) {
484 prescale->translate[0] += fx;
485 prescale->scale[0] *= fw / (fw + fx);
486 fw += fx;
487 fx = 0.0f;
502 if (fx
[all...]
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafhints.c374 point->fx,
549 *offset = ( dim == AF_DIMENSION_HORZ ) ? seg->first->fx
892 point->fx = (FT_Short)vec->x;
897 end->fx = (FT_Short)outline->points[endpoint].x;
912 out_x = point->fx - prev->fx;
993 out_x = point->fx - prev->fx;
1042 out_x += next->fx - point->fx;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_texgen.c110 GLfloat u[3], two_nu, fx, fy, fz; local in function:build_m3
114 fx = f[i][0] = u[0] - norm[0] * two_nu;
117 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
138 GLfloat u[3], two_nu, fx, fy, fz; local in function:build_m2
143 fx = f[i][0] = u[0] - norm[0] * two_nu;
146 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_texgen.c110 GLfloat u[3], two_nu, fx, fy, fz; local in function:build_m3
114 fx = f[i][0] = u[0] - norm[0] * two_nu;
117 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
138 GLfloat u[3], two_nu, fx, fy, fz; local in function:build_m2
143 fx = f[i][0] = u[0] - norm[0] * two_nu;
146 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-ssse3.c160 pixman_fixed_t fx, ux; local in function:ssse3_fetch_bilinear_cover
168 fx = info->x;
180 &iter->image->bits, line0, y0, fx, ux, iter->width);
186 &iter->image->bits, line1, y1, fx, ux, iter->width);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h134 GLfloat fx = VERT_X(v[1]) - VERT_X(v[2]); local in function:TAG
136 GLfloat cc = ex*fy - ey*fx;
235 GLfloat b = ez*fx - ex*fz;
359 GLfloat fx = VERT_X(v[3]) - VERT_X(v[1]); local in function:TAG
361 GLfloat cc = ex*fy - ey*fx;
467 GLfloat b = ez*fx - ex*fz;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h134 GLfloat fx = VERT_X(v[1]) - VERT_X(v[2]); local in function:TAG
136 GLfloat cc = ex*fy - ey*fx;
235 GLfloat b = ez*fx - ex*fz;
359 GLfloat fx = VERT_X(v[3]) - VERT_X(v[1]); local in function:TAG
361 GLfloat cc = ex*fy - ey*fx;
467 GLfloat b = ez*fx - ex*fz;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
H A Dss_tritmp.h55 GLfloat fx = v[1]->attrib[VARYING_SLOT_POS][0] - v[2]->attrib[VARYING_SLOT_POS][0]; local in function:TAG
57 GLfloat cc = ex*fy - ey*fx;
146 const GLfloat dzdy = fabsf((ez * fx - ex * fz) * oneOverArea);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
H A Dss_tritmp.h55 GLfloat fx = v[1]->attrib[VARYING_SLOT_POS][0] - v[2]->attrib[VARYING_SLOT_POS][0]; local in function:TAG
57 GLfloat cc = ex*fy - ey*fx;
146 const GLfloat dzdy = fabsf((ez * fx - ex * fz) * oneOverArea);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c164 const float fx = v1[0] - v2[0]; local in function:cull_tri
169 header->det = ex * fy - ey * fx;
H A Ddraw_pipe_offset.c82 float fx = v1[0] - v2[0]; local in function:do_offset_tri
88 float b = ez*fx - ex*fz;

Completed in 19 milliseconds

123