| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| 145-version-first.c | 2 #version 120
|
| 146-version-first-hash.c | 2 #version 120
|
| 064-version.c | 0 #version 130
|
| 120-undef-builtin.c | 0 #version 300 es
|
| 147-undef-builtin-allowed.c | 0 #version 110
|
| 125-es-short-circuit-undefined.c | 7 #version 300 es
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| 145-version-first.c | 2 #version 120
|
| 146-version-first-hash.c | 2 #version 120
|
| 064-version.c | 0 #version 130
|
| 120-undef-builtin.c | 0 #version 300 es
|
| 147-undef-builtin-allowed.c | 0 #version 110
|
| 125-es-short-circuit-undefined.c | 7 #version 300 es
|
| /xsrc/external/mit/libdrm/dist/tests/tegra/ |
| openclose.c | 35 drmVersionPtr version; local 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) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| freedreno_device.c | 36 struct fd_device *msm_device_new(int fd, drmVersionPtr version); 42 drmVersionPtr version; local 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->version_minor, version->version_patchlevel) [all...] |
| /xsrc/external/mit/libdrm/dist/nouveau/nvif/ |
| 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/freetype/dist/builds/meson/ |
| 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[2] [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| build-deqp-runner.sh | 7 --version 0.10.0 \
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| meson_get_version.py | 27 filename = os.path.join(os.environ['MESON_SOURCE_ROOT'], 'VERSION') 29 version = f.read().strip() 30 print(version, end='')
|
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| meson_get_version.py | 28 filename = os.path.join(os.environ['MESON_SOURCE_ROOT'], 'VERSION') 30 version = f.read().strip() 31 print(version, end='')
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| 25-unhint-nonlatin.conf | 1 <?xml version="1.0"?>
|
| 65-khmer.conf | 1 <?xml version="1.0"?>
|
| /xsrc/external/mit/libepoxy/dist/test/ |
| glx_public_api.c | 37 int version = epoxy_gl_version(); local 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 58 if (version < 13) { 60 "Reported GLX version %d, should be at least 13 " 62 version); 81 if (version != expected) { 83 "Reported GLX version %d, should be %d (%s)\n" [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| freedreno_device.c | 55 drmVersionPtr version; local 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->version_patchlevel) [all...] |
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| freedreno_device.c | 44 drmVersionPtr version; local 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->version_patchlevel) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/tests/ |
| etnaviv_bo_cache_test.c | 84 drmVersionPtr version; local 97 version = drmGetVersion(fd); 98 if (version) { 99 printf("Version: %d.%d.%d\n", version->version_major, 100 version->version_minor, version->version_patchlevel); 101 printf(" Name: %s\n", version->name); 102 printf(" Date: %s\n", version->date); 103 printf(" Description: %s\n", version->desc) [all...] |