Searched defs:fx (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_aalinetemp.h40 const GLfloat fx = (GLfloat) ix; local
64 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane);
67 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane);
68 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
69 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
70 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
73 line->span.array->index[i] = (GLint) solve_plane(fx, fy, line->iPlane);
82 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
85 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ;
94 const GLfloat invW = solve_plane_recip(fx, f
[all...]
H A Ds_tritemp.h593 const GLfixed fx = FixedCeil(fsx); /* no fractional part */ local
594 const GLfixed adjx = (GLfixed) (fx - eLeft->fx0); /* SCALED! */
600 fError = fx - fsx - FIXED_ONE;
624 * the point (fx, fsy). This gives us properly-sampled parameter
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast_setup/
H A Dss_tritmp.h56 GLfloat fx = v[1]->attrib[FRAG_ATTRIB_WPOS][0] - v[2]->attrib[FRAG_ATTRIB_WPOS][0]; local
58 GLfloat cc = ex*fy - ey*fx;
158 const GLfloat dzdy = FABSF((ez * fx - ex * fz) * oneOverArea);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h150 GLfloat fx = VERT_X(v[1]) - VERT_X(v[2]); local
152 GLfloat cc = ex*fy - ey*fx;
265 GLfloat b = ez*fx - ex*fz;
412 GLfloat fx = VERT_X(v[3]) - VERT_X(v[1]); local
414 GLfloat cc = ex*fy - ey*fx;
536 GLfloat b = ez*fx - ex*fz;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dpicturestr.h102 double fx; member in struct:_PictRadialGradient
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c1179 GLfloat fx, fy; local
1196 fx = (GLfloat) (winX - (int) winX);
1198 render_spu.self.RasterPos4f( fx, fy, 0.0, 1.0 );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dpicturestr.h102 double fx; member in struct:_PictRadialGradient
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dpicturestr.h102 double fx; member in struct:_PictRadialGradient
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c83 const WINEDDBLTFX *fx, enum wined3d_texture_filter_type filter);
85 struct wined3d_surface *src_surface, const RECT *src_rect, DWORD flags, const WINEDDBLTFX *fx,
1595 const WINEDDBLTFX *fx, enum wined3d_texture_filter_type filter)
1612 TRACE("dst_surface %p, dst_rect %s, src_surface %p, src_rect %s, flags %#x, fx %p, filter %s.\n",
1614 flags, fx, debug_d3dtexturefiltertype(filter));
1617 if (fx)
1619 TRACE("dwSize %#x.\n", fx->dwSize);
1620 TRACE("dwDDFX %#x.\n", fx->dwDDFX);
1621 TRACE("dwROP %#x.\n", fx->dwROP);
1622 TRACE("dwDDROP %#x.\n", fx
1593 wined3d_surface_blt(struct wined3d_surface *dst_surface, const RECT *dst_rect_in, struct wined3d_surface *src_surface, const RECT *src_rect_in, DWORD flags, const WINEDDBLTFX *fx, enum wined3d_texture_filter_type filter) argument
3669 wined3d_surface_update_overlay(struct wined3d_surface *surface, const RECT *src_rect, struct wined3d_surface *dst_surface, const RECT *dst_rect, DWORD flags, const WINEDDOVERLAYFX *fx) argument
6931 surface_cpu_blt_compressed(const BYTE *src_data, BYTE *dst_data, UINT src_pitch, UINT dst_pitch, UINT update_w, UINT update_h, const struct wined3d_format *format, DWORD flags, const WINEDDBLTFX *fx) argument
7033 surface_cpu_blt(struct wined3d_surface *dst_surface, const RECT *dst_rect, struct wined3d_surface *src_surface, const RECT *src_rect, DWORD flags, const WINEDDBLTFX *fx, enum wined3d_texture_filter_type filter) argument
[all...]

Completed in 81 milliseconds