Home
last modified time | relevance | path

Searched refs:plane_t (Results 1 – 25 of 270) sorted by relevance

1234567891011

/dports/games/quakeforge/quakeforge-0.7.2/libs/models/test/
H A Dhulls.c14 static plane_t planes_simple_wedge[] = {
39 static plane_t planes_tpp1[] = {
65 static plane_t planes_tpp2[] = {
91 static plane_t planes_tppw[] = {
117 static plane_t planes_step1[] = {
144 static plane_t planes_step2[] = {
171 static plane_t planes_step3[] = {
230 static plane_t planes_ramp[] = {
261 static plane_t planes_hole[] = {
290 static plane_t planes_ridge[] = {
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dtransform.c119 static void Plane##bits##_##f(plane_t *restrict dst, const plane_t *restrict src) \
137 static void Plane_VFlip(plane_t *restrict dst, const plane_t *restrict src) in Plane_VFlip()
151 static void Plane422_##f(plane_t *restrict dst, const plane_t *restrict src) \
167 static void PlaneYUY2_##f(plane_t *restrict dst, const plane_t *restrict src) \
235 void (*plane8) (plane_t *dst, const plane_t *src);
236 void (*plane16)(plane_t *dst, const plane_t *src);
237 void (*plane32)(plane_t *dst, const plane_t *src);
238 void (*i422)(plane_t *dst, const plane_t *src);
239 void (*yuyv)(plane_t *dst, const plane_t *src);
266 void (*plane[PICTURE_PLANE_MAX])(plane_t *, const plane_t *);
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dviewfrustum.h40 plane_t get_far_clip_plane();
41 plane_t get_left_clip_plane();
42 plane_t get_right_clip_plane();
43 plane_t get_bottom_clip_plane();
H A Dviewfrustum.c23 static plane_t frustum_planes[6];
148 plane_t get_far_clip_plane() in get_far_clip_plane()
153 plane_t get_left_clip_plane() in get_left_clip_plane()
158 plane_t get_right_clip_plane() in get_right_clip_plane()
163 plane_t get_bottom_clip_plane() in get_bottom_clip_plane()
H A Dalglib.h67 plane_t make_plane( scalar_t nx, scalar_t ny, scalar_t nz, scalar_t d );
68 bool_t intersect_planes( plane_t s1, plane_t s2, plane_t s3, point_t *p );
69 scalar_t distance_to_plane( plane_t plane, point_t pt );
/dports/games/zhlt/zhlt-3.4/hlvis/
H A Dvis.h65 } plane_t; typedef
76 plane_t plane; // normal pointing into neighbor
93 plane_t plane; // from portal is on positive side
127 const plane_t* portalplane;
131 plane_t* clipPlane;
150 plane_t planes[MAX_PORTALS_ON_LEAF];
/dports/games/uhexen2/hexen2source-1.5.9/utils/vis/
H A Dvis.h47 } plane_t; typedef
60 plane_t plane; // normal pointing into neighbor
74 plane_t plane; // from portal is on positive side
101 plane_t portalplane;
140 winding_t *ClipWinding (winding_t *in, plane_t *split, qboolean keepon);
/dports/games/uhexen2/hexen2source-1.5.9/utils/qbsp/
H A Dbsp5.h33 } plane_t; typedef
58 winding_t *BaseWindingForPlane (plane_t *p);
63 winding_t *ClipWinding (winding_t *in, plane_t *split, qboolean keepon);
64 void DivideWinding (winding_t *in, plane_t *split, winding_t **front, winding_t **back);
153 extern plane_t planes[MAX_MAP_PLANES];
157 int FindPlane (plane_t *dplane, int *side);
169 void SplitFace (face_t *in, plane_t *split, face_t **front, face_t **back);
175 void DivideFacet (face_t *in, plane_t *split, face_t **front, face_t **back);
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_picture.h37 typedef struct plane_t struct
52 } plane_t; typedef
75 plane_t p[PICTURE_PLANE_MAX]; /**< description of the planes */
178 VLC_API void plane_CopyPixels( plane_t *p_dst, const plane_t *p_src );
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfvis/include/
H A Dvis.h67 plane_t plane; // normal pointing into neighbor
79 plane_t plane; // from portal is on positive side
100 plane_t portalplane;
132 winding_t *ClipWinding (winding_t *in, plane_t *split, qboolean keepon);
/dports/games/gtkradiant/GPL/Q2Tools/bsp/qvis3/
H A Dvis.h37 } plane_t; typedef
57 plane_t plane; // normal pointing into neighbor
75 plane_t plane; // from portal is on positive side
107 plane_t portalplane;
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/bsp/qvis3/
H A Dvis.h37 } plane_t; typedef
57 plane_t plane; // normal pointing into neighbor
75 plane_t plane; // from portal is on positive side
107 plane_t portalplane;
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfbsp/include/
H A Dbrush.h52 extern plane_t planes[MAX_MAP_PLANES];
83 int NormalizePlane (plane_t *dp);
96 int FindPlane (const plane_t *dplane, int *side);
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/q2map/
H A Dqvis.h51 } plane_t; typedef
71 plane_t plane; // normal pointing into neighbor
89 plane_t plane; // from portal is on positive side
121 plane_t portalplane;
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/q2map/
H A Dqvis.h51 } plane_t; typedef
71 plane_t plane; // normal pointing into neighbor
89 plane_t plane; // from portal is on positive side
121 plane_t portalplane;
/dports/games/zhlt/zhlt-3.4/hlcsg/
H A Dcsg.h85 } plane_t; typedef
129 plane_t* plane;
175 extern void TextureAxisFromPlane(const plane_t* const pln, vec3_t xv, vec3_t yv);
185 extern int TexinfoForBrushTexture(const plane_t* const plane, brush_texture_t* bt, const vec3_…
233 extern plane_t g_mapplanes[MAX_INTERNAL_MAP_PLANES];
/dports/graphics/flif/FLIF-0.3-96-g74ea92b/src/
H A Dcommon.hpp89 template <typename plane_t, bool nobordercases>
90 …erties &properties, const ColorRanges *ranges, const Image &image, const plane_t &plane, const int… in predict_and_calcProps_scanlines_plane()
130 template <typename plane_t>
131 inline ColorVal predictScanlines_plane(const plane_t &plane, uint32_t r, uint32_t c, ColorVal grey)… in predictScanlines_plane()
140 template <typename plane_t>
141 inline ColorVal predict_plane_horizontal(const plane_t &plane, int z, int p, uint32_t r, uint32_t c… in predict_plane_horizontal()
161 template <typename plane_t>
162 inline ColorVal predict_plane_vertical(const plane_t &plane, int z, int p, uint32_t r, uint32_t c, … in predict_plane_vertical()
215 template <typename plane_t, typename plane_tY, bool horizontal, bool nobordercases, int p, typename…
217 template <typename plane_t, typename plane_tY, bool horizontal, bool nobordercases, int p, typename…
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/vect/
H A Dpr97236.c3 typedef struct plane_t { struct
7 } plane_t; argument
10 plane_t p[5];
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/vect/
H A Dpr97236.c3 typedef struct plane_t { struct
7 } plane_t; argument
10 plane_t p[5];
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/vect/
H A Dpr97236.c3 typedef struct plane_t { struct
7 } plane_t; argument
10 plane_t p[5];
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/vect/
H A Dpr97236.c3 typedef struct plane_t { struct
7 } plane_t; typedef
10 plane_t p[5];
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/vect/
H A Dpr97236.c3 typedef struct plane_t { struct
7 } plane_t; argument
10 plane_t p[5];
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/vect/
H A Dpr97236.c3 typedef struct plane_t { struct
7 } plane_t; argument
10 plane_t p[5];
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/vect/
H A Dpr97236.c3 typedef struct plane_t { struct
7 } plane_t; argument
10 plane_t p[5];
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/vect/
H A Dpr97236.c3 typedef struct plane_t { struct
7 } plane_t; typedef
10 plane_t p[5];

1234567891011