Searched refs:un (Results 1 - 25 of 169) sorted by relevance

1234567

/xsrc/external/mit/brotli/dist/tests/
H A DMakefile16 rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}br
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Deval.h102 _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 Deval.c764 _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 Deval.h102 _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 Deval.c765 _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 Dvirgl_vtest_socket.c28 #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 Dvirgl_vtest_socket.c28 #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 Dos_socket.c17 #include <sys/un.h>
/xsrc/external/mit/xdm/dist/xdm/
H A Dnetaddr.c49 # include <sys/un.h> /* struct sockaddr_un */
H A Dprngc.c29 #include <sys/un.h>
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_acpi.c13 #include <sys/un.h>
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_acpi.c13 #include <sys/un.h>
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_renderer_vtest.c15 #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 Dsna_acpi.c34 #include <sys/un.h>
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_acpi.c34 #include <sys/un.h>
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dspiceqxl_smartcard.c33 #include <sys/un.h>
H A Dspiceqxl_vdagent.c7 #include <sys/un.h>
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.4.rst102 - android: mesa: generate the format_{un,}pack.[ch] sources
H A D19.1.1.rst115 - freedreno/a6xx: un-swap X24S8_UINT
H A D11.0.7.rst117 - nv50/ir: fix (un)spilling of 3-wide results
/xsrc/external/mit/libxcb/dist/src/
H A Dxcb_auth.c55 #include <sys/un.h>
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A Dstub.c41 #include <sys/un.h>
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A Dstub.c41 #include <sys/un.h>
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_texture_array.spec743 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 DMESA_texture_array.spec743 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

Completed in 17 milliseconds

1234567