| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 145-version-first.c | 2 #version 120
|
| H A D | 146-version-first-hash.c | 2 #version 120
|
| H A D | 064-version.c | 0 #version 130
|
| H A D | 147-undef-builtin-allowed.c | 0 #version 110
|
| H A D | 120-undef-builtin.c | 0 #version 300 es
|
| H A D | 125-es-short-circuit-undefined.c | 7 #version 300 es
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 145-version-first.c | 2 #version 120
|
| H A D | 146-version-first-hash.c | 2 #version 120
|
| H A D | 064-version.c | 0 #version 130
|
| H A D | 147-undef-builtin-allowed.c | 0 #version 110
|
| H A D | 120-undef-builtin.c | 0 #version 300 es
|
| H A D | 125-es-short-circuit-undefined.c | 7 #version 300 es
|
| /xsrc/external/mit/libdrm/dist/tests/tegra/ |
| H A D | openclose.c | 35 drmVersionPtr version; local in function:main 48 version = drmGetVersion(fd); 49 if (version) { 50 printf("Version: %d.%d.%d\n", version->version_major, 51 version->version_minor, version->version_patchlevel); 52 printf(" Name: %s\n", version->name); 53 printf(" Date: %s\n", version->date); 54 printf(" Description: %s\n", version->desc); 56 drmFreeVersion(version); [all...] |
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | meson_get_version.py | 29 version = f.read().strip() 30 print(version, end='')
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_device.c | 36 struct fd_device *msm_device_new(int fd, drmVersionPtr version); 42 drmVersionPtr version; local in function:fd_device_new 45 version = drmGetVersion(fd); 46 if (!version) { 47 ERROR_MSG("cannot get version: %s", strerror(errno)); 51 if (!strcmp(version->name, "msm")) { 53 if (version->version_major != 1) { 54 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major, 55 version [all...] |
| /xsrc/external/mit/libdrm/dist/nouveau/nvif/ |
| H A D | ioctl.h | 7 __u8 version; member in struct:nvif_ioctl_v0 35 __u64 version; member in struct:nvif_ioctl_nop_v0 40 __u8 version; member in struct:nvif_ioctl_sclass_v0 52 __u8 version; member in struct:nvif_ioctl_new_v0 67 __u8 version; member in struct:nvif_ioctl_rd_v0 76 __u8 version; member in struct:nvif_ioctl_wr_v0 85 __u8 version; member in struct:nvif_ioctl_map_v0 96 __u8 version; member in struct:nvif_ioctl_ntfy_new_v0 105 __u8 version; member in struct:nvif_ioctl_ntfy_del_v0 112 __u8 version; member in struct:nvif_ioctl_ntfy_get_v0 119 __u8 version; member in struct:nvif_ioctl_ntfy_put_v0 126 __u8 version; member in struct:nvif_ioctl_mthd_v0 [all...] |
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 25-unhint-nonlatin.conf | 1 <?xml version="1.0"?> key
|
| /xsrc/external/mit/freetype/dist/builds/meson/ |
| H A D | extract_libtool_version.py | 2 """Extract the libtool version from `configure.raw`. 4 This script parses the `configure.raw` file to extract the libtool version 5 number. By default, the full dotted version number is printed, but 55 help="Only print the major version number.", 60 help="Only print the minor version number.", 65 help="Only print the patch version number.", 83 version = parse_configure_raw(raw_file) 86 print(version[0]) 88 print(version[1]) 90 print(version[ [all...] |
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | version-config.h.in | 0 /* version-config.h.in: not generated */ 6 /* Vendor man version */
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | version-config.h.in | 0 /* version-config.h.in: not generated */ 6 /* Vendor man version */
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | glx_public_api.c | 37 int version = epoxy_gl_version(); local in function:test_gl_version 38 if (version < 12) { 40 "Reported GL version %d, should be at least 12\n", 41 version); 51 int version = epoxy_glx_version(dpy, 0); local in function:test_glx_version 58 if (version < 13) { 60 "Reported GLX version %d, should be at least 13 " 62 version); 81 if (version != expected) { 83 "Reported GLX version [all...] |
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| H A D | meson_get_version.py | 30 version = f.read().strip() 31 print(version, end='')
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | build-deqp-runner.sh | 7 --version 0.10.0 \
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_device.c | 44 drmVersionPtr version; local in function:fd_device_new 47 version = drmGetVersion(fd); 48 if (!version) { 49 ERROR_MSG("cannot get version: %s", strerror(errno)); 53 if (!strcmp(version->name, "msm")) { 55 if (version->version_major != 1) { 56 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major, 57 version->version_minor, version [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_device.c | 55 drmVersionPtr version; local in function:fd_device_new 58 version = drmGetVersion(fd); 59 if (!version) { 60 ERROR_MSG("cannot get version: %s", strerror(errno)); 64 if (!strcmp(version->name, "msm")) { 66 if (version->version_major != 1) { 67 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major, 68 version->version_minor, version [all...] |