| /xsrc/external/mit/brotli/dist/tests/ |
| H A D | Makefile | 16 rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}br
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | eval.h | 102 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ); 104 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ); 106 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, 109 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2,
|
| H A D | eval.c | 764 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) argument 768 if (un<1) { 773 ctx->Eval.MapGrid1un = un; 776 ctx->Eval.MapGrid1du = (u2 - u1) / (GLfloat) un; 781 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) argument 783 _mesa_MapGrid1f( un, (GLfloat) u1, (GLfloat) u2 ); 788 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, argument 793 if (un<1) { 794 _mesa_error( ctx, GL_INVALID_VALUE, "glMapGrid2f(un)" ); 803 ctx->Eval.MapGrid2un = un; 815 _mesa_MapGrid2d(GLint un,GLdouble u1,GLdouble u2,GLint vn,GLdouble v1,GLdouble v2) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | eval.h | 102 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ); 104 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ); 106 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, 109 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2,
|
| H A D | eval.c | 765 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) argument 769 if (un<1) { 775 ctx->Eval.MapGrid1un = un; 778 ctx->Eval.MapGrid1du = (u2 - u1) / (GLfloat) un; 783 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) argument 785 _mesa_MapGrid1f( un, (GLfloat) u1, (GLfloat) u2 ); 790 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, argument 795 if (un<1) { 796 _mesa_error( ctx, GL_INVALID_VALUE, "glMapGrid2f(un)" ); 806 ctx->Eval.MapGrid2un = un; 818 _mesa_MapGrid2d(GLint un,GLdouble u1,GLdouble u2,GLint vn,GLdouble v1,GLdouble v2) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_socket.c | 28 #include <sys/un.h> 198 struct sockaddr_un un; local in function:virgl_vtest_connect 205 memset(&un, 0, sizeof(un)); 206 un.sun_family = AF_UNIX; 207 snprintf(un.sun_path, sizeof(un.sun_path), "%s", VTEST_DEFAULT_SOCKET_NAME); 211 if (connect(sock, (struct sockaddr *)&un, sizeof(un)) < 0) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_socket.c | 28 #include <sys/un.h> 198 struct sockaddr_un un; local in function:virgl_vtest_connect 205 memset(&un, 0, sizeof(un)); 206 un.sun_family = AF_UNIX; 207 snprintf(un.sun_path, sizeof(un.sun_path), "%s", VTEST_DEFAULT_SOCKET_NAME); 211 if (connect(sock, (struct sockaddr *)&un, sizeof(un)) < 0) {
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_socket.c | 17 #include <sys/un.h>
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| H A D | netaddr.c | 49 # include <sys/un.h> /* struct sockaddr_un */
|
| H A D | prngc.c | 29 #include <sys/un.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_acpi.c | 13 #include <sys/un.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_acpi.c | 13 #include <sys/un.h>
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_renderer_vtest.c | 15 #include <sys/un.h> 72 struct sockaddr_un un; local in function:vtest_connect_socket 81 memset(&un, 0, sizeof(un)); 82 un.sun_family = AF_UNIX; 83 memcpy(un.sun_path, path, strlen(path)); 85 if (connect(sock, (struct sockaddr *)&un, sizeof(un)) == -1) {
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_acpi.c | 34 #include <sys/un.h>
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_acpi.c | 34 #include <sys/un.h>
|
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | spiceqxl_smartcard.c | 33 #include <sys/un.h>
|
| H A D | spiceqxl_vdagent.c | 7 #include <sys/un.h>
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.4.rst | 102 - android: mesa: generate the format_{un,}pack.[ch] sources
|
| H A D | 19.1.1.rst | 115 - freedreno/a6xx: un-swap X24S8_UINT
|
| H A D | 11.0.7.rst | 117 - nv50/ir: fix (un)spilling of 3-wide results
|
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb_auth.c | 55 #include <sys/un.h>
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/ |
| H A D | stub.c | 41 #include <sys/un.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/ |
| H A D | stub.c | 41 #include <sys/un.h>
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_texture_array.spec | 743 un-normalized? If it were un-normalized, floor(R) could be thought 748 un-normalized texture coordinates has been discussed in the ARB 751 RE-RESOLVED. The R coordinate is un-normalized. Accessing an array
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_texture_array.spec | 743 un-normalized? If it were un-normalized, floor(R) could be thought 748 un-normalized texture coordinates has been discussed in the ARB 751 RE-RESOLVED. The R coordinate is un-normalized. Accessing an array
|