Searched refs:in (Results 1 - 25 of 4614) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-eventconvert.c6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
42 test_values_XIRawEvent(RawDeviceEvent *in, xXIRawEvent * out, BOOL swap) argument
65 assert(out->evtype == GetXI2Type(in->type));
66 assert(out->time == in->time);
67 assert(out->detail == in->detail.button);
68 assert(out->deviceid == in->deviceid);
70 bytes_to_int32(bits_to_bytes(sizeof(in->valuators.mask))));
72 switch (in->type) {
86 for (i = 0; out->valuators_len && i < sizeof(in
144 test_XIRawEvent(RawDeviceEvent * in) argument
166 DeviceEvent in; local in function:test_convert_XIFocusEvent
195 RawDeviceEvent in; local in function:test_convert_XIRawEvent
273 test_values_XIDeviceEvent(DeviceEvent * in,xXIDeviceEvent * out,BOOL swap) argument
403 test_XIDeviceEvent(DeviceEvent * in) argument
424 DeviceEvent in; local in function:test_convert_XIDeviceEvent
631 test_values_XIDeviceChangedEvent(DeviceChangedEvent * in,xXIDeviceChangedEvent * out,BOOL swap) argument
756 test_XIDeviceChangedEvent(DeviceChangedEvent * in) argument
777 DeviceChangedEvent in; local in function:test_convert_XIDeviceChangedEvent
905 test_values_XITouchOwnershipEvent(TouchOwnershipEvent * in,xXITouchOwnershipEvent * out,BOOL swap) argument
933 test_XITouchOwnershipEvent(TouchOwnershipEvent * in) argument
953 TouchOwnershipEvent in; local in function:test_convert_XITouchOwnershipEvent
995 test_XIBarrierEvent(BarrierEvent * in) argument
1064 BarrierEvent in; local in function:test_convert_XIBarrierEvent
[all...]
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-eventconvert.c6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
37 static void test_values_XIRawEvent(RawDeviceEvent *in, xXIRawEvent *out, argument
63 g_assert(out->evtype == GetXI2Type((InternalEvent*)in));
64 g_assert(out->time == in->time);
65 g_assert(out->detail == in->detail.button);
66 g_assert(out->deviceid == in->deviceid);
67 g_assert(out->valuators_len >= bytes_to_int32(bits_to_bytes(sizeof(in->valuators.mask))));
73 for (i = 0; out->valuators_len && i < sizeof(in->valuators.mask) * 8; i++)
75 g_assert (XIMaskIsSet(in
134 test_XIRawEvent(RawDeviceEvent * in) argument
155 DeviceEvent in; local in function:test_convert_XIFocusEvent
184 RawDeviceEvent in; local in function:test_convert_XIRawEvent
269 test_values_XIDeviceEvent(DeviceEvent * in,xXIDeviceEvent * out,BOOL swap) argument
403 test_XIDeviceEvent(DeviceEvent * in) argument
423 DeviceEvent in; local in function:test_convert_XIDeviceEvent
639 test_values_XIDeviceChangedEvent(DeviceChangedEvent * in,xXIDeviceChangedEvent * out,BOOL swap) argument
759 test_XIDeviceChangedEvent(DeviceChangedEvent * in) argument
779 DeviceChangedEvent in; local in function:test_convert_XIDeviceChangedEvent
[all...]
/xsrc/external/mit/mesa-demos/dist/src/vp/
H A Drun.sh3 for i in *.txt ; do
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_backend.cpp6 // to deal in the Software without restriction, including without limitation
12 // paragraph) shall be included in all copies or substantial portions of the
39 %for func in funcList:
H A Dgen_rasterizer.cpp6 // to deal in the Software without restriction, including without limitation
12 // paragraph) shall be included in all copies or substantial portions of the
40 %for func in funcList:
H A Dgen_header_init.hpp6 // to deal in the Software without restriction, including without limitation
12 // paragraph) shall be included in all copies or substantial portions of the
36 %for num in range(numFiles):
42 %for num in range(numFiles):
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/
H A Dgen_backend.cpp6 // to deal in the Software without restriction, including without limitation
12 // paragraph) shall be included in all copies or substantial portions of the
39 %for func in funcList:
H A Dgen_rasterizer.cpp6 // to deal in the Software without restriction, including without limitation
12 // paragraph) shall be included in all copies or substantial portions of the
40 %for func in funcList:
H A Dgen_header_init.hpp6 // to deal in the Software without restriction, including without limitation
12 // paragraph) shall be included in all copies or substantial portions of the
36 %for num in range(numFiles):
42 %for num in range(numFiles):
/xsrc/external/bsd/libuuid_ul/dist/
H A Dparse.c7 * Redistribution and use in source and binary forms, with or without
11 * notice, and the entire permission notice in its entirety,
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
42 int uuid_parse(const char *in, uuid_t uu) argument
49 if (strlen(in) != 36)
51 for (i=0, cp = in; i <= 36; i++,cp++) {
65 uuid.time_low = strtoul(in, NULL, 16);
66 uuid.time_mid = strtoul(in+9, NULL, 16);
67 uuid.time_hi_and_version = strtoul(in
[all...]
/xsrc/external/mit/imake/dist/
H A Dmkdirhier8 case ${1--} in
16 case $directory in
/xsrc/external/mit/fontconfig/dist/test/
H A Dwrapper-script.sh3 case "$1" in
6 cd $(IFS=:;for i in $PATH; do echo $i|grep mingw> /dev/null; [ $? -eq 0 ] && echo $i; done)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwglext.spec15 # required-props in wgl.spec (which is not used for anything):
21 # up front, since it involves some complexities in protecting
65 param hDC HDC in value
66 param iLayerPlane int in value
67 param uType UINT in value
72 param hRegion HANDLE in value
77 param hRegion HANDLE in value
78 param x int in value
79 param y int in value
80 param width int in valu
[all...]
H A Dgl.spec21 # Category this function falls in. While there are many categories for
66 # Core version in which a function was introduced, or against
69 # Core version in which a function was removed
77 # Drivers in which this is implemented (very incomplete)
93 # are used here, but the master registry for GLX is in
107 # the spec file, in extension number order.
111 # - add extension name in alphabetical order to category list
112 # - add commands within an extension in spec order
145 passthru: /* GL type for "half" precision (s10e5) float data in host memory */
155 passthru: /* This code block is duplicated in glxex
[all...]
/xsrc/external/mit/MesaLib.old/src/gallium/auxiliary/
H A Du_unfilled_gen.c9 * to deal in the Software without restriction, including without limitation
15 * paragraph) shall be included in all copies or substantial portions of the
346 const ubyte*in = (const ubyte*)_in; local in function:translate_tris_ubyte2ushort
351 (out+j)[0] = (ushort)in[i];
352 (out+j)[1] = (ushort)in[i+1];
353 (out+j+2)[0] = (ushort)in[i+1];
354 (out+j+2)[1] = (ushort)in[i+2];
355 (out+j+4)[0] = (ushort)in[i+2];
356 (out+j+4)[1] = (ushort)in[i];
367 const ubyte*in local in function:translate_tristrip_ubyte2ushort
388 const ubyte*in = (const ubyte*)_in; local in function:translate_trifan_ubyte2ushort
409 const ubyte*in = (const ubyte*)_in; local in function:translate_quads_ubyte2ushort
432 const ubyte*in = (const ubyte*)_in; local in function:translate_quadstrip_ubyte2ushort
455 const ubyte*in = (const ubyte*)_in; local in function:translate_polygon_ubyte2ushort
472 const ubyte*in = (const ubyte*)_in; local in function:translate_trisadj_ubyte2ushort
493 const ubyte*in = (const ubyte*)_in; local in function:translate_tristripadj_ubyte2ushort
514 const ubyte*in = (const ubyte*)_in; local in function:translate_tris_ubyte2uint
535 const ubyte*in = (const ubyte*)_in; local in function:translate_tristrip_ubyte2uint
556 const ubyte*in = (const ubyte*)_in; local in function:translate_trifan_ubyte2uint
577 const ubyte*in = (const ubyte*)_in; local in function:translate_quads_ubyte2uint
600 const ubyte*in = (const ubyte*)_in; local in function:translate_quadstrip_ubyte2uint
623 const ubyte*in = (const ubyte*)_in; local in function:translate_polygon_ubyte2uint
640 const ubyte*in = (const ubyte*)_in; local in function:translate_trisadj_ubyte2uint
661 const ubyte*in = (const ubyte*)_in; local in function:translate_tristripadj_ubyte2uint
682 const ushort*in = (const ushort*)_in; local in function:translate_tris_ushort2ushort
703 const ushort*in = (const ushort*)_in; local in function:translate_tristrip_ushort2ushort
724 const ushort*in = (const ushort*)_in; local in function:translate_trifan_ushort2ushort
745 const ushort*in = (const ushort*)_in; local in function:translate_quads_ushort2ushort
768 const ushort*in = (const ushort*)_in; local in function:translate_quadstrip_ushort2ushort
791 const ushort*in = (const ushort*)_in; local in function:translate_polygon_ushort2ushort
808 const ushort*in = (const ushort*)_in; local in function:translate_trisadj_ushort2ushort
829 const ushort*in = (const ushort*)_in; local in function:translate_tristripadj_ushort2ushort
850 const ushort*in = (const ushort*)_in; local in function:translate_tris_ushort2uint
871 const ushort*in = (const ushort*)_in; local in function:translate_tristrip_ushort2uint
892 const ushort*in = (const ushort*)_in; local in function:translate_trifan_ushort2uint
913 const ushort*in = (const ushort*)_in; local in function:translate_quads_ushort2uint
936 const ushort*in = (const ushort*)_in; local in function:translate_quadstrip_ushort2uint
959 const ushort*in = (const ushort*)_in; local in function:translate_polygon_ushort2uint
976 const ushort*in = (const ushort*)_in; local in function:translate_trisadj_ushort2uint
997 const ushort*in = (const ushort*)_in; local in function:translate_tristripadj_ushort2uint
1018 const uint*in = (const uint*)_in; local in function:translate_tris_uint2ushort
1039 const uint*in = (const uint*)_in; local in function:translate_tristrip_uint2ushort
1060 const uint*in = (const uint*)_in; local in function:translate_trifan_uint2ushort
1081 const uint*in = (const uint*)_in; local in function:translate_quads_uint2ushort
1104 const uint*in = (const uint*)_in; local in function:translate_quadstrip_uint2ushort
1127 const uint*in = (const uint*)_in; local in function:translate_polygon_uint2ushort
1144 const uint*in = (const uint*)_in; local in function:translate_trisadj_uint2ushort
1165 const uint*in = (const uint*)_in; local in function:translate_tristripadj_uint2ushort
1186 const uint*in = (const uint*)_in; local in function:translate_tris_uint2uint
1207 const uint*in = (const uint*)_in; local in function:translate_tristrip_uint2uint
1228 const uint*in = (const uint*)_in; local in function:translate_trifan_uint2uint
1249 const uint*in = (const uint*)_in; local in function:translate_quads_uint2uint
1272 const uint*in = (const uint*)_in; local in function:translate_quadstrip_uint2uint
1295 const uint*in = (const uint*)_in; local in function:translate_polygon_uint2uint
1312 const uint*in = (const uint*)_in; local in function:translate_trisadj_uint2uint
1333 const uint*in = (const uint*)_in; local in function:translate_tristripadj_uint2uint
[all...]
/xsrc/external/mit/MesaLib/src/gallium/auxiliary/
H A Du_unfilled_gen.c9 * to deal in the Software without restriction, including without limitation
15 * paragraph) shall be included in all copies or substantial portions of the
346 const ubyte*in = (const ubyte*)_in; local in function:translate_tris_ubyte2ushort
351 (out+j)[0] = (ushort)in[i];
352 (out+j)[1] = (ushort)in[i+1];
353 (out+j+2)[0] = (ushort)in[i+1];
354 (out+j+2)[1] = (ushort)in[i+2];
355 (out+j+4)[0] = (ushort)in[i+2];
356 (out+j+4)[1] = (ushort)in[i];
367 const ubyte*in local in function:translate_tristrip_ubyte2ushort
388 const ubyte*in = (const ubyte*)_in; local in function:translate_trifan_ubyte2ushort
409 const ubyte*in = (const ubyte*)_in; local in function:translate_quads_ubyte2ushort
432 const ubyte*in = (const ubyte*)_in; local in function:translate_quadstrip_ubyte2ushort
455 const ubyte*in = (const ubyte*)_in; local in function:translate_polygon_ubyte2ushort
472 const ubyte*in = (const ubyte*)_in; local in function:translate_trisadj_ubyte2ushort
493 const ubyte*in = (const ubyte*)_in; local in function:translate_tristripadj_ubyte2ushort
514 const ubyte*in = (const ubyte*)_in; local in function:translate_tris_ubyte2uint
535 const ubyte*in = (const ubyte*)_in; local in function:translate_tristrip_ubyte2uint
556 const ubyte*in = (const ubyte*)_in; local in function:translate_trifan_ubyte2uint
577 const ubyte*in = (const ubyte*)_in; local in function:translate_quads_ubyte2uint
600 const ubyte*in = (const ubyte*)_in; local in function:translate_quadstrip_ubyte2uint
623 const ubyte*in = (const ubyte*)_in; local in function:translate_polygon_ubyte2uint
640 const ubyte*in = (const ubyte*)_in; local in function:translate_trisadj_ubyte2uint
661 const ubyte*in = (const ubyte*)_in; local in function:translate_tristripadj_ubyte2uint
682 const ushort*in = (const ushort*)_in; local in function:translate_tris_ushort2ushort
703 const ushort*in = (const ushort*)_in; local in function:translate_tristrip_ushort2ushort
724 const ushort*in = (const ushort*)_in; local in function:translate_trifan_ushort2ushort
745 const ushort*in = (const ushort*)_in; local in function:translate_quads_ushort2ushort
768 const ushort*in = (const ushort*)_in; local in function:translate_quadstrip_ushort2ushort
791 const ushort*in = (const ushort*)_in; local in function:translate_polygon_ushort2ushort
808 const ushort*in = (const ushort*)_in; local in function:translate_trisadj_ushort2ushort
829 const ushort*in = (const ushort*)_in; local in function:translate_tristripadj_ushort2ushort
850 const ushort*in = (const ushort*)_in; local in function:translate_tris_ushort2uint
871 const ushort*in = (const ushort*)_in; local in function:translate_tristrip_ushort2uint
892 const ushort*in = (const ushort*)_in; local in function:translate_trifan_ushort2uint
913 const ushort*in = (const ushort*)_in; local in function:translate_quads_ushort2uint
936 const ushort*in = (const ushort*)_in; local in function:translate_quadstrip_ushort2uint
959 const ushort*in = (const ushort*)_in; local in function:translate_polygon_ushort2uint
976 const ushort*in = (const ushort*)_in; local in function:translate_trisadj_ushort2uint
997 const ushort*in = (const ushort*)_in; local in function:translate_tristripadj_ushort2uint
1018 const uint*in = (const uint*)_in; local in function:translate_tris_uint2ushort
1039 const uint*in = (const uint*)_in; local in function:translate_tristrip_uint2ushort
1060 const uint*in = (const uint*)_in; local in function:translate_trifan_uint2ushort
1081 const uint*in = (const uint*)_in; local in function:translate_quads_uint2ushort
1104 const uint*in = (const uint*)_in; local in function:translate_quadstrip_uint2ushort
1127 const uint*in = (const uint*)_in; local in function:translate_polygon_uint2ushort
1144 const uint*in = (const uint*)_in; local in function:translate_trisadj_uint2ushort
1165 const uint*in = (const uint*)_in; local in function:translate_tristripadj_uint2ushort
1186 const uint*in = (const uint*)_in; local in function:translate_tris_uint2uint
1207 const uint*in = (const uint*)_in; local in function:translate_tristrip_uint2uint
1228 const uint*in = (const uint*)_in; local in function:translate_trifan_uint2uint
1249 const uint*in = (const uint*)_in; local in function:translate_quads_uint2uint
1272 const uint*in = (const uint*)_in; local in function:translate_quadstrip_uint2uint
1295 const uint*in = (const uint*)_in; local in function:translate_polygon_uint2uint
1312 const uint*in = (const uint*)_in; local in function:translate_trisadj_uint2uint
1333 const uint*in = (const uint*)_in; local in function:translate_tristripadj_uint2uint
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmd5.h4 * written by Colin Plumb in 1993, no copyright is claimed.
5 * This code is in the public domain; do with it what you wish.
22 unsigned char in[64]; member in struct:MD5Context
28 static void MD5Transform(FcChar32 buf[4], FcChar32 in[16]);
78 t = (t >> 3) & 0x3f; /* Bytes already in shsInfo->data */
83 unsigned char *p = (unsigned char *) ctx->in + t;
91 byteReverse(ctx->in, 16);
92 MD5Transform(ctx->buf, (FcChar32 *) ctx->in);
96 /* Process data in 64-byte chunks */
99 memcpy(ctx->in, bu
174 MD5Transform(FcChar32 buf[4],FcChar32 in[16]) argument
[all...]
/xsrc/external/mit/libxcb/dist/
H A Dcheck-pc-requires3 case "$AM_SRCDIR" in
13 case "$1" in
19 for inc in src/*.h; do
21 pcin="$AM_SRCDIR"/$package.pc.in
28 for i in $included; do
31 rpcin="$AM_SRCDIR"/$r.pc.in
34 for has in $requires; do
39 case "$m" in
43 case "$missing" in
55 case "$missing" in
[all...]
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_in.c5 * to deal in the Software without restriction, including without limitation
10 * The above copyright notice and this permission notice shall be included in
20 * Except as contained in this notice, the names of the authors or their
21 * institutions shall not be used in advertising or otherwise to promote the
22 * sale, use or other dealings in this Software without prior written
119 int *ifds = &c->in.in_fd.fd[c->in.in_fd.ifd];
120 int infd = c->in.in_fd.nfd - c->in.in_fd.ifd;
125 c->in
892 _xcb_in_init(_xcb_in * in) argument
914 _xcb_in_destroy(_xcb_in * in) argument
[all...]
/xsrc/external/mit/glu/dist/src/libutil/
H A Dproject.c7 * to deal in the Software without restriction, including without limitation
15 * shall be included in all copies or substantial portions of the Software.
25 * Except as contained in this notice, the name of Silicon Graphics, Inc.
26 * shall not be used in advertising or otherwise to promote the sale, use or
27 * other dealings in this Software without prior written authorization from
149 static void __gluMultMatrixVecd(const GLdouble matrix[16], const GLdouble in[4], argument
156 in[0] * matrix[0*4+i] +
157 in[1] * matrix[1*4+i] +
158 in[2] * matrix[2*4+i] +
159 in[
240 double in[4]; local in function:gluProject
276 double in[4]; local in function:gluUnProject
317 double in[4]; local in function:gluUnProject4
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex_generic.c8 * to deal in the Software without restriction, including without limitation
14 * paragraph) shall be included in all copies or substantial portions of the
45 * These functions take the NDC coordinates pointed to by 'in', apply the
50 const GLfloat *in )
55 out[0] = vp[0] * in[0] + vp[12];
56 out[1] = vp[5] * in[1] + vp[13];
57 out[2] = vp[10] * in[2] + vp[14];
58 out[3] = in[3];
62 const GLfloat *in )
67 out[0] = vp[0] * in[
49 insert_4f_viewport_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
61 insert_4f_viewport_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
73 insert_4f_viewport_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
85 insert_4f_viewport_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
97 insert_3f_viewport_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
108 insert_3f_viewport_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
119 insert_3f_viewport_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
130 insert_2f_viewport_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
140 insert_2f_viewport_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
155 insert_4f_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
166 insert_4f_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
177 insert_4f_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
188 insert_4f_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
199 insert_3f_xyw_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
209 insert_3f_xyw_err(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
216 insert_3f_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
226 insert_3f_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
236 insert_3f_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
247 insert_2f_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
256 insert_2f_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
265 insert_1f_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
273 insert_null(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
279 insert_4chan_4f_rgba_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
291 insert_4chan_4f_rgba_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
303 insert_4chan_4f_rgba_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
315 insert_4chan_4f_rgba_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
327 insert_4ub_4f_rgba_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
338 insert_4ub_4f_rgba_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
349 insert_4ub_4f_rgba_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
360 insert_4ub_4f_rgba_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
371 insert_4ub_4f_bgra_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
382 insert_4ub_4f_bgra_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
393 insert_4ub_4f_bgra_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
404 insert_4ub_4f_bgra_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
415 insert_4ub_4f_argb_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
426 insert_4ub_4f_argb_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
437 insert_4ub_4f_argb_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
448 insert_4ub_4f_argb_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
459 insert_4ub_4f_abgr_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
470 insert_4ub_4f_abgr_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
481 insert_4ub_4f_abgr_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
492 insert_4ub_4f_abgr_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
503 insert_3ub_3f_rgb_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
513 insert_3ub_3f_rgb_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
523 insert_3ub_3f_rgb_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
533 insert_3ub_3f_bgr_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
543 insert_3ub_3f_bgr_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
553 insert_3ub_3f_bgr_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
564 insert_1ub_1f_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
583 const GLfloat *in = (const GLfloat *)v; local in function:extract_4f_viewport
599 const GLfloat *in = (const GLfloat *)v; local in function:extract_3f_viewport
612 const GLfloat *in = (const GLfloat *)v; local in function:extract_2f_viewport
624 const GLfloat *in = (const GLfloat *)v; local in function:extract_4f
635 const GLfloat *in = (const GLfloat *)v; local in function:extract_3f_xyw
647 const GLfloat *in = (const GLfloat *)v; local in function:extract_3f
659 const GLfloat *in = (const GLfloat *)v; local in function:extract_2f
670 const GLfloat *in = (const GLfloat *)v; local in function:extract_1f
1002 GLfloat *in = (GLfloat *)a[j].inputptr; local in function:_tnl_generic_emit
1085 _tnl_generic_interp_extras(struct gl_context * ctx,GLfloat t,GLuint dst,GLuint out,GLuint in,GLboolean force_boundary) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex_generic.c8 * to deal in the Software without restriction, including without limitation
14 * paragraph) shall be included in all copies or substantial portions of the
45 * These functions take the NDC coordinates pointed to by 'in', apply the
50 const GLfloat *in )
55 out[0] = vp[0] * in[0] + vp[12];
56 out[1] = vp[5] * in[1] + vp[13];
57 out[2] = vp[10] * in[2] + vp[14];
58 out[3] = in[3];
62 const GLfloat *in )
67 out[0] = vp[0] * in[
49 insert_4f_viewport_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
61 insert_4f_viewport_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
73 insert_4f_viewport_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
85 insert_4f_viewport_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
97 insert_3f_viewport_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
108 insert_3f_viewport_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
119 insert_3f_viewport_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
130 insert_2f_viewport_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
140 insert_2f_viewport_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
155 insert_4f_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
166 insert_4f_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
177 insert_4f_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
188 insert_4f_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
199 insert_3f_xyw_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
209 insert_3f_xyw_err(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
216 insert_3f_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
226 insert_3f_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
236 insert_3f_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
247 insert_2f_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
256 insert_2f_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
265 insert_1f_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
273 insert_null(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
279 insert_4chan_4f_rgba_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
291 insert_4chan_4f_rgba_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
303 insert_4chan_4f_rgba_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
315 insert_4chan_4f_rgba_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
327 insert_4ub_4f_rgba_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
338 insert_4ub_4f_rgba_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
349 insert_4ub_4f_rgba_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
360 insert_4ub_4f_rgba_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
371 insert_4ub_4f_bgra_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
382 insert_4ub_4f_bgra_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
393 insert_4ub_4f_bgra_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
404 insert_4ub_4f_bgra_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
415 insert_4ub_4f_argb_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
426 insert_4ub_4f_argb_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
437 insert_4ub_4f_argb_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
448 insert_4ub_4f_argb_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
459 insert_4ub_4f_abgr_4(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
470 insert_4ub_4f_abgr_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
481 insert_4ub_4f_abgr_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
492 insert_4ub_4f_abgr_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
503 insert_3ub_3f_rgb_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
513 insert_3ub_3f_rgb_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
523 insert_3ub_3f_rgb_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
533 insert_3ub_3f_bgr_3(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
543 insert_3ub_3f_bgr_2(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
553 insert_3ub_3f_bgr_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
564 insert_1ub_1f_1(const struct tnl_clipspace_attr * a,GLubyte * v,const GLfloat * in) argument
583 const GLfloat *in = (const GLfloat *)v; local in function:extract_4f_viewport
599 const GLfloat *in = (const GLfloat *)v; local in function:extract_3f_viewport
612 const GLfloat *in = (const GLfloat *)v; local in function:extract_2f_viewport
624 const GLfloat *in = (const GLfloat *)v; local in function:extract_4f
635 const GLfloat *in = (const GLfloat *)v; local in function:extract_3f_xyw
647 const GLfloat *in = (const GLfloat *)v; local in function:extract_3f
659 const GLfloat *in = (const GLfloat *)v; local in function:extract_2f
670 const GLfloat *in = (const GLfloat *)v; local in function:extract_1f
1002 GLfloat *in = (GLfloat *)a[j].inputptr; local in function:_tnl_generic_emit
1085 _tnl_generic_interp_extras(struct gl_context * ctx,GLfloat t,GLuint dst,GLuint out,GLuint in,GLboolean force_boundary) argument
[all...]
/xsrc/external/mit/mkfontdir/dist/
H A DMakefile.am6 # provided that the above copyright notice appear in all copies and that
7 # both that copyright notice and this permission notice appear in
8 # supporting documentation, and that the name of Red Hat not be used in
26 EXTRA_DIST = $(bin_SCRIPTS:=.in)
29 mkfontdir: mkfontdir.in
30 $(AM_V_GEN)$(SED) $(DIR_SUBSTS) < $(srcdir)/mkfontdir.in > $@
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A DMakefile.am59 test-a.in test-a.out \
60 test-b.in test-b.out \
61 test-c.in test-c.out \
62 test-d.in test-d.out \
63 test-e.in test-e.out \
64 test-f.in test-f.out \
65 test-g.in test-g.out \
66 test-h.in test-h.out \
67 test-i.in test-i.out \
68 test-j.in tes
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dsimdlib_types.hpp6 * to deal in the Software without restriction, including without limitation
12 * paragraph) shall be included in all copies or substantial portions of the
118 CUR_DIRECTION = 0x04, // Round in direction set in MXCSR register
142 // Attribute, 4-dimensional attribute in SIMD SOA layout
158 SIMDINLINE Vec4& SIMDCALL operator=(Vec4 const& in)
160 v[0] = in.v[0];
161 v[1] = in.v[1];
162 v[2] = in.v[2];
163 v[3] = in
173 Float(__m128 in) argument
174 operator =(__m128 in) argument
179 operator =(Float const & in) argument
192 Integer(__m128i in) argument
193 operator =(__m128i in) argument
198 operator =(Integer const & in) argument
211 Double(__m128d in) argument
212 operator =(__m128d in) argument
217 operator =(Double const & in) argument
238 Float(__m256 in) argument
244 operator =(__m256 in) argument
249 operator =(Float const & in) argument
263 Integer(__m256i in) argument
269 operator =(__m256i in) argument
274 operator =(Integer const & in) argument
288 Double(__m256d const & in) argument
294 operator =(__m256d in) argument
299 operator =(Double const & in) argument
358 Float(__m512 in) argument
365 operator =(__m512 in) argument
370 operator =(Float const & in) argument
389 Integer(__m512i in) argument
396 operator =(__m512i in) argument
401 operator =(Integer const & in) argument
421 Double(__m512d in) argument
428 operator =(__m512d in) argument
433 operator =(Double const & in) argument
[all...]

Completed in 20 milliseconds

1234567891011>>